From 281cfd655250984d72af8db198a5104ef9167ec0 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 20 May 2008 22:35:01 +0000 Subject: [PATCH] add new param to func git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8499 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_soundtouch/mod_soundtouch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp b/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp index 647349eafc..68cad5847e 100644 --- a/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp +++ b/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp @@ -55,7 +55,7 @@ struct soundtouch_helper { int literal; }; -static switch_status_t on_dtmf(switch_core_session_t *session, const switch_dtmf_t *dtmf) +static switch_status_t on_dtmf(switch_core_session_t *session, const switch_dtmf_t *dtmf, switch_dtmf_direction_t direction) { switch_media_bug_t *bug;