fixed a bug with the useruser information element. We send them now also in the disconnect message.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@78936 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Christian Richter
2007-08-10 13:24:03 +00:00
parent 7133eb1368
commit 1f62b98d45
3 changed files with 28 additions and 1 deletions

View File

@@ -1353,7 +1353,7 @@ static void enc_ie_useruser(unsigned char **ntmode, msg_t *msg, int protocol, ch
if (MISDN_IE_DEBG) printf(" protocol=%d user-user%s\n", protocol, debug);
l = user_len;
l = user_len+1;
p = msg_put(msg, l+3);
if (nt)
*ntmode = p+1;