mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 20:08:17 +00:00
Fix information elements
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3549 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -166,8 +166,8 @@ static struct iax2_ie prov_ies[] = {
|
||||
{ PROV_IE_SUBNET, "SUBNET", dump_ipaddr },
|
||||
{ PROV_IE_GATEWAY, "GATEWAY", dump_ipaddr },
|
||||
{ PROV_IE_PORTNO, "BINDPORT", dump_short },
|
||||
{ PROV_IE_SERVERUSER, "USERNAME", dump_string },
|
||||
{ PROV_IE_SERVERPASS, "PASSWORD", dump_string },
|
||||
{ PROV_IE_USER, "USERNAME", dump_string },
|
||||
{ PROV_IE_PASS, "PASSWORD", dump_string },
|
||||
{ PROV_IE_LANG, "LANGUAGE", dump_string },
|
||||
{ PROV_IE_TOS, "TYPEOFSERVICE", dump_byte },
|
||||
{ PROV_IE_FLAGS, "FLAGS", dump_prov_flags },
|
||||
|
||||
Reference in New Issue
Block a user