Skip to content
Snippets Groups Projects
Commit 07164d04 authored by George Joseph's avatar George Joseph Committed by Gerrit Code Review
Browse files

Merge "chan_sip: Trigger reinvite if the SDP answer is included in the SIP ACK"

parents 528e2384 b4b1943c
Branches
Tags
No related merge requests found
...@@ -28952,7 +28952,7 @@ static int handle_incoming(struct sip_pvt *p, struct sip_request *req, struct as ...@@ -28952,7 +28952,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);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment