Can I create a IVR Using Sinch -


i trying app in sinch act automated voice response menu people choose set of options , application forward call accordingly. know twillio has this, wanted use sinch various reasons.

the documentation not complete, give ivr type example suggests "might" possible.

{ "instructions":  [{     "name" : "playfiles",     "ids" : [ "welcome" ],      "locale" : "en-us" }], "action":  {     "name" : "connectpstn",     "number" : "+46555000111",               "maxduration" : 600,     "locale" : "en-us",     "cli" : "+46555000222",     "suppresscallbacks" : true } 

}

but there isn't verb (like twillio) can capture response.

has out there been able create simple ivr using sinch?

edit, support now

please @ https://www.sinch.com/docs/voice/rest/#runmenuaction


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -