You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

In this section:

Command Syntax

 

> 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

 

> 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 ";
}

  • No labels