Resources | profiles | aorGroupProfile

aorGroupProfile

Represents AorGroup Profile.

Exists on Condition (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp')

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring AoR Profile Group Name.
aorDataListOstring Input AoRs(urischeme:user@host, Example: sip:example@ribbon.com) in CSV format.
preferredIdentityOstring Input PreferredIdentity (urischeme:user@host, Example: sip:example@ribbon.com) for AoRs Group.
aorDialogAttributeOenumerationuseFirst18x Input for active early dialog selection behaviour.
waitForAnswerOuint320 Input for wait for answer timer in milliseconds.
REST API: GET Example

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

REST API: DELETE Example

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

  • No labels