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.
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
Detach the profile before deleting it.
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