Name
Creates or updates the dial-in-sequence for a provider.
Note: This API deletes any existing dial-in sequences.
Syntax
http://server_name/api/xml?action=telephony-provider-dial-in-info-udpate&step-type=step-type&name=name&provider-id=integer&field-id=integer&value=value
Parameters
|
Required? |
Description |
step-type |
Y |
String that specifies the type of step that is being updated or added. Acceptable values are conf-num, dtmf, and delay. |
field-id |
N |
Integer that specifies the field whose value needs to be updated. |
value |
N |
Specifies the value of the specified field-id. |
name |
N |
String that specifies the name of the dial-in step being created. |
provider-id |
Y |
Integer that specifies the ID of the provider whose dial-in step being created. |
Permission
You must have modify permission on the provider whose dial-in-sequence is being update or created.
Example
Request:
http://example.com/api/xml?action=telephony-provider-dial-in-info-udpate&step-type=conf-num&name=xyz&provider-id=11814&field-id=11058&value=1000
Response:
<results> <status code="ok"/> </results>