DO NOT SHARE THESE DOCS WITH CUSTOMERS!
This is an LA release that will only be provided to a select number of PLM-sanctioned customers (PDFs only). Contact PLM for details.
You can attach and detach a SIP JJ9030 Interworking Profile with a SIP Trunk Group.
For more information, refer to SIP JJ9030Interworking Profile - CLI.
To attach a configured SIP JJ9030 Interworking Profile with a SIP Trunk Group, use the following syntax
set addressContext <addressContext> zone <zone> sipTrunkGroup <sipTrunkGroup> signaling sipJJ9030InterworkingProfile <profile>
To detach an attached SIP JJ9030 Interworking Profile from a SIP Trunk Group, use the following syntax:
delete addressContext <addressContext> zone <zone> sipTrunkGroup <sipTrunkGroup> signaling sipJJ9030InterworkingProfile
Detach the profile before deleting it.
To attach a configured SIP JJ9030 Interworking Profile with a SIP Trunk Group, use the following example:
% set addressContext default zone defaultSigZone sipTrunkGroup test_sip signaling sipJJ9030InterworkingProfile test_sip_jj9030 % commit
To detach an attached SIP JJ9030 Interworking Profile from a SIP Trunk Group, use the following example:
% delete addressContext default zone defaultSigZone sipTrunkGroup test_sip signaling sipJJ9030InterworkingProfile % commit