Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can attach and detach a SIP JJ9030 Interworking Profile with a SIP Trunk Group.

For more information, refer to Include PageSIP JJ9030Interworking Profile - CLI.

Command Syntax

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
titleNote

Detach the profile before deleting it.

Command Examples

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