Using the below method, details of an already created ring group can be updated.
curl --request PUT \
--url https://api.acefone.co.uk/v1/ring_group/id \
--header 'accept: application/json' \
--header 'authorization: Authorization' \
--header 'content-type: application/json'
Variable Name | Description | Data Type |
---|
id | Unique ID of the ring group | String |
Variable Name | Description | Data Type |
---|
name | Name of the ring group | String |
description | Description for ring group | String |
ring_strategy | Strategy followed by handling calls for ring group | Float |
prefix | Caller ID prefix associated with ring group | Float |
skip_agent | Should skip busy extensions in ring group | Float |
timeout_destination_type | Type of destination where call should be routed (when on one in the ring group answers the call) | String |
timeout_destination_id | Unique ID of destination where call should be routed (when on one in the ring group answers the call) | Float |
members | Ring group members/destination associated with ring group | Object |
type | Supported destinations type (extensions, specific numbers, IP addresses) | String |
number | Calls can be routed to a specific number for example 18XXXXXXXX | Float |
timeout | Time in seconds for which call should ring | Float |
ip | IP address (should be valid sip proxy IP) | String |
enable_sticky_agen | | Float |
sticky_time_days | | Float |
sticky_time_hours | | Float |
Variable Name | Description | Data Type |
---|
success | Request success status | Boolean |
message | Message corresponding success status | String |