示例#1
0
 def sendEvent(self, sendME):
     return _freeswitch.CoreSession_sendEvent(self, sendME)
 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)