]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
revert whoops
authorAnthony Minessale <anthony.minessale@gmail.com>
Sat, 4 Oct 2008 13:49:10 +0000 (13:49 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sat, 4 Oct 2008 13:49:10 +0000 (13:49 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9833 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/languages/mod_managed/managed/swig.cs

index c883eb62bfd99af242feac365616fbb08689c70e..13eb5dfd7af76c3489a5db3f4b721453e1e01b1d 100644 (file)
@@ -2758,7 +2758,7 @@ public class freeswitch {
     return ret;
   }
 
-  public static switch_status_t oh(SWIGTYPE_p_switch_core_session session, string mod_name, string grammar, string path, string dest, switch_asr_handle ah) {
+  public static switch_status_t switch_ivr_detect_speech(SWIGTYPE_p_switch_core_session session, string mod_name, string grammar, string path, string dest, switch_asr_handle ah) {
     switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_detect_speech(SWIGTYPE_p_switch_core_session.getCPtr(session), mod_name, grammar, path, dest, switch_asr_handle.getCPtr(ah));
     return ret;
   }