mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-05 04:32:44 +00:00
Merge "chan_sip: Trigger reinvite if the SDP answer is included in the SIP ACK" into 13
This commit is contained in:
@@ -28900,7 +28900,7 @@ static int handle_incoming(struct sip_pvt *p, struct sip_request *req, struct as
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
if (ast_test_flag(&p->flags[0], SIP_DIRECT_MEDIA)) {
|
if (ast_test_flag(&p->flags[0], SIP_DIRECT_MEDIA)) {
|
||||||
ast_queue_control(p->owner, AST_CONTROL_SRCCHANGE);
|
ast_queue_control(p->owner, AST_CONTROL_UPDATE_RTP_PEER);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
sched_check_pendings(p);
|
sched_check_pendings(p);
|
||||||
|
Reference in New Issue
Block a user