Modify SIP Trigger

HTTP Method

PUT

URI

http(s)://<serverIP/hostname/FQDN>/adminapi/sipTrigger/<trigger number>

Example URI

http(s)://10.10.10.10/adminapi/sipTrigger/222333

Content Type

Application/XML, Application/JSON

HTTP Success Code

200

HTTP Failure Codes

400, 404

Success Response

HTTP/1.1 200 OK

Sample Input


<sipTrigger>
    <self rel="self" href="http://10.10.10.10/adminapi/sipTrigger/222333" type="sipTrigger"/>
    <directoryNumber>222333</directoryNumber>
    <locale>en_US</locale>
    <application name="App1">
        <refURL>http://10.10.10.10/adminapi/application/App1</refURL>
    </application>
    <description>SIP_TRIGGER_222333</description>
    <callControlGroup name="0">
        <refURL>http://10.10.10.10/adminapi/callControlGroup/0</refURL>
    </callControlGroup>
    <triggerEnabled>true</triggerEnabled>
    <idleTimeout>2500</idleTimeout>
    <overrideMediaTermination>
        <dialogGroup name="0">
            <refURL>http://10.10.10.10/adminapi/dialogGroup/0</refURL>
        </dialogGroup>
    </overrideMediaTermination>
</sipTrigger>
Note

For Standalone, Comprehensive, and VRU-only applications, set dialogGroup element attribute as 1. For example, <dialogGroup name ="1">. This will select default as MRCP dialog group.

For Ringtone and Error applications, set dialogGroup element attribute as 0. For example, <dialogGroup name ="0">. This will select default as CMT.