Displaying 1 result from an estimated 1 matches for "inv_early_media".
2009 Dec 19
0
E1 ingress to SIP egress problem with 183 response
...state != AST_STATE_UP) {
ast_setstate(p->owner, AST_STATE_RINGING);
}
}
if (find_sdp(req)) {
if (p->invitestate != INV_CANCELLED)
p->invitestate = INV_EARLY_MEDIA;
res = process_sdp(p, req);
if (!ast_test_flag(req, SIP_PKT_IGNORE) && p->owner) {
/* Queue a progress frame only if we have SDP in 180 or 182 */
ast_queue_control(p->owner,...