asterisk/asterisk.patch.proxymwi

changeset 798
4ef5d37e8bb2
parent 552
e568963742d6
equal deleted inserted replaced
4:5a18d7904bf1 5:88011d71044d
1 Index: channels/chan_sip.c 1 Index: channels/chan_sip.c
2 diff -Nau channels/chan_sip.c.orig channels/chan_sip.c 2 diff -Nau channels/chan_sip.c.orig channels/chan_sip.c
3 --- channels/chan_sip.c.orig 2011-01-14 18:32:52.000000000 +0100 3 --- channels/chan_sip.c.orig 2011-01-14 18:32:52.000000000 +0100
4 +++ channels/chan_sip.c 2011-03-13 14:34:29.000000000 +0100 4 +++ channels/chan_sip.c 2011-03-13 14:34:29.000000000 +0100
5 @@ -25791,6 +25791,7 @@ 5 @@ -26449,6 +26449,7 @@
6 struct sip_pvt *p; 6 struct sip_pvt *p;
7 int newmsgs = 0, oldmsgs = 0; 7 int newmsgs = 0, oldmsgs = 0;
8 const char *vmexten = NULL; 8 const char *vmexten = NULL;
9 + char *s = NULL; 9 + char *s = NULL;
10 10
11 ao2_lock(peer); 11 ao2_lock(peer);
12 12
13 @@ -25852,6 +25853,11 @@ 13 @@ -26510,6 +26511,11 @@
14 } 14 }
15 /* Recalculate our side, and recalculate Call ID */ 15 /* Recalculate our side, and recalculate Call ID */
16 ast_sip_ouraddrfor(&p->sa, &p->ourip, p); 16 ast_sip_ouraddrfor(&p->sa, &p->ourip, p);
17 + /* Set the username = mailbox and remove the context */ 17 + /* Set the username = mailbox and remove the context */
18 + ast_string_field_build(p, username, "%s", peer->name); 18 + ast_string_field_build(p, username, "%s", peer->name);

mercurial