In this example GROUP_554 and GROUP_555 are for remote workers.
GROUP_554 non secure group
GROUP_555 secure group (TLS/SRTP)
############################################################## ## # GROUP_SETTINGS ## ############################################################## ## ## Parameter values can be set for specifically-designated groups of ## telephones by using IF statements based on the GROUP parameter. ## ## The value of GROUP can be set manually in a telephone by using the ## GROUP local craft procedure or, for H.323 telephones, it can be set ## remotely by CM based on the telephone's extension number. ## The default value of GROUP in each telephone is 0, ## and the maximum value is 999. ## ## To create a group of settings, use one of the templates below, ## or create others just like them. ## ############################################################## IF $GROUP SEQ 1 GOTO GROUP_1 IF $GROUP SEQ 2 GOTO GROUP_2 IF $GROUP SEQ 3 GOTO GROUP_3 IF $GROUP SEQ 3 GOTO GROUP_3 IF $GROUP SEQ 5 GOTO GROUP_4 IF $GROUP SEQ 5 GOTO GROUP_5 IF $GROUP SEQ 555 GOTO GROUP_555 IF $GROUP SEQ 554 GOTO GROUP_554 GOTO END : : : ############################################################## # GROUP_554 ########## Add SET Statements for GROUP 554 below ############ ### SETTINGS for TCP remote worker ####### SET SIP_CONTROLLER_LIST 10.0.196.251:5060;transport=tcp SET CONFIG_SERVER_SECURE_MODE 1 SET MEDIAENCRYPTION "9" SET PRESENCE_SERVER 1.0.197.251 SET ENABLE_PRESENCE 0 SET SIMULTANEOUS_REGISTRATIONS 1 SET ENABLE_PPM_SOURCED_SIPPROXYSRVR 1 SET HTTPSRVR 10.0.198.251 SET HTTPPORT 80 SET SIPDOMAIN "qames.com" SET FAILBACK_POLICY auto SET SIPREGPROXYPOLICY alternate ############### END OF GROUP 554 SETTINGS ##################### GOTOEND GOTO END ############################################################## # GROUP_555 ########## Add SET Statements for GROUP 555 below ############ ### SETTINGS for TLS remote worker ####### SET SIP_CONTROLLER_LIST 10.0.197.251:5061;transport=tls SET CONFIG_SERVER_SECURE_MODE 2 SET MEDIAENCRYPTION "1" SET PRESENCE_SERVER 1.0.197.251 SET ENABLE_PRESENCE 1 SET SIMULTANEOUS_REGISTRATIONS 1 SET ENABLE_PPM_SOURCED_SIPPROXYSRVR 1 SET HTTPSRVR 10.0.198.251 SET HTTPPORT 80 SET SIPDOMAIN "qames.com" SET FAILBACK_POLICY auto SET SIPREGPROXYPOLICY alternate ############### END OF GROUP 555 SETTINGS ##################### GOTO END