mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Fix core on initial one
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@944 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4242,7 +4242,8 @@ static int handle_request(struct sip_pvt *p, struct sip_request *req, struct soc
|
||||
ast_log(LOG_DEBUG, "Hm.... No sdp for the moemnt\n");
|
||||
}
|
||||
/* Queue NULL frame to prod ast_rtp_bridge if appropriate */
|
||||
ast_queue_frame(p->owner, &af, 0);
|
||||
if (p->owner)
|
||||
ast_queue_frame(p->owner, &af, 0);
|
||||
} else if (sipdebug)
|
||||
ast_verbose("Ignoring this request\n");
|
||||
if (!p->lastinvite) {
|
||||
|
Reference in New Issue
Block a user