Пример #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)