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
	SIP_MSG_TYPE_INFO
	SIP_MSG_TYPE_MESSAGE
	SIP_MSG_TYPE_NOTIFY
	SIP_MSG_TYPE_REGISTER
	SIP_MSG_TYPE_SUBSCRIBE
	none

Command Parameters

ParameterLength/RangeDescriptionSIP_MSG_TYPE_INFON/ASIP Message Type is InfoSIP_MSG_TYPE_MESSAGEN/ASIP Message Type is MessageSIP_MSG_TYPE_NOTIFYN/ASIP Message Type is NotifySIP_MSG_TYPE_REGISTERN/ASIP Message Type is RegisterSIP_MSG_TYPE_SUBSCRIBEN/ASIP Message Type is SubscribenoneN/A

Seed data for provisioning support

name
	description

Multiexcerpt include
MultiExcerptNameCall Param Filter Profile
PageWithExcerptShow Table Profiles -

description1-199 charactersDescription of the

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