Added several boolean true alternatives for SCCP MessageResult.

git-svn-id: http://yate.null.ro/svn/yate/trunk@5041 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2012-05-04 12:27:43 +00:00
parent 029db42476
commit 601a89014e
1 changed files with 3 additions and 0 deletions

View File

@ -208,6 +208,9 @@ const TokenDict SCCPManagement::s_states[] = {
const TokenDict s_messageReturn[] = {
{ "false", 0x00 },
{ "true", 0x08 },
{ "yes", 0x08 },
{ "on", 0x08 },
{ "enable",0x08 },
{ 0, 0 }
};