Exemplo n.º 1
0
 def execute(self, app, data=None):
     return _freeswitch.CoreSession_execute(self, app, data)
Exemplo n.º 2
0
 def execute(*args):
     return _freeswitch.CoreSession_execute(*args)
Exemplo n.º 3
0
 def execute(*args): return _freeswitch.CoreSession_execute(*args)
 def sendEvent(*args): return _freeswitch.CoreSession_sendEvent(*args)