Advertisement
Guest User

Untitled

a guest
May 19th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. 2014-05-19 11:30:40.964 10725 DEBUG ari.event [-] Received data from ARI event system:
  2. {u'application': u'demo',
  3. u'args': [u'1'],
  4. u'channel': {u'accountcode': u'',
  5. u'caller': {u'name': u'sipp', u'number': u'sipp'},
  6. u'connected': {u'name': u'', u'number': u''},
  7. u'creationtime': u'2014-05-19T11:30:40.958-0400',
  8. u'dialplan': {u'context': u'default',
  9. u'exten': u'service',
  10. u'priority': 2},
  11. u'id': u'1400513440.0',
  12. u'name': u'SIP/127.0.1.1-00000000',
  13. u'state': u'Ring'},
  14. u'timestamp': u'2014-05-19T11:30:40.959-0400',
  15. u'type': u'StasisStart'} _read_message /home/pabelanger/git/pabelanger/payload-voice/.tox/py27/local/lib/python2.7/site-packages/ari/event.py:63
  16. 2014-05-19 11:30:40.965 10725 DEBUG ari.common.http [-] curl -i -X POST -H 'Content-Type: application/json' -H 'Authorization: Basic Z3Vlc3Q6Z3Vlc3Q=' -H 'Accept: application/json' -H 'User-Agent: python-ari' -d 'null' http://127.0.0.1:8088/ari/channels/1400513440.0/answer log_curl_request /home/pabelanger/git/pabelanger/payload-voice/.tox/py27/local/lib/python2.7/site-packages/ari/common/http.py:192
  17. 2014-05-19 11:30:41.165 10725 DEBUG ari.common.http [-]
  18. HTTP/1.1 500 Internal Server Error
  19. content-length: 38
  20. server: Asterisk/SVN-branch-12-r413681
  21. connection: close
  22. cache-control: no-cache, no-store
  23. date: Mon, 19 May 2014 15:30:41 GMT
  24. content-type: application/json
  25.  
  26. {"message":"Failed to answer channel"}
  27. log_http_response /home/pabelanger/git/pabelanger/payload-voice/.tox/py27/local/lib/python2.7/site-packages/ari/common/http.py:203
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement