summaryrefslogtreecommitdiff
path: root/res/res_rtp_asterisk.c
diff options
context:
space:
mode:
authorMichael L. Young <elgueromexicano@gmail.com>2012-09-05 12:18:47 +0000
committerMichael L. Young <elgueromexicano@gmail.com>2012-09-05 12:18:47 +0000
commit35ac3b645e209ae6e200a3331d5520964eb8a33c (patch)
tree05bb5f0eca3dc9c2a82f80a9da4f1ac8629dff18 /res/res_rtp_asterisk.c
parent7af245a4033afcea69736999bbf31a7c55fdc1a9 (diff)
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
Diffstat (limited to 'res/res_rtp_asterisk.c')
-rw-r--r--res/res_rtp_asterisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_rtp_asterisk.c b/res/res_rtp_asterisk.c
index 57dd8a306..0bcd16511 100644
--- a/res/res_rtp_asterisk.c
+++ b/res/res_rtp_asterisk.c
@@ -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));
- 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) {
ast_log(LOG_ERROR, "RTP Transmission error to %s: %s\n",