revert whoops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9833 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
145b55ed74
commit
ad5b3c103d
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue