In this section:

Command Syntax

> show status profiles callParameterFilterProfile
	name
	description

Command Parameters

Call Parameter Filter Profile Parameters

ParameterDescription
name

Name of the Call Parameter Filter Profile.

Default profiles, with the SIP message type as indicated:

  • SIP_MSG_TYPE_INFO
  • SIP_MSG_TYPE_MESSAGE
  • SIP_MSG_TYPE_NOTIFY
  • SIP_MSG_TYPE_REFER
  • SIP_MSG_TYPE_REGISTER
  • SIP_MSG_TYPE_SUBSCRIBE
  • none
descriptionDescription of a 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