Exemple #1
0
 def __init__(self):
     this = _freeswitch.new_input_callback_state_t()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
 def __init__(self, *args):
     this = _freeswitch.new_input_callback_state_t(*args)
     try:
         self.this.append(this)
     except:
         self.this = this
Exemple #3
0
 def __init__(self, *args):
     this = _freeswitch.new_input_callback_state_t(*args)
     try:
         self.this.append(this)
     except:
         self.this = this