Ejemplo n.º 1
0
 def sendEvent(self, sendME):
     return _freeswitch.CoreSession_sendEvent(self, sendME)
Ejemplo n.º 2
0
 def sendEvent(*args):
     return _freeswitch.CoreSession_sendEvent(*args)
Ejemplo n.º 3
0
 def sendEvent(self, *args): return _freeswitch.CoreSession_sendEvent(self, *args)
 def setEventData(self, *args): return _freeswitch.CoreSession_setEventData(self, *args)