post https://api.acefone.co.uk/v1/ring_group
Using the below method, a ring group can be created.
curl --request POST \
--url https://api.acefone.co.uk/v1/ring_group \
--header 'accept: application/json' \
--header 'authorization: Authorization' \
--header 'content-type: application/json'
Body Parameters
| Variable Name | Description | Data Type |
|---|---|---|
| name | Name of the ring group | String |
| description | Description for ring group | String |
| ring_strategy | Strategy to be 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 someone in the ring group answer the call ) | String |
| timeout_destination_id | Unique ID of destination where call should be routed (when someone in the ring group answer 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_agent | Float | |
| sticky_time_days | Float | |
| sticky_time_hours | Float |
Response
| Variable Name | Description | Data Type |
|---|---|---|
| success | Request success status | Boolean |
| message | Message corresponding success status | String |
