Versions Compared

Key

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

In this section:

Table of Contents
maxLevel3

Command Syntax

Code Block
languagenone
> show status profiles callParameterFilterProfile
	name
	description

Multiexcerpt include
MultiExcerptNameCall Param Filter Profile
PageWithExcerptShow Table Profiles - Call Parameter Filter Profile

Command Example

Code Block
languagenone
> show status profiles callParameterFilterProfile
callParameterFilterProfile SIP_MSG_TYPE_INFO {
    description "SIP Message Type is Info";
}
callParameterFilterProfile SIP_MSG_TYPE_MESSAGE {
    description "SIP Message Type is Message";
}
callParameterFilterProfile SIP_MSG_TYPE_NOTIFY {
    description "SIP Message Type is Notify";
}
callParameterFilterProfile SIP_MSG_TYPE_REGISTER {
    description "SIP Message Type is Register";
}
callParameterFilterProfile SIP_MSG_TYPE_SUBSCRIBE {
    description "SIP Message Type is Subscribe";
}
callParameterFilterProfile none {
    description "seed data for provisioning support ";
}

Pagebreak