Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Noprint
Panel
borderColorgreen
bgColortransparent
borderWidth2

Back to Table of Contents

Back to CLI System-Level Mode

Back to

...

...

...

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/RangeDescription
SIP_MSG_TYPE_INFON/ASIP Message Type is Info
SIP_MSG_TYPE_MESSAGEN/ASIP Message Type is Message
SIP_MSG_TYPE_NOTIFYN/ASIP Message Type is Notify
SIP_MSG_TYPE_REGISTERN/ASIP Message Type is Register
SIP_MSG_TYPE_SUBSCRIBEN/ASIP Message Type is Subscribe
noneN/A

Seed data for provisioning support

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