Exemplo n.º 1
0
 def bind(*args):
     return _freeswitch.EventConsumer_bind(*args)
Exemplo n.º 2
0
 def bind(self, *args): return _freeswitch.EventConsumer_bind(self, *args)
 def pop(self, block=0, timeout=0): return _freeswitch.EventConsumer_pop(self, block, timeout)