Example #1
0
 def bindAction(self, action, arg, bind):
     return _freeswitch.IVRMenu_bindAction(self, action, arg, bind)
 def bindAction(*args):
     return _freeswitch.IVRMenu_bindAction(*args)
Example #3
0
 def bindAction(*args): return _freeswitch.IVRMenu_bindAction(*args)
 def execute(*args): return _freeswitch.IVRMenu_execute(*args)