Ejemplo n.º 1
0
 def __init__(self):
     self.conf = vbts_util.get_conf_dict()
     self.fs_ic = vbts_fs.freeswitch_ic(self.conf)
     self.tariff_type = "incoming_sms"
Ejemplo n.º 2
0
 def __init__(self):
     self.conf = vbts_util.get_conf_dict()
     self.fs_ic = vbts_fs.freeswitch_ic(self.conf)
     self.tariff_type = "incoming_sms"
Ejemplo n.º 3
0
 def __init__(self):
     self.ic = None
     self.conf = vbts_util.get_conf_dict()
     self.worker = self.registration_worker
     self.fs_ic = vbts_fs.freeswitch_ic(self.conf)
Ejemplo n.º 4
0
 def __init__(self):
     self.ic = None
     self.conf = vbts_util.get_conf_dict()
     self.worker = self.registration_worker
     self.fs_ic = vbts_fs.freeswitch_ic(self.conf)