From 47c552b40f640730122f5044a2df97007216f0ec Mon Sep 17 00:00:00 2001 From: "Michael L. Young" Date: Wed, 5 Sep 2012 12:17:48 +0000 Subject: [PATCH] Fix breakage caused by last merge. Missing a variable for 11 and trunk. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@372266 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_rtp_asterisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/res_rtp_asterisk.c b/res/res_rtp_asterisk.c index 57dd8a3066..0bcd165116 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",