示例#1
0
 def setup(cls, config):
     "Configuration of class attributes"
     PhoneVendorMixin.setup(config)
     cls.THOMSON_COMMON_DIR = os.path.join(cls.TFTPROOT, "Thomson/")
     cls.THOMSON_COMMON_INF = cls.THOMSON_COMMON_DIR # + "2030S_common"
     cls.THOMSON_SPEC_TXT_TEMPLATE = cls.TEMPLATES_DIR # + "2030S_template.txt"
     cls.THOMSON_SPEC_TXT_BASENAME = cls.TFTPROOT # + "2030S_template.txt"
示例#2
0
 def setup(cls, config):
     "Configuration of class attributes"
     PhoneVendorMixin.setup(config)
     cls.CISCO_COMMON_DIR = "/tftpboot/"
示例#3
0
 def setup(cls, config):
     "Configuration of class attributes"
     PhoneVendorMixin.setup(config)
     cls.NORTEL_COMMON_DIR = os.path.join(cls.TFTPROOT, 'Nortel')
示例#4
0
 def setup(cls, config):
     "Configuration of class attributes"
     PhoneVendorMixin.setup(config)
     cls.SNOM_SPEC_DIR = os.path.join(cls.TFTPROOT, "Snom")
     cls.SNOM_SPEC_TEMPLATE = os.path.join(cls.TEMPLATES_DIR, "snom-template.htm")
示例#5
0
 def setup(cls, config):
     "Configuration of class attributes"
     PhoneVendorMixin.setup(config)
     cls.CISCOSMB_COMMON_DIR = os.path.join(cls.TFTPROOT, 'CiscoSMB', '')
示例#6
0
 def setup(cls, config):
     "Configuration of class attributes"
     PhoneVendorMixin.setup(config)
     cls.POLYCOM_COMMON_DIR = os.path.join(cls.TFTPROOT, "Polycom/")
示例#7
0
 def setup(cls, config):
     "Configuration of class attributes"
     PhoneVendorMixin.setup(config)
     cls.YEALINK_COMMON_DIR = os.path.join(cls.TFTPROOT, "Yealink/")
示例#8
0
 def setup(cls, config):
     "Configuration of class attributes"
     PhoneVendorMixin.setup(config)
     cls.SIEMENS_COMMON_DIR = os.path.join(cls.TFTPROOT, "Siemens/")
示例#9
0
 def setup(cls, config):
     "Configuration of class attributes"
     PhoneVendorMixin.setup(config)
     cls.ZENITEL_COMMON_DIR = os.path.join(cls.TFTPROOT, "Zenitel", "")
示例#10
0
 def setup(cls, config):
     "Configuration of class attributes"
     PhoneVendorMixin.setup(config)
     cls.AASTRA_COMMON_DIR = os.path.join(cls.TFTPROOT, "Aastra/")
示例#11
0
 def setup(cls, config):
     "Configuration of class attributes"
     PhoneVendorMixin.setup(config)
     cls.LINKSYS_COMMON_DIR = os.path.join(cls.TFTPROOT, "Linksys/")