You can attach and detach a SIP JJ9030 Interworking Profile with a SIP Trunk Group.
For more information, refer to SIP JJ9030Interworking Profile - CLI. Include Page
To attach a configured SIP JJ9030 Interworking Profile with a SIP Trunk Group, use the following syntax
Code Block |
---|
set addressContext <addressContext> zone <zone> sipTrunkGroup <sipTrunkGroup> signaling sipJJ9030InterworkingProfile <profile> |
SIP JJ9030Interworking Profile - CLI
To detach an attached SIP JJ9030 Interworking Profile from a SIP Trunk Group, use the following syntax:
Code Block |
---|
delete addressContext <addressContext> zone <zone> sipTrunkGroup <sipTrunkGroup> signaling sipJJ9030InterworkingProfile |
Info | ||
---|---|---|
| ||
Detach the profile before deleting it. |
To attach a configured SIP JJ9030 Interworking Profile with a SIP Trunk Group, use the following example:
Code Block |
---|
% 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:
Code Block |
---|
% delete addressContext default zone defaultSigZone sipTrunkGroup test_sip signaling sipJJ9030InterworkingProfile
% commit |