mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-07 21:01:50 +00:00
reswig
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15361 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -4802,6 +4802,30 @@ static int _wrap_CoreSession_hangup(lua_State* L) {
|
||||
}
|
||||
|
||||
|
||||
static int _wrap_CoreSession_hangupState(lua_State* L) {
|
||||
int SWIG_arg = -1;
|
||||
CoreSession *arg1 = (CoreSession *) 0 ;
|
||||
|
||||
SWIG_check_num_args("hangupState",1,1)
|
||||
if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("hangupState",1,"CoreSession *");
|
||||
|
||||
if (!SWIG_IsOK(SWIG_ConvertPtr(L,1,(void**)&arg1,SWIGTYPE_p_CoreSession,0))){
|
||||
SWIG_fail_ptr("CoreSession_hangupState",1,SWIGTYPE_p_CoreSession);
|
||||
}
|
||||
|
||||
(arg1)->hangupState();
|
||||
SWIG_arg=0;
|
||||
|
||||
return SWIG_arg;
|
||||
|
||||
if(0) SWIG_fail;
|
||||
|
||||
fail:
|
||||
lua_error(L);
|
||||
return SWIG_arg;
|
||||
}
|
||||
|
||||
|
||||
static int _wrap_CoreSession_setVariable(lua_State* L) {
|
||||
int SWIG_arg = -1;
|
||||
CoreSession *arg1 = (CoreSession *) 0 ;
|
||||
@@ -7332,6 +7356,7 @@ static swig_lua_method swig_CoreSession_methods[] = {
|
||||
{"answer", _wrap_CoreSession_answer},
|
||||
{"preAnswer", _wrap_CoreSession_preAnswer},
|
||||
{"hangup", _wrap_CoreSession_hangup},
|
||||
{"hangupState", _wrap_CoreSession_hangupState},
|
||||
{"setVariable", _wrap_CoreSession_setVariable},
|
||||
{"setPrivate", _wrap_CoreSession_setPrivate},
|
||||
{"getPrivate", _wrap_CoreSession_getPrivate},
|
||||
|
||||
Reference in New Issue
Block a user