[Asterisk-cvs] asterisk/channels chan_sip.c,1.184,1.185
markster at lists.digium.com
markster at lists.digium.com
Tue Sep 30 22:02:31 CDT 2003
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv5724/channels
Modified Files:
chan_sip.c
Log Message:
Fix SIP for outbound too
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -d -r1.184 -r1.185
--- chan_sip.c 30 Sep 2003 23:03:57 -0000 1.184
+++ chan_sip.c 1 Oct 2003 03:03:42 -0000 1.185
@@ -856,6 +856,7 @@
ast_log(LOG_DEBUG, "Outgoing Call for %s\n", p->username);
res = find_user(p,INC_OUT_USE);
p->restrictcid = ast->restrictcid;
+ p->jointcapability = p->capability;
transmit_invite(p, "INVITE", 1, NULL, vxml_url,distinctive_ring, 1);
if (p->maxtime) {
/* Initialize auto-congest time */
More information about the svn-commits
mailing list