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

Compare with Current View Page History

« Previous Version 4 Next »

Resources | profiles | signaling | sipFilterProfile

sipFilterProfile

The SIP Filter Profile object creates and configures a SIP Filter Profile for Receive Side Filtering, which enables processing control of optional SIP headers within SIP Messages upon receipt of the message. The SIP filter profile is also used for controlling of parsing.

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring The user name of this Filter Profile.
headerO
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/signaling/sipFilterProfile/{name}

REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/profiles/signaling --data '
<sipFilterProfile>
     <name>{name}</name>
</sipFilterProfile>
'

REST API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/profiles/signaling/sipFilterProfile/{name}

  • No labels