Fixed NAI dictionary string.

git-svn-id: http://yate.null.ro/svn/yate/trunk@2870 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2009-10-19 09:08:31 +00:00
parent 14fc63fd5b
commit 3618caab4f
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 },