You can attach and detach a Called Prefix Match Profile with a SIP Trunk Group.

For more information, refer to SIP Called Prefix Match Profile - CLI.

Command Syntax

To attach a configured Called Prefix Match Profile with a SIP Trunk Group, use the following syntax

set addressContext <addressContext> zone <zone> sipTrunkGroup <sipTrunkGroup> signaling calledPrefixMatchProfile <profile>

 

To detach an attached Called Prefix Match Profile from a SIP Trunk Group, use the following syntax:

delete addressContext <addressContext> zone <zone> sipTrunkGroup <sipTrunkGroup> signaling calledPrefixMatchProfile
Note

Detach the profile before deleting it.

Command Examples

To attach a configured Called Prefix Match Profile with a SIP Trunk Group, use the following example:

% set addressContext default zone defaultSigZone sipTrunkGroup test_sip signaling calledPrefixMatchProfile test_calledPrefixMatch
% commit

 

To detach an attached Called Prefix Match Profile from a SIP Trunk Group, use the following example:

% delete addressContext default zone defaultSigZone sipTrunkGroup test_sip signaling calledPrefixMatchProfile
% commit



  • No labels