#VANTAGE GOTO VANTAGE_SETTINGS # VANTAGE_SETTINGS SET SNTPSRVR time.google.com SET TIMEZONE America/Mexico_City SET ISO_SYSTEM_LANGUAGE en_US SET ADMIN_PASSWORD 27238 SET UPGRADE_POLICY 1 SET UPGRADE_POLLING_PERIOD 1 SET ENABLE_PUBLIC_CA_CERTS 1 SET TRUSTCERTS AvayaITrootCA2.txt,DigiCertGlobalRootCA.txt,AvayaITserverCA2.txt,prod-mgmt-ca.txt,av_sipca_pem_2027.txt,EntrustRootCAG2.txt,EntrustCAL1K.txt,cert132.txt ##En la sig. línea se habilita el módulo de expansión SET BUTTON_MODULE_ENABLE 2 ##Condicional para diferenciar entre dispositivo 1 y 2 IF $GROUP SEQ 0 GOTO GROUP0 IF $GROUP SEQ 1 GOTO GROUP1 IF $GROUP SEQ 111 GOTO GROUP111 GOTO ENDGROUPS # GROUP0 ##Configuracion para el primer dispositivo SET PUSH_APPLICATION com.avaya.android.vantage.basic_release_2.0.0.200.0003_060818_a27fd59c_translate_china.apk ##Se instala Vantage Connect y se establece como app activa de comunicaciones SET ACTIVE_CSDK_BASED_PHONE_APP com.avaya.android.vantage.basic SET SIPDOMAIN net.avaya.com SET SIP_CONTROLLER_LIST "sip-na1.avaya.com:5061;transport=TLS" #SET SIPDOMAIN collaboratory.avaya.com #SET SIP_CONTROLLER_LIST "sm-132.collaboratory.avaya.com:5061;transport=TLS" GOTO ENDGROUPS # GROUP1 ##Configuracion para el primer dispositivo SET PUSH_APPLICATION com.avaya.android.vantage.basic_release_2.0.0.200.0003_060818_a27fd59c_translate_china.apk ##Se instala Vantage Connect y se establece como app activa de comunicaciones SET ACTIVE_CSDK_BASED_PHONE_APP com.avaya.android.vantage.basic ##SET SIPDOMAIN net.avaya.com ##SET SIP_CONTROLLER_LIST "sip-na1.avaya.com:5061;transport=TLS" SET SIPDOMAIN collaboratory.avaya.com SET SIP_CONTROLLER_LIST "sm-132.collaboratory.avaya.com:5061;transport=TLS" GOTO ENDGROUPS # GROUP111 ##Configuracion para el segundo dispositivo. Solo se le instala el módulo de expansión SET PUSH_APPLICATION AvayaConnectExpansionModule_2.2.0.0.0015_301019_9cc95af.apk SET PIN_APP "com.avaya.vantageremote" GOTO ENDGROUPS # ENDGROUPS GOTO END_VANTAGE # END_VANTAGE