mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 12:52:33 +00:00
error message generated using backwards logic (issue #5224)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6607 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4354,6 +4354,7 @@ static int transmit_response_with_sdp(struct sip_pvt *p, char *msg, struct sip_r
|
||||
if (p->rtp) {
|
||||
ast_rtp_offered_from_local(p->rtp, 0);
|
||||
add_sdp(&resp, p);
|
||||
} else {
|
||||
ast_log(LOG_ERROR, "Can't add SDP to response, since we have no RTP session allocated. Call-ID %s\n", p->callid);
|
||||
}
|
||||
return send_response(p, &resp, retrans, seqno);
|
||||
|
Reference in New Issue
Block a user