Manage SBC Scripts
The Scripts page lets you view a list of the SBC scripts that are deployed for the managed CX service.
➢ | To manage SBC scripts: |
1. | In the Navigation pane, select SIP Connection, and then select the SBC Scripts tab. |
The table below describes the parameters in this screen.
Parameter |
Description |
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Script |
Script name. |
||||||||||||
Zoom |
Indicates whether the script is enabled for the following services:
|
||||||||||||
SIP Connection |
The SIP Connection applied to the script. |
||||||||||||
Script Type |
The Script type:
|
||||||||||||
Channel |
Indicates the name of the channel applied to the script. |
Example Script default values:
➢ | To configure additional IP Profiles: |
Example Script content:
#Main#
configure network
access-list new
source-ip "{TrunkIP}"
prefixLen 32
description "{TrunkName}-{CustomerName}-c"
use-specific-interface enable
network-interface-name "eth0"
activate
exit
exit
configure voip
proxy-set new
proxy-name "{TrunkName}-{CustomerName}-Zoom-c"
proxy-enable-keep-alive using-options
srd-name "DefaultSRD"
sbcipv4-sip-int-name "SIPTrunk"
activate
proxy-ip 0
proxy-address "{TrunkIP}:{Port}"
transport-type "{TransportType}"
activate
exit
exit
ip-group new
name "{TrunkName}-{CustomerName}-Zoom-c"
proxy-set-name "{TrunkName}-{CustomerName}-Zoom-c"
srd-name "DefaultSRD"
classify-by-proxy-set disable
ip-profile-name "{IpProfile}"
outbound-mesg-manipulation-set 6
call-setup-rules-set-id 5
tags "Trunk={CID}"
{CacProfile}
activate
exit
{Registration}
exit
do write
#end#
#Registration#
sip-definition account new
account-name "{TrunkName}-{CustomerName}-Zoom-c"
served-ip-group-name "{TrunkName}-{CustomerName}-Zoom-c"
serving-ip-group-name "{TrunkName}-{CustomerName}-Zoom-c"
user-name "{Reg_Username}"
password "{Reg_Password}"
host-name "{Reg_Host}"
contact-user "{Reg_Mainline}"
register reg
application-type sbc
activate
exit
ip-group where name "{TrunkName}-{CustomerName}-Zoom-c"
authentication-mode sbc-as-client
username-as-client "{Reg_Username}"
password-as-client "{Reg_Password}"
activate
exit
#end#
#CacProfile#
cac-profile "{CacProfile}"
#end#