[asterisk-commits] oej: branch 1.4 r46583 -
/branches/1.4/channels/chan_sip.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Oct 31 01:28:38 MST 2006
Author: oej
Date: Tue Oct 31 02:28:38 2006
New Revision: 46583
URL: http://svn.digium.com/view/asterisk?rev=46583&view=rev
Log:
Fix T38 too. Thanks, tgrman !
Modified:
branches/1.4/channels/chan_sip.c
Modified: branches/1.4/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_sip.c?rev=46583&r1=46582&r2=46583&view=diff
==============================================================================
--- branches/1.4/channels/chan_sip.c (original)
+++ branches/1.4/channels/chan_sip.c Tue Oct 31 02:28:38 2006
@@ -6363,6 +6363,7 @@
add_t38_sdp(&req, p);
/* Use this as the basis */
initialize_initreq(p, &req);
+ ast_set_flag(&p->flags[0], SIP_OUTGOING); /* Change direction of this dialog */
p->lastinvite = p->ocseq;
return send_request(p, &req, XMIT_CRITICAL, p->ocseq);
}
More information about the asterisk-commits
mailing list