提交 ad5b3c10 authored 作者: Anthony Minessale's avatar Anthony Minessale

revert whoops

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9833 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 145b55ed
...@@ -2758,7 +2758,7 @@ public class freeswitch { ...@@ -2758,7 +2758,7 @@ public class freeswitch {
return ret; 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)); 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; return ret;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论