예제 #1
0
 def execute(self, app, data=None):
     return _freeswitch.CoreSession_execute(self, app, data)
예제 #2
0
 def execute(*args):
     return _freeswitch.CoreSession_execute(*args)
예제 #3
0
 def execute(*args): return _freeswitch.CoreSession_execute(*args)
 def sendEvent(*args): return _freeswitch.CoreSession_sendEvent(*args)