powerponch

SIP DEBUGGING CALLN 200 EXT

Oct 2nd, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.17 KB | None | 0 0
  1. ***** http.conf *****
  2. [general]
  3. enabled=yes
  4. bindaddr=0.0.0.0
  5. bindport=8088
  6.  
  7.  
  8. **** rtp.conf *****
  9. [general]
  10. rtpstart=19000
  11. rtpend=21000
  12. icesupport=true
  13. stunaddr=stun.l.google.com:19302
  14.  
  15. ***** sip.conf *****
  16. [general]
  17. udpbindaddr=0.0.0.0:5060
  18. rtcachefriends=yes
  19. limitonpeers=yes
  20. callcounter=yes
  21. allowoverlap=no ; Disable overlap dialing support. (Default is yes)
  22. localnet=127.0.0.1/255.255.255.0
  23. externip=192.168.0.9
  24.  
  25. [1000] ;zoiper UA
  26. type=friend
  27. secret=rendezvous080193
  28. qualify=yes
  29. host=dynamic
  30. dtmfmode=rfc2833
  31. context=miContexto
  32. directmedia=no
  33. callerid=Fulano <1000>
  34. disallow=all
  35. allow=gsm
  36. allow=ulaw ; Allow codecs in order of preference
  37. allow=alaw
  38.  
  39. [8000] ;mozilla UA
  40. type=friend
  41. secret=rendezvous080193
  42. context=miContexto
  43. host=dynamic
  44. qualify=yes
  45. callerid=WebRTC <8000>
  46. transport=udp,ws
  47. avpf=yes
  48. force_avp=yes
  49. encryption=yes
  50. icesupport=yes
  51. directmedia=no
  52. dtlsenable=yes
  53. dtlsverify=no
  54. disallow=all
  55. allow=all
  56. dtmf=auto
  57. ;nat=force_rport,comedia
  58. nat=no
  59. dtlsenable=yes ; Tell Asterisk to enable DTLS for this peer
  60. dtlsverify=no ; Tell Asterisk to not verify your DTLS certs
  61. dtlscertfile=/etc/asterisk/keys/asterisk.pem
  62. dtlsprivatekey=/etc/asterisk/keys/asterisk.pem
  63. dtlssetup=actpass
  64.  
  65.  
  66. ***** extensions.conf *****
  67.  
  68. [miContexto]
  69. exten=> 200,1,Answer()
  70. same=> n,Playback(hello-world)
  71. same => n,Hangup()
  72.  
  73. exten=> 1000,1,Dial(SIP/1000)
  74. exten=> 8000,1,Dial(SIP/8000)
  75.  
  76. exten => 600,1,Playback(demo-echotest) ; Let them know what's going on
  77. exten => 600,2,Echo ; Do the echo test
  78. exten => 600,3,Playback(demo-echodone) ; Let them know it's over
  79. *******************************************************************************************************
  80. ASTERISK SAYS THIS (having RTP debug enabled):
  81. == WebSocket connection from '127.0.0.1:35106' for protocol 'sip' accepted using version '13'
  82. == WebSocket connection from '127.0.0.1:35096' closed
  83. -- Registered SIP '8000' at 127.0.0.1:35106
  84. == Using SIP RTP CoS mark 5
  85. -- Executing [200@miContexto:1] Answer("SIP/8000-00000000", "") in new stack
  86. == Spawn extension (miContexto, 200, 1) exited non-zero on 'SIP/8000-00000000'
  87.  
  88. *****************************************************************************************************
  89.  
  90.  
  91. "Iniciando creación del UA SIP...." miScript.js:19:4
  92. "JsSIP:UA " "configuration parameters after validation:" " +0ms" jssip-0.7.4.js:22459:7
  93. "JsSIP:UA " "- via_host: "192.0.2.31"" " +2ms" jssip-0.7.4.js:22459:7
  94. "JsSIP:UA " "- password: NOT SHOWN" " +2ms" jssip-0.7.4.js:22459:7
  95. "JsSIP:UA " "- register_expires: 600" " +1ms" jssip-0.7.4.js:22459:7
  96. "JsSIP:UA " "- register: true" " +2ms" jssip-0.7.4.js:22459:7
  97. "JsSIP:UA " "- registrar_server: sip:127.0.0.1" " +1ms" jssip-0.7.4.js:22459:7
  98. "JsSIP:UA " "- ws_server_max_reconnection: 3" " +1ms" jssip-0.7.4.js:22459:7
  99. "JsSIP:UA " "- ws_server_reconnection_timeout: 4" " +2ms" jssip-0.7.4.js:22459:7
  100. "JsSIP:UA " "- connection_recovery_min_interval: 2" " +2ms" jssip-0.7.4.js:22459:7
  101. "JsSIP:UA " "- connection_recovery_max_interval: 30" " +1ms" jssip-0.7.4.js:22459:7
  102. "JsSIP:UA " "- use_preloaded_route: false" " +2ms" jssip-0.7.4.js:22459:7
  103. "JsSIP:UA " "- no_answer_timeout: 60000" " +2ms" jssip-0.7.4.js:22459:7
  104. "JsSIP:UA " "- session_timers: true" " +1ms" jssip-0.7.4.js:22459:7
  105. "JsSIP:UA " "- hack_via_tcp: false" " +1ms" jssip-0.7.4.js:22459:7
  106. "JsSIP:UA " "- hack_via_ws: false" " +1ms" jssip-0.7.4.js:22459:7
  107. "JsSIP:UA " "- hack_ip_in_contact: true" " +1ms" jssip-0.7.4.js:22459:7
  108. "JsSIP:UA " "- node_websocket_options: {}" " +1ms" jssip-0.7.4.js:22459:7
  109. "JsSIP:UA " "- uri: sip:[email protected]" " +2ms" jssip-0.7.4.js:22459:7
  110. "JsSIP:UA " "- ws_servers: [{"ws_uri":"ws://127.0.0.1:8088/ws","sip_uri":"<sip:127.0.0.1:8088;transport=ws;lr>","weight":0,"status":0,"scheme":"WS"}]" " +1ms" jssip-0.7.4.js:22459:7
  111. "JsSIP:UA " "- display_name: "UA WebRTC"" " +1ms" jssip-0.7.4.js:22459:7
  112. "JsSIP:UA " "- instance_id: "47e7b0b8-ab7e-49f1-9189-3ff5379132c9"" " +1ms" jssip-0.7.4.js:22459:7
  113. "JsSIP:UA " "- jssip_id: "3n0vm"" " +1ms" jssip-0.7.4.js:22459:7
  114. "JsSIP:UA " "- hostport_params: "127.0.0.1"" " +1ms" jssip-0.7.4.js:22459:7
  115. "JsSIP:UA " "- authorization_user: "8000"" " +1ms" jssip-0.7.4.js:22459:7
  116. "JsSIP:UA " "start()" " +2ms" jssip-0.7.4.js:22459:7
  117. "JsSIP:Transport " "connecting to WebSocket ws://127.0.0.1:8088/ws" " +2ms" jssip-0.7.4.js:22459:7
  118. "JsSIP:Transport " "WebSocket ws://127.0.0.1:8088/ws connected" " +250ms" jssip-0.7.4.js:22459:7
  119. "JsSIP:Transport " "sending WebSocket message:
  120.  
  121. REGISTER sip:127.0.0.1 SIP/2.0
  122.  
  123. Via: SIP/2.0/WS 192.0.2.31;branch=z9hG4bK9265330
  124.  
  125. Max-Forwards: 69
  126.  
  127.  
  128. From: "UA WebRTC" <sip:[email protected]>;tag=ro13hp8deg
  129.  
  130. Call-ID: 55b6vusi0pu0jcpvbp124u
  131.  
  132. CSeq: 1 REGISTER
  133.  
  134. Contact: <sip:[email protected];transport=ws>;+sip.ice;reg-id=1;+sip.instance="<urn:uuid:47e7b0b8-ab7e-49f1-9189-3ff5379132c9>";expires=600
  135.  
  136. Expires: 600
  137.  
  138. Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS,REFER
  139.  
  140. Supported: path,gruu,outbound
  141.  
  142. User-Agent: JsSIP 0.7.4
  143.  
  144. Content-Length: 0
  145.  
  146.  
  147.  
  148.  
  149. " " +9ms" jssip-0.7.4.js:22459:7
  150. "JsSIP:Transport " "received WebSocket text message:
  151.  
  152. SIP/2.0 401 Unauthorized
  153.  
  154. Via: SIP/2.0/WS 192.0.2.31;branch=z9hG4bK9265330;received=127.0.0.1
  155.  
  156. From: "UA WebRTC" <sip:[email protected]>;tag=ro13hp8deg
  157.  
  158. To: <sip:[email protected]>;tag=as2783d8f8
  159.  
  160. Call-ID: 55b6vusi0pu0jcpvbp124u
  161.  
  162. CSeq: 1 REGISTER
  163.  
  164. Server: Asterisk PBX 11.19.0
  165.  
  166. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  167.  
  168. Supported: replaces, timer
  169.  
  170. WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="5a08ff30"
  171.  
  172. Content-Length: 0
  173.  
  174.  
  175.  
  176.  
  177. " " +11ms" jssip-0.7.4.js:22459:7
  178. "JsSIP:Transport " "sending WebSocket message:
  179.  
  180. REGISTER sip:127.0.0.1 SIP/2.0
  181.  
  182. Via: SIP/2.0/WS 192.0.2.31;branch=z9hG4bK7539545
  183.  
  184. Max-Forwards: 69
  185.  
  186.  
  187. From: "UA WebRTC" <sip:[email protected]>;tag=ro13hp8deg
  188.  
  189. Call-ID: 55b6vusi0pu0jcpvbp124u
  190.  
  191. CSeq: 2 REGISTER
  192.  
  193. Authorization: Digest algorithm=MD5, username="8000", realm="asterisk", nonce="5a08ff30", uri="sip:127.0.0.1", response="9cadd75a83cbb02e36b45998ad1eb409"
  194.  
  195. Contact: <sip:[email protected];transport=ws>;+sip.ice;reg-id=1;+sip.instance="<urn:uuid:47e7b0b8-ab7e-49f1-9189-3ff5379132c9>";expires=600
  196.  
  197. Expires: 600
  198.  
  199. Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS,REFER
  200.  
  201. Supported: path,gruu,outbound
  202.  
  203. User-Agent: JsSIP 0.7.4
  204.  
  205. Content-Length: 0
  206.  
  207.  
  208.  
  209.  
  210. " " +26ms" jssip-0.7.4.js:22459:7
  211. "JsSIP:Transport " "received WebSocket text message:
  212.  
  213. OPTIONS sip:[email protected];transport=ws SIP/2.0
  214.  
  215. Via: SIP/2.0/WS 127.0.0.1:5060;branch=z9hG4bK6963fc33
  216.  
  217. Max-Forwards: 70
  218.  
  219. From: "asterisk" <sip:[email protected]>;tag=as6ba0e1ac
  220.  
  221. To: <sip:[email protected];transport=ws>
  222.  
  223. Contact: <sip:[email protected]:5060;transport=WS>
  224.  
  225. Call-ID: [email protected]:5060
  226.  
  227. CSeq: 102 OPTIONS
  228.  
  229. User-Agent: Asterisk PBX 11.19.0
  230.  
  231. Date: Fri, 02 Oct 2015 14:12:00 GMT
  232.  
  233. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  234.  
  235. Supported: replaces, timer
  236.  
  237. Content-Length: 0
  238.  
  239.  
  240.  
  241.  
  242. " " +70ms" jssip-0.7.4.js:22459:7
  243. "JsSIP:Transport " "sending WebSocket message:
  244.  
  245. SIP/2.0 200 OK
  246.  
  247. Via: SIP/2.0/WS 127.0.0.1:5060;branch=z9hG4bK6963fc33
  248.  
  249. To: <sip:[email protected];transport=ws>;tag=foaelvfqod
  250.  
  251. From: "asterisk" <sip:[email protected]>;tag=as6ba0e1ac
  252.  
  253. Call-ID: [email protected]:5060
  254.  
  255. CSeq: 102 OPTIONS
  256.  
  257. Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS,REFER
  258.  
  259. Accept: application/sdp, application/dtmf-relay
  260.  
  261. Supported: outbound
  262.  
  263. Content-Length: 0
  264.  
  265.  
  266.  
  267.  
  268. " " +13ms" jssip-0.7.4.js:22459:7
  269. "JsSIP:Transport " "received WebSocket text message:
  270.  
  271. SIP/2.0 200 OK
  272.  
  273. Via: SIP/2.0/WS 192.0.2.31;branch=z9hG4bK7539545;received=127.0.0.1
  274.  
  275. From: "UA WebRTC" <sip:[email protected]>;tag=ro13hp8deg
  276.  
  277. To: <sip:[email protected]>;tag=as2783d8f8
  278.  
  279. Call-ID: 55b6vusi0pu0jcpvbp124u
  280.  
  281. CSeq: 2 REGISTER
  282.  
  283. Server: Asterisk PBX 11.19.0
  284.  
  285. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  286.  
  287. Supported: replaces, timer
  288.  
  289. Expires: 600
  290.  
  291. Contact: <sip:[email protected];transport=ws>;expires=600
  292.  
  293. Date: Fri, 02 Oct 2015 14:12:00 GMT
  294.  
  295. Content-Length: 0
  296.  
  297.  
  298.  
  299.  
  300. " " +2ms" jssip-0.7.4.js:22459:7
  301. "JsSIP:NonInviteServerTransaction " "Timer J expired for transaction z9hG4bK6963fc33" " +53ms" jssip-0.7.4.js:22459:7
  302. "Intentando hacer una llamada ...." miScript.js:50:4
  303. "200" miScript.js:53:4
  304. "JsSIP:UA " "call()" " +2s" jssip-0.7.4.js:22459:7
  305. "JsSIP:RTCSession " "new" " +1ms" jssip-0.7.4.js:22459:7
  306. "JsSIP:RTCSession " "connect()" " +2ms" jssip-0.7.4.js:22459:7
  307. "JsSIP:RTCSession " "newRTCSession" " +481ms" jssip-0.7.4.js:22459:7
  308. "Marcando ...." miScript.js:101:4
  309. "JsSIP:RTCSession " "session connecting" " +2s" jssip-0.7.4.js:22459:7
  310. "JsSIP:RTCSession " "createLocalDescription()" " +2ms" jssip-0.7.4.js:22459:7
  311. "JsSIP:Transport " "sending WebSocket message:
  312.  
  313.  
  314.  
  315. ************************************************** trying to call extension 200 (hello world) ****************
  316. INVITE sip:[email protected] SIP/2.0
  317.  
  318. Via: SIP/2.0/WS 192.0.2.31;branch=z9hG4bK145074
  319.  
  320. Max-Forwards: 69
  321.  
  322.  
  323. From: "UA WebRTC" <sip:[email protected]>;tag=75qkalul6h
  324.  
  325. Call-ID: 3n0vmgthqm00ie7fckd7
  326.  
  327. CSeq: 9400 INVITE
  328.  
  329. Contact: <sip:[email protected];transport=ws;ob>
  330.  
  331. Content-Type: application/sdp
  332.  
  333. Session-Expires: 90
  334.  
  335. Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS,REFER
  336.  
  337. Supported: timer,ice,replaces,outbound
  338.  
  339. User-Agent: JsSIP 0.7.4
  340.  
  341. Content-Length: 905
  342.  
  343.  
  344.  
  345. v=0
  346.  
  347. o=mozilla...THIS_IS_SDPARTA-38.2.1 4294967295 0 IN IP4 0.0.0.0
  348.  
  349. s=-
  350.  
  351. t=0 0
  352.  
  353. a=sendrecv
  354.  
  355. a=fingerprint:sha-256 7B:32:CA:D4:51:63:31:1F:85:46:9E:B0:41:EA:E3:2E:05:F5:0D:35:88:7A:59:AC:93:66:AB:CA:37:0E:BA:11
  356.  
  357. a=group:BUNDLE sdparta_0
  358.  
  359. a=ice-options:trickle
  360.  
  361. a=msid-semantic:WMS *
  362.  
  363. m=audio 49533 RTP/SAVPF 109 9 0 8
  364.  
  365. c=IN IP4 192.168.0.9
  366.  
  367. a=candidate:0 1 UDP 2122252543 192.168.0.9 49533 typ host
  368.  
  369. a=candidate:0 2 UDP 2122252542 192.168.0.9 54679 typ host
  370.  
  371. a=sendrecv
  372.  
  373. a=end-of-candidates
  374.  
  375. a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
  376.  
  377. a=ice-pwd:375317dda2bcb894ad2577a4cd9ddbee
  378.  
  379. a=ice-ufrag:9edebb48
  380.  
  381. a=mid:sdparta_0
  382.  
  383. a=msid:{adec7611-1e43-4955-b4c9-38d4f4f1ced7} {378e126d-aedb-4d91-a385-813c2c073e5e}
  384.  
  385. a=rtcp-mux
  386.  
  387. a=rtpmap:109 opus/48000/2
  388.  
  389. a=rtpmap:9 G722/8000/1
  390.  
  391. a=rtpmap:0 PCMU/8000
  392.  
  393. a=rtpmap:8 PCMA/8000
  394.  
  395. a=setup:actpass
  396.  
  397. a=ssrc:2458917309 cname:{74bc0d3f-61c6-4f18-aef5-2b8fccd90c04}
  398.  
  399.  
  400. " " +73ms" jssip-0.7.4.js:22459:7
  401. "JsSIP:Transport " "received WebSocket text message:
  402.  
  403. SIP/2.0 401 Unauthorized
  404.  
  405. Via: SIP/2.0/WS 192.0.2.31;branch=z9hG4bK145074;received=127.0.0.1
  406.  
  407. From: "UA WebRTC" <sip:[email protected]>;tag=75qkalul6h
  408.  
  409. To: <sip:[email protected]>;tag=as6308f70c
  410.  
  411. Call-ID: 3n0vmgthqm00ie7fckd7
  412.  
  413. CSeq: 9400 INVITE
  414.  
  415. Server: Asterisk PBX 11.19.0
  416.  
  417. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  418.  
  419. Supported: replaces, timer
  420.  
  421. WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="06d37bcf"
  422.  
  423. Content-Length: 0
  424.  
  425.  
  426.  
  427.  
  428. " " +69ms" jssip-0.7.4.js:22459:7
  429. "JsSIP:Transport " "sending WebSocket message:
  430.  
  431. ACK sip:[email protected] SIP/2.0
  432.  
  433. Via: SIP/2.0/WS 192.0.2.31;branch=z9hG4bK145074
  434.  
  435. To: <sip:[email protected]>;tag=as6308f70c
  436.  
  437. From: "UA WebRTC" <sip:[email protected]>;tag=75qkalul6h
  438.  
  439. Call-ID: 3n0vmgthqm00ie7fckd7
  440.  
  441. CSeq: 9400 ACK
  442.  
  443. Content-Length: 0
  444.  
  445.  
  446.  
  447.  
  448. " " +9ms" jssip-0.7.4.js:22459:7
  449. "JsSIP:Transport " "sending WebSocket message:
  450.  
  451. INVITE sip:[email protected] SIP/2.0
  452.  
  453. Via: SIP/2.0/WS 192.0.2.31;branch=z9hG4bK9928882
  454.  
  455. Max-Forwards: 69
  456.  
  457.  
  458. From: "UA WebRTC" <sip:[email protected]>;tag=75qkalul6h
  459.  
  460. Call-ID: 3n0vmgthqm00ie7fckd7
  461.  
  462. CSeq: 9401 INVITE
  463.  
  464. Authorization: Digest algorithm=MD5, username="8000", realm="asterisk", nonce="06d37bcf", uri="sip:[email protected]", response="68c5da6731853dc9a695a00f26fd3e49"
  465.  
  466. Contact: <sip:[email protected];transport=ws;ob>
  467.  
  468. Content-Type: application/sdp
  469.  
  470. Session-Expires: 90
  471.  
  472. Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS,REFER
  473.  
  474. Supported: timer,ice,replaces,outbound
  475.  
  476. User-Agent: JsSIP 0.7.4
  477.  
  478. Content-Length: 905
  479.  
  480.  
  481.  
  482. v=0
  483.  
  484. o=mozilla...THIS_IS_SDPARTA-38.2.1 4294967295 0 IN IP4 0.0.0.0
  485.  
  486. s=-
  487.  
  488. t=0 0
  489.  
  490. a=sendrecv
  491.  
  492. a=fingerprint:sha-256 7B:32:CA:D4:51:63:31:1F:85:46:9E:B0:41:EA:E3:2E:05:F5:0D:35:88:7A:59:AC:93:66:AB:CA:37:0E:BA:11
  493.  
  494. a=group:BUNDLE sdparta_0
  495.  
  496. a=ice-options:trickle
  497.  
  498. a=msid-semantic:WMS *
  499.  
  500. m=audio 49533 RTP/SAVPF 109 9 0 8
  501.  
  502. c=IN IP4 192.168.0.9
  503.  
  504. a=candidate:0 1 UDP 2122252543 192.168.0.9 49533 typ host
  505.  
  506. a=candidate:0 2 UDP 2122252542 192.168.0.9 54679 typ host
  507.  
  508. a=sendrecv
  509.  
  510. a=end-of-candidates
  511.  
  512. a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
  513.  
  514. a=ice-pwd:375317dda2bcb894ad2577a4cd9ddbee
  515.  
  516. a=ice-ufrag:9edebb48
  517.  
  518. a=mid:sdparta_0
  519.  
  520. a=msid:{adec7611-1e43-4955-b4c9-38d4f4f1ced7} {378e126d-aedb-4d91-a385-813c2c073e5e}
  521.  
  522. a=rtcp-mux
  523.  
  524. a=rtpmap:109 opus/48000/2
  525.  
  526. a=rtpmap:9 G722/8000/1
  527.  
  528. a=rtpmap:0 PCMU/8000
  529.  
  530. a=rtpmap:8 PCMA/8000
  531.  
  532. a=setup:actpass
  533.  
  534. a=ssrc:2458917309 cname:{74bc0d3f-61c6-4f18-aef5-2b8fccd90c04}
  535.  
  536.  
  537. " " +4ms" jssip-0.7.4.js:22459:7
  538. "JsSIP:InviteClientTransaction " "Timer D expired for transaction z9hG4bK145074" " +3ms" jssip-0.7.4.js:22459:7
  539. "JsSIP:Transport " "received WebSocket text message:
  540.  
  541. SIP/2.0 100 Trying
  542.  
  543. Via: SIP/2.0/WS 192.0.2.31;branch=z9hG4bK9928882;received=127.0.0.1
  544.  
  545. From: "UA WebRTC" <sip:[email protected]>;tag=75qkalul6h
  546.  
  547.  
  548. Call-ID: 3n0vmgthqm00ie7fckd7
  549.  
  550. CSeq: 9401 INVITE
  551.  
  552. Server: Asterisk PBX 11.19.0
  553.  
  554. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  555.  
  556. Supported: replaces, timer
  557.  
  558. Session-Expires: 90;refresher=uas
  559.  
  560. Contact: <sip:[email protected]:5060;transport=WS>
  561.  
  562. Content-Length: 0
  563.  
  564.  
  565.  
  566.  
  567. " " +219ms" jssip-0.7.4.js:22459:7
  568. "JsSIP:RTCSession " "receiveInviteResponse()" " +9ms" jssip-0.7.4.js:22459:7
  569. "JsSIP:Transport " "received WebSocket text message:
  570.  
  571. SIP/2.0 200 OK
  572.  
  573. Via: SIP/2.0/WS 192.0.2.31;branch=z9hG4bK9928882;received=127.0.0.1
  574.  
  575. From: "UA WebRTC" <sip:[email protected]>;tag=75qkalul6h
  576.  
  577. To: <sip:[email protected]>;tag=as6ea09826
  578.  
  579. Call-ID: 3n0vmgthqm00ie7fckd7
  580.  
  581. CSeq: 9401 INVITE
  582.  
  583. Server: Asterisk PBX 11.19.0
  584.  
  585. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  586.  
  587. Supported: replaces, timer
  588.  
  589. Session-Expires: 90;refresher=uas
  590.  
  591. Contact: <sip:[email protected]:5060;transport=WS>
  592.  
  593. Content-Type: application/sdp
  594.  
  595. Require: timer
  596.  
  597. Content-Length: 373
  598.  
  599.  
  600.  
  601. v=0
  602.  
  603. o=root 30902895 30902895 IN IP4 127.0.0.1
  604.  
  605. s=Asterisk PBX 11.19.0
  606.  
  607. c=IN IP4 127.0.0.1
  608.  
  609. t=0 0
  610.  
  611. m=audio 19148 RTP/SAVPF 0 8 9
  612.  
  613. a=rtpmap:0 PCMU/8000
  614.  
  615. a=rtpmap:8 PCMA/8000
  616.  
  617. a=rtpmap:9 G722/8000
  618.  
  619. a=ptime:20
  620.  
  621. a=connection:new
  622.  
  623. a=setup:active
  624.  
  625. a=fingerprint:SHA-256 33:29:CC:F2:79:9A:A1:26:31:DD:AF:BA:43:8C:D3:FB:C9:FC:EE:58:24:7C:B4:50:50:E6:7B:BA:93:3A:3E:58
  626.  
  627. a=sendrecv
  628.  
  629.  
  630. " " +6ms" jssip-0.7.4.js:22459:7
  631. "JsSIP:RTCSession " "receiveInviteResponse()" " +9ms" jssip-0.7.4.js:22459:7
  632. "JsSIP:Dialog " "new UAC dialog created with status CONFIRMED" " +1ms" jssip-0.7.4.js:22459:7
  633. "JsSIP:RTCSession " "acceptAndTerminate()" " +5ms" jssip-0.7.4.js:22459:7
  634. "JsSIP:RTCSession " "sendRequest()" " +2ms" jssip-0.7.4.js:22459:7
  635. "JsSIP:RTCSession:Request " "new | ACK" " +1ms" jssip-0.7.4.js:22459:7
  636. "JsSIP:Transport " "sending WebSocket message:
  637.  
  638. ACK sip:[email protected]:5060;transport=ws SIP/2.0
  639.  
  640. Via: SIP/2.0/WS 192.0.2.31;branch=z9hG4bK7724467
  641.  
  642. Max-Forwards: 69
  643.  
  644. To: <sip:[email protected]>;tag=as6ea09826
  645.  
  646. From: "UA WebRTC" <sip:[email protected]>;tag=75qkalul6h
  647.  
  648. Call-ID: 3n0vmgthqm00ie7fckd7
  649.  
  650. CSeq: 9401 ACK
  651.  
  652. Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS,REFER
  653.  
  654. Supported: outbound
  655.  
  656. User-Agent: JsSIP 0.7.4
  657.  
  658. Content-Length: 0
  659.  
  660.  
  661.  
  662.  
  663. " " +4ms" jssip-0.7.4.js:22459:7
  664. "JsSIP:RTCSession " "sendRequest()" " +2ms" jssip-0.7.4.js:22459:7
  665. "JsSIP:RTCSession:Request " "new | BYE" " +1ms" jssip-0.7.4.js:22459:7
  666. "JsSIP:Transport " "sending WebSocket message:
  667.  
  668. BYE sip:[email protected]:5060;transport=ws SIP/2.0
  669.  
  670. Via: SIP/2.0/WS 192.0.2.31;branch=z9hG4bK8929541
  671.  
  672. Max-Forwards: 69
  673.  
  674. To: <sip:[email protected]>;tag=as6ea09826
  675.  
  676. From: "UA WebRTC" <sip:[email protected]>;tag=75qkalul6h
  677.  
  678. Call-ID: 3n0vmgthqm00ie7fckd7
  679.  
  680. CSeq: 9402 BYE
  681.  
  682. Reason: SIP ;cause=488; text="Not Acceptable Here"
  683.  
  684. Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS,REFER
  685.  
  686. Supported: outbound
  687.  
  688. User-Agent: JsSIP 0.7.4
  689.  
  690. Content-Length: 0
  691.  
  692.  
  693.  
  694.  
  695. " " +11ms" jssip-0.7.4.js:22459:7
  696. "JsSIP:RTCSession " "session failed" " +1ms" jssip-0.7.4.js:22459:7
  697. "JsSIP:RTCSession " "close()" " +3ms" jssip-0.7.4.js:22459:7
  698. "JsSIP:Transport " "received WebSocket text message:
  699.  
  700. SIP/2.0 200 OK
  701.  
  702. Via: SIP/2.0/WS 192.0.2.31;branch=z9hG4bK8929541;received=127.0.0.1
  703.  
  704. From: "UA WebRTC" <sip:[email protected]>;tag=75qkalul6h
  705.  
  706. To: <sip:[email protected]>;tag=as6ea09826
  707.  
  708. Call-ID: 3n0vmgthqm00ie7fckd7
  709.  
  710. CSeq: 9402 BYE
  711.  
  712. Server: Asterisk PBX 11.19.0
  713.  
  714. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  715.  
  716. Supported: replaces, timer
  717.  
  718. Content-Length: 0
  719.  
  720.  
  721.  
  722.  
  723. " " +11ms" jssip-0.7.4.js:22459:7
  724. "JsSIP:RTCSession:Request " "onSuccessResponse" " +6ms" jssip-0.7.4.js:22459:7
  725. e.data is undefined
Advertisement
Add Comment
Please, Sign In to add comment