예제 #1
0
 def sendEvent(self, sendME):
     return _freeswitch.CoreSession_sendEvent(self, sendME)
예제 #2
0
 def sendEvent(*args):
     return _freeswitch.CoreSession_sendEvent(*args)
예제 #3
0
 def sendEvent(self, *args): return _freeswitch.CoreSession_sendEvent(self, *args)
 def setEventData(self, *args): return _freeswitch.CoreSession_setEventData(self, *args)