Added E.xxx aliases for some numbering plans.

git-svn-id: http://voip.null.ro/svn/yate@4752 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2011-12-13 09:53:55 +00:00
parent 474a8522f0
commit 3fb541fb71
1 changed files with 6 additions and 0 deletions

View File

@ -149,12 +149,18 @@ static const TokenDict s_sccpNotif[] = {
static const TokenDict s_numberingPlan[] = {
{ "unknown", 0x00 },
{ "isdn", 0x01 },
{ "e164", 0x01 },
{ "generic", 0x02 },
{ "data", 0x03 },
{ "x121", 0x03 },
{ "telex", 0x04 },
{ "maritime-mobile", 0x05 },
{ "e210", 0x05 },
{ "e211", 0x05 },
{ "land-mobile", 0x06 },
{ "e212", 0x06 },
{ "isdn-mobile", 0x07 },
{ "e214", 0x07 },
{ "network-specific", 0x0e },
{ 0, 0 }
};