mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-11 04:18:21 +00:00
Fix breakage caused by last merge. Missing a variable for 11 and trunk.
........ Merged revisions 372266 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@372267 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1466,7 +1466,7 @@ static int ast_rtp_dtmf_end_with_duration(struct ast_rtp_instance *instance, cha
|
|||||||
|
|
||||||
rtpheader[0] = htonl((2 << 30) | (rtp->send_payload << 16) | (rtp->seqno));
|
rtpheader[0] = htonl((2 << 30) | (rtp->send_payload << 16) | (rtp->seqno));
|
||||||
|
|
||||||
res = rtp_sendto(instance, (void *) rtpheader, hdrlen + 4, 0, &remote_address);
|
res = rtp_sendto(instance, (void *) rtpheader, hdrlen + 4, 0, &remote_address, &ice);
|
||||||
|
|
||||||
if (res < 0) {
|
if (res < 0) {
|
||||||
ast_log(LOG_ERROR, "RTP Transmission error to %s: %s\n",
|
ast_log(LOG_ERROR, "RTP Transmission error to %s: %s\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user