return freeswitchJNI.CoreSession_getVariable(swigCPtr, this, var);
}
- public SWIGTYPE_p_switch_status_t process_callback_result(String ret) {
- return new SWIGTYPE_p_switch_status_t(freeswitchJNI.CoreSession_process_callback_result(swigCPtr, this, ret), true);
+ public SWIGTYPE_p_switch_status_t process_callback_result(String result) {
+ return new SWIGTYPE_p_switch_status_t(freeswitchJNI.CoreSession_process_callback_result(swigCPtr, this, result), true);
}
public void say(String tosay, String module_name, String say_type, String say_method) {
dXSARGS;
if ((items < 2) || (items > 2)) {
- SWIG_croak("Usage: CoreSession_process_callback_result(self,ret);");
+ SWIG_croak("Usage: CoreSession_process_callback_result(self,result);");
}
res1 = SWIG_ConvertPtr(ST(0), &argp1,SWIGTYPE_p_CoreSession, 0 | 0 );
if (!SWIG_IsOK(res1)) {