Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. curl -s -d '{
  2. "phone": "79299756685",
  3. "ivr": {
  4. "start": "main",
  5. "menus": {
  6. "main": {
  7. "options": {
  8. "key1": {"option": "set_context_var", "key": "success", "value": true, "playFile": "monitoring_ok"},
  9. "default": {"option": "static", "menuKey": "main"}
  10. },
  11. "timeout": 0,
  12. "commands": [
  13. {"command": "get_option", "file": "empty", "timeout": 1000},
  14. {"command": "get_option_synthesized", "text": "А я открою вам мир прекрасный и чудесный, вам нужно только поверить мне!", "timeout": 3000}
  15. ]
  16. }
  17. },
  18. "context": {
  19. "success": false
  20. }
  21. }
  22. }' http://172.16.1.145:8888/query/telephony/make_call_sync_bash/as_text
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement