Guest User

Untitled

a guest
Feb 9th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.86 KB | None | 0 0
  1. C:\Users\Desktop\SIP_Call>node sipCall.js
  2. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | configuration parameters after validation:
  3. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · viaHost: "qn169adiq2vi.invalid"
  4. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · uri: sip:<USERNAME>@<DOMAIN>
  5. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · custom: {}
  6. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · displayName: ""
  7. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · password: NOT SHOWN
  8. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · register: true
  9. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · registerOptions: {}
  10. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · transportConstructor: Transport
  11. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · transportOptions: {}
  12. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · userAgentString: "SIP.js/0.13.2"
  13. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · noAnswerTimeout: 60000
  14. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · hackViaTcp: false
  15. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · hackIpInContact: false
  16. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · hackWssInTransport: false
  17. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · hackAllowUnregisteredOptionTags: false
  18. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · sessionDescriptionHandlerFactoryOptions: {"constraints":{},"peerConnectionOptions":{}}
  19. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · extraSupported: []
  20. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · contactName: "4cbvnl42"
  21. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · contactTransport: "ws"
  22. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · forceRport: false
  23. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · autostart: true
  24. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · autostop: true
  25. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · rel100: "none"
  26. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · dtmfType: "info"
  27. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · replaces: "none"
  28. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · sessionDescriptionHandlerFactory: function (session, options) {
  29. var logger = session.ua.getLogger("sip.invitecontext.sessionDescriptionHandler", session.id);
  30. var observer = new SessionDescriptionHandlerObserver_1.SessionDescriptionHandlerObserver(session, options);
  31. return new SessionDescriptionHandler(logger, observer, options);
  32. }
  33. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · authenticationFactory: undefined
  34. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · allowLegacyNotifications: false
  35. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · allowOutOfDialogRefers: false
  36. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · sipjsId: "mg71n"
  37. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · hostportParams: "budiman.onsip.com"
  38. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | · authorizationUser: <USERNAME>
  39. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.registercontext | configuration parameters for RegisterContext after validation:
  40. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.registercontext | · expires: 600
  41. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.registercontext | · extraContactHeaderParams: []
  42. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.registercontext | · instanceId: undefined
  43. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.registercontext | · params: {"toUri":{"parameters":{},"type":38,"headers":{},"raw":{"scheme":"sip","user":<USERNAME>,"host":"budiman.onsip.com"},"normal":{"scheme":"sip","user":<USERNAME>,"host":<DOMAIN>}},"toDisplayName":"","callId":"rq8tng3ifm4ujk3d12v8uj","cseq":2034}
  44. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.registercontext | · regId: undefined
  45. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.registercontext | · registrar: {"parameters":{},"type":38,"headers":{},"raw":{"scheme":"sip","host":"budiman.onsip.com"},"normal":{"scheme":"sip","host":"budiman.onsip.com"}}
  46. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.ua | user requested startup...
  47. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.transport | configuration parameters after validation:
  48. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.transport | · wsServers: [{"scheme":"WSS","sipUri":"<sip:edge.sip.onsip.com;transport=ws;lr>","weight":0,"wsUri":"wss://edge.sip.onsip.com","isError":false}]
  49. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.transport | · connectionTimeout: 5
  50. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.transport | · maxReconnectionAttempts: 3
  51. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.transport | · reconnectionTimeout: 4
  52. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.transport | · keepAliveInterval: 0
  53. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.transport | · keepAliveDebounce: 10
  54. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.transport | · traceSip: false
  55. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.transport | connecting to WebSocket wss://edge.sip.onsip.com
  56. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.transport | Transport error: The Websocket had an error
  57. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.transport | WebSocket disconnected (code: 1006)
  58. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.transport | WebSocket closed without SIP.js requesting it
  59. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.transport | trying to reconnect to WebSocket wss://edge.sip.onsip.com (reconnection attempt 1)
  60. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.transport | connecting to WebSocket wss://edge.sip.onsip.com
  61. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.transport | Transport error: The Websocket had an error
  62. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.transport | WebSocket disconnected (code: 1006)
  63. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.transport | WebSocket closed without SIP.js requesting it
  64. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.transport | Reconnection attempt 1 failed
  65. Thu Feb 07 2019 15:57:41 GMT-0800 (Pacific Standard Time) | sip.transport | trying to reconnect to WebSocket wss://edge.sip.onsip.com (reconnection attempt 2)
  66. Thu Feb 07 2019 15:57:45 GMT-0800 (Pacific Standard Time) | sip.transport | connecting to WebSocket wss://edge.sip.onsip.com
  67. Thu Feb 07 2019 15:57:45 GMT-0800 (Pacific Standard Time) | sip.transport | Transport error: The Websocket had an error
  68. Thu Feb 07 2019 15:57:45 GMT-0800 (Pacific Standard Time) | sip.transport | WebSocket disconnected (code: 1006)
  69. Thu Feb 07 2019 15:57:45 GMT-0800 (Pacific Standard Time) | sip.transport | WebSocket closed without SIP.js requesting it
  70. Thu Feb 07 2019 15:57:45 GMT-0800 (Pacific Standard Time) | sip.transport | Reconnection attempt 2 failed
  71. Thu Feb 07 2019 15:57:45 GMT-0800 (Pacific Standard Time) | sip.transport | trying to reconnect to WebSocket wss://edge.sip.onsip.com (reconnection attempt 3)
  72. Thu Feb 07 2019 15:57:49 GMT-0800 (Pacific Standard Time) | sip.transport | connecting to WebSocket wss://edge.sip.onsip.com
  73. Thu Feb 07 2019 15:57:49 GMT-0800 (Pacific Standard Time) | sip.transport | Transport error: The Websocket had an error
  74. Thu Feb 07 2019 15:57:49 GMT-0800 (Pacific Standard Time) | sip.transport | WebSocket disconnected (code: 1006)
  75. Thu Feb 07 2019 15:57:49 GMT-0800 (Pacific Standard Time) | sip.transport | WebSocket closed without SIP.js requesting it
  76. Thu Feb 07 2019 15:57:49 GMT-0800 (Pacific Standard Time) | sip.transport | Reconnection attempt 3 failed
  77. Thu Feb 07 2019 15:57:49 GMT-0800 (Pacific Standard Time) | sip.transport | maximum reconnection attempts for WebSocket wss://edge.sip.onsip.com
  78. Thu Feb 07 2019 15:57:49 GMT-0800 (Pacific Standard Time) | sip.transport | transport wss://edge.sip.onsip.com failed | connection state set to 'error'
  79. Thu Feb 07 2019 15:57:49 GMT-0800 (Pacific Standard Time) | sip.transport | attempted to get next ws server but there are no available ws servers left
  80. Thu Feb 07 2019 15:57:49 GMT-0800 (Pacific Standard Time) | sip.transport | no available ws servers left - going to closed state
Add Comment
Please, Sign In to add comment