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

Compare with Current View Page History

Version 1 Current »

Resources | profiles | signaling | sipParamBasedActionProfile

sipParamBasedActionProfile

The sip param based action profile name.

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring The user name of this SIP Param Based Action profile.
actionOenumerationnone Action Name - What action needs to be taken once params matches with this profile.
entryO List of entries for mapping with sip parameter
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/signaling/sipParamBasedActionProfile/{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 '
<sipParamBasedActionProfile>
     <name>{name}</name>
</sipParamBasedActionProfile>
'

REST API: DELETE Example

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

  • No labels