Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 488 Bytes

ex08_call_ivr.md

File metadata and controls

19 lines (15 loc) · 488 Bytes

46elks samples: IVR

An IVR (interactive voice response) system can be used to do any action, such as routing the person to the appropriate phone number.

Using the following voice_start configuration allows doing just that with the 46elks API.

voice_start

{
  "ivr": "http://www.46elks.com/download/DummySupportIVR.wav",
  "1": {
    "connect": "+461890510"
  },
  "2": {
    "connect": "+461890511"
  }
}