From bc3399302fb2a2094ed2e8a3bcbfbba6f76fc5cb Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Thu, 6 Sep 2018 03:54:33 -0400 Subject: [PATCH] TT#43556 fix typo from b068c12 Change-Id: I3e75e87ad11147276abfcd6f738c57e99ce69f9b --- debian/patches/sipwise/dtmf-blocking.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/sipwise/dtmf-blocking.patch b/debian/patches/sipwise/dtmf-blocking.patch index a4faece6e..af6ba2993 100644 --- a/debian/patches/sipwise/dtmf-blocking.patch +++ b/debian/patches/sipwise/dtmf-blocking.patch @@ -47,13 +47,13 @@ +static int +block_dtmf_f(struct sip_msg* msg, char *str1, char *str2) +{ -+ return rtpengine_rtpp_set_wrap(msg, rtpengine_start_recording_wrap, NULL, 1); ++ return rtpengine_rtpp_set_wrap(msg, rtpengine_block_dtmf_wrap, NULL, 1); +} + +static int +unblock_dtmf_f(struct sip_msg* msg, char *str1, char *str2) +{ -+ return rtpengine_rtpp_set_wrap(msg, rtpengine_stop_recording_wrap, NULL, 1); ++ return rtpengine_rtpp_set_wrap(msg, rtpengine_unblock_dtmf_wrap, NULL, 1); +} + static int rtpengine_rtpstat_wrap(struct sip_msg *msg, void *d, int more) {