FoneStorm ringgroup object representing an account resource in the object store.
{
"id":"RINGGRP0101010102",
"label":"RingGroup Test 2",
"destinations": [{
"destination_type":"SpeedDial",
"destination":"101"
},
{
"destination_type":"Device",
"destination":"101010101011"
}],
"greeting":"TTS:Hello this is a welcome message",
"ring_strategy":"Random",
"max_ring_time":"",
"ring_timeout":15,
"ring_busy_destinations":true,
"failover_type":"Reject",
"failover":""
}
Response Properties
Property | Type | Description |
---|---|---|
id | string | RingGroup ID |
label | string | Name/Label for RingGroup |
destinations | array | Array of destination objects consisting destination type and destination id |
greeting | string | Sound file URL or Text to speech string |
ring_strategy | string | One of the ring strategy - Simultaneous, Sequential, Random or LongestIdle |
max_ring_time | integer | Maximum ring time in seconds |
ring_timeout | integer | Ring timeout in seconds |
ring_busy_destinations | boolean | Ring busy destinations yes or no |
failover_type | string | One of the supported Failover destinations - Conference, Hangup, Busy, Reject, Forward, IVRMenu, Scheduler, Device, Voicemail |
failover | string | Failover ID |