mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Fix T38 too. Thanks, tgrman !
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@46583 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -6363,6 +6363,7 @@ static int transmit_reinvite_with_t38_sdp(struct sip_pvt *p)
|
||||
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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user