mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-11 23:01:54 +00:00
FSCORE-450
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15006 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -5459,36 +5459,6 @@ static int _wrap_CoreSession_recordFile(lua_State* L) {
|
||||
}
|
||||
|
||||
|
||||
static int _wrap_CoreSession_setCallerData(lua_State* L) {
|
||||
int SWIG_arg = -1;
|
||||
CoreSession *arg1 = (CoreSession *) 0 ;
|
||||
char *arg2 = (char *) 0 ;
|
||||
char *arg3 = (char *) 0 ;
|
||||
|
||||
SWIG_check_num_args("setCallerData",3,3)
|
||||
if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("setCallerData",1,"CoreSession *");
|
||||
if(!lua_isstring(L,2)) SWIG_fail_arg("setCallerData",2,"char *");
|
||||
if(!lua_isstring(L,3)) SWIG_fail_arg("setCallerData",3,"char *");
|
||||
|
||||
if (!SWIG_IsOK(SWIG_ConvertPtr(L,1,(void**)&arg1,SWIGTYPE_p_CoreSession,0))){
|
||||
SWIG_fail_ptr("CoreSession_setCallerData",1,SWIGTYPE_p_CoreSession);
|
||||
}
|
||||
|
||||
arg2 = (char *)lua_tostring(L, 2);
|
||||
arg3 = (char *)lua_tostring(L, 3);
|
||||
(arg1)->setCallerData(arg2,arg3);
|
||||
SWIG_arg=0;
|
||||
|
||||
return SWIG_arg;
|
||||
|
||||
if(0) SWIG_fail;
|
||||
|
||||
fail:
|
||||
lua_error(L);
|
||||
return SWIG_arg;
|
||||
}
|
||||
|
||||
|
||||
static int _wrap_CoreSession_originate__SWIG_0(lua_State* L) {
|
||||
int SWIG_arg = -1;
|
||||
CoreSession *arg1 = (CoreSession *) 0 ;
|
||||
@@ -7372,7 +7342,6 @@ static swig_lua_method swig_CoreSession_methods[] = {
|
||||
{"hangupCause", _wrap_CoreSession_hangupCause},
|
||||
{"getState", _wrap_CoreSession_getState},
|
||||
{"recordFile", _wrap_CoreSession_recordFile},
|
||||
{"setCallerData", _wrap_CoreSession_setCallerData},
|
||||
{"originate", _wrap_CoreSession_originate},
|
||||
{"destroy", _wrap_CoreSession_destroy},
|
||||
{"setDTMFCallback", _wrap_CoreSession_setDTMFCallback},
|
||||
|
||||
Reference in New Issue
Block a user