Fixed NAI dictionary string.

git-svn-id: http://voip.null.ro/svn/yate@2870 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2009-10-19 09:08:31 +00:00
parent 67a48e6e55
commit 53f6b50064
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ struct MsgParams {
// Nature of Address Indicator
static TokenDict s_dict_nai[] = {
{ "subcriber", 1 },
{ "subscriber", 1 },
{ "unknown", 2 },
{ "national", 3 },
{ "international", 4 },