post https://api.fonestorm.com/v2/ringgroups
Add a new RingGroup to an account.
Notes
label
label
Name/Label for the RingGroup
destinations
destinations
Array of destination objects.
Destination Object:
destination_type
- Destination type can be Device or SpeedDial.destination
- Destination can be a device id or a speed dial, which depends on the destination_type.
greeting
greeting
Greeting message for incoming calls. It can be a sound file or text.
ring_strategy
ring_strategy
Four ring strategies are supported:
Simultaneous
- Ring all destinations simultaneousSequential
- Ring all destinations is a sequence one by oneRandom
- Ring all destinations randomly one by oneLongestIdle
- Ring a destination which was idle from longest time
max_ring_time
max_ring_time
Maximum ring time in seconds for a destination. After seconds pass next destination will ring.
ring_timeout
ring_timeout
Ring timeout in seconds. Call will be sent to failover if no one answers call until specified seconds.
ring_busy_destinations
ring_busy_destinations
Ring busy destination or not.
failover_type
failover_type
Failover type for the RingGroup. FracTEL network will send call to failover destination after ring_timeout
seconds pass.
failover_type | failover | Example |
---|---|---|
Hangup | Hangup incoming call | |
Reject | Reject incoming call | |
Busy | Send busy signal to the incoming call | |
Device | The ID for the destination device | 987123543678 |
Phonenumber | A forwarding phone number | 3215551111 |
Conference | The ID for the destination Conference | 456123543123 |
IVRMenu | The ID for the destination IVRMenu | 456123543678 |
Scheduler | The ID for the destination Scheduler | 123123543678 |
Voicemail | The ID for the destination Voicemail Box | 298123543678 |
failover
failover
Failover depends on the failover type.
Response Properties
Property | Type | Description |
---|---|---|
ringgroup | object | RingGroup |