Advertisement
jfk422

Sip Log

Jul 23rd, 2020
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.11 KB | None | 0 0
  1. 11:28:49.921 sip_endpoint.c .Module "mod-pjsua-log" registered
  2. 11:28:49.922 sip_endpoint.c .Module "mod-tsx-layer" registered
  3. 11:28:49.922 sip_endpoint.c .Module "mod-stateful-util" registered
  4. 11:28:49.922 sip_endpoint.c .Module "mod-ua" registered
  5. 11:28:49.922 sip_endpoint.c .Module "mod-100rel" registered
  6. 11:28:49.923 sip_endpoint.c .Module "mod-pjsua" registered
  7. 11:28:49.923 sip_endpoint.c .Module "mod-invite" registered
  8. 11:28:49.924 pjlib ..epoll I/O Queue created (0x7f5a3f14)
  9. 11:28:49.925 conference.c ..Creating conference bridge with 254 ports
  10. 11:28:49.925 Master/sound ..Using delay buffer with WSOLA.
  11. 11:28:49.936 sip_endpoint.c .Module "mod-evsub" registered
  12. 11:28:49.936 sip_endpoint.c .Module "mod-presence" registered
  13. 11:28:49.936 evsub.c .Event pkg "presence" registered by mod-presence
  14. 11:28:49.936 sip_endpoint.c .Module "mod-mwi" registered
  15. 11:28:49.936 evsub.c .Event pkg "message-summary" registered by mod-mwi
  16. 11:28:49.936 sip_endpoint.c .Module "mod-refer" registered
  17. 11:28:49.937 evsub.c .Event pkg "refer" registered by mod-refer
  18. 11:28:49.937 sip_endpoint.c .Module "mod-pjsua-pres" registered
  19. 11:28:49.937 sip_endpoint.c .Module "mod-pjsua-im" registered
  20. 11:28:49.937 sip_endpoint.c .Module "mod-pjsua-options" registered
  21. 11:28:49.938 pjsua_core.c .1 SIP worker threads created
  22. 11:28:49.938 pjsua_core.c .pjsua version 2.10 for Linux-4.3/armv7l/glibc-2.23 initialized
  23. 11:28:49.938 pjsua_core.c .PJSUA state changed: CREATED --> INIT
  24. 11:28:49.939 pjsua_core.c SIP UDP socket reachable at 172.28.178.19:5060
  25. 11:28:49.939 udp0x7f5b21d8 SIP UDP transport started, published address is 172.28.178.19:5060
  26. 11:28:49.940 pjsua_core.c PJSUA state changed: INIT --> STARTING
  27. 11:28:49.940 sip_endpoint.c .Module "mod-unsolicited-mwi" registered
  28. 11:28:49.940 pjsua_core.c .PJSUA state changed: STARTING --> RUNNING
  29. 11:28:49.941 pjsua2_demo.cp *** PJSUA2 STARTED ***
  30. 11:28:49.941 pjsua_acc.c Adding account: id=sip:25@172.28.176.10
  31. 11:28:49.942 pjsua_acc.c .Account sip:25@172.28.176.10 added with id 0
  32. 11:28:49.942 pjsua_acc.c .Acc 0: setting registration..
  33. 11:28:49.943 endpoint ..Request msg REGISTER/cseq=49764 (tdta0x7f5b680c) created.
  34. 11:28:49.944 tsx0x7f5b7814 ...Transaction created for Request msg REGISTER/cseq=49765 (tdta0x7f5b680c)
  35. 11:28:49.944 tsx0x7f5b7814 ..Sending Request msg REGISTER/cseq=49765 (tdta0x7f5b680c) in state Null
  36. 11:28:49.944 sip_resolve.c ...Target '172.28.176.10:0' type=Unspecified resolved to '172.28.176.10:5060' type=UDP (UDP transport)
  37. 11:28:49.944 pjsua_core.c ...TX 493 bytes Request msg REGISTER/cseq=49765 (tdta0x7f5b680c) to UDP 172.28.176.10:5060:
  38. REGISTER sip:172.28.176.10 SIP/2.0
  39. Via: SIP/2.0/UDP 172.28.178.19:5060;rport;branch=z9hG4bKPj721d9182-a4d4-4cb0-9a80-32c833478740
  40. Max-Forwards: 70
  41. From: <sip:25@172.28.176.10>;tag=3af857ba-1648-4d4b-b68b-a849909f9b01
  42. To: <sip:25@172.28.176.10>
  43. Call-ID: eeb433de-23a9-4c9f-9988-9a339d82b613
  44. CSeq: 49765 REGISTER
  45. Contact: <sip:25@172.28.178.19:5060;ob>
  46. Expires: 300
  47. Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
  48. Content-Length: 0
  49.  
  50.  
  51. --end msg--
  52. 11:28:49.945 tsx0x7f5b7814 ...State changed from Null to Calling, event=TX_MSG
  53. 11:28:49.945 pjsua_acc.c ..Acc 0: Registration sent
  54. 11:28:49.945 pjsua2_demo.cp Wait for incomign call
  55. 11:28:49.949 sip_endpoint.c !Processing incoming message: Response msg 401/REGISTER/cseq=49765 (rdata0x7f5b380c)
  56. 11:28:49.949 pjsua_core.c .RX 582 bytes Response msg 401/REGISTER/cseq=49765 (rdata0x7f5b380c) from UDP 172.28.176.10:5060:
  57. SIP/2.0 401 Unauthorized
  58. Via: SIP/2.0/UDP 172.28.178.19:5060;branch=z9hG4bKPj721d9182-a4d4-4cb0-9a80-32c833478740;received=172.28.178.19;rport=5060
  59. From: <sip:25@172.28.176.10>;tag=3af857ba-1648-4d4b-b68b-a849909f9b01
  60. To: <sip:25@172.28.176.10>;tag=as697c2065
  61. Call-ID: eeb433de-23a9-4c9f-9988-9a339d82b613
  62. CSeq: 49765 REGISTER
  63. Server: FPBX-14.0.1.1(13.16.0)
  64. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  65. Supported: replaces, timer
  66. WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="5a9bd9c7"
  67. Content-Length: 0
  68.  
  69.  
  70. --end msg--
  71. 11:28:49.950 tsx0x7f5b7814 .Incoming Response msg 401/REGISTER/cseq=49765 (rdata0x7f5b380c) in state Calling
  72. 11:28:49.950 tsx0x7f5b7814 ..State changed from Calling to Completed, event=RX_MSG
  73. 11:28:49.951 tsx0xb4e008dc ....Transaction created for Request msg REGISTER/cseq=49766 (tdta0x7f5b680c)
  74. 11:28:49.951 tsx0xb4e008dc ...Sending Request msg REGISTER/cseq=49766 (tdta0x7f5b680c) in state Null
  75. 11:28:49.951 endpoint ....Request msg REGISTER/cseq=49766 (tdta0x7f5b680c): skipping target resolution because address is already set
  76. 11:28:49.951 pjsua_core.c ....TX 651 bytes Request msg REGISTER/cseq=49766 (tdta0x7f5b680c) to UDP 172.28.176.10:5060:
  77. REGISTER sip:172.28.176.10 SIP/2.0
  78. Via: SIP/2.0/UDP 172.28.178.19:5060;rport;branch=z9hG4bKPj561c833a-9c81-480a-9293-e586af8fd4f5
  79. Max-Forwards: 70
  80. From: <sip:25@172.28.176.10>;tag=3af857ba-1648-4d4b-b68b-a849909f9b01
  81. To: <sip:25@172.28.176.10>
  82. Call-ID: eeb433de-23a9-4c9f-9988-9a339d82b613
  83. CSeq: 49766 REGISTER
  84. Contact: <sip:25@172.28.178.19:5060;ob>
  85. Expires: 300
  86. Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
  87. Authorization: Digest username="25", realm="asterisk", nonce="5a9bd9c7", uri="sip:172.28.176.10", response="50030daad82316a778f90735e430ed3a", algorithm=MD5
  88. Content-Length: 0
  89.  
  90.  
  91. --end msg--
  92. 11:28:49.952 tsx0xb4e008dc ....State changed from Null to Calling, event=TX_MSG
  93. 11:28:49.958 sip_endpoint.c Processing incoming message: Request msg OPTIONS/cseq=102 (rdata0xb4e0129c)
  94. 11:28:49.958 pjsua_core.c .RX 558 bytes Request msg OPTIONS/cseq=102 (rdata0xb4e0129c) from UDP 172.28.176.10:5060:
  95. OPTIONS sip:25@172.28.178.19:5060;ob SIP/2.0
  96. Via: SIP/2.0/UDP 172.28.176.10:5060;branch=z9hG4bK16868d92
  97. Max-Forwards: 70
  98. From: "Unknown" <sip:Unknown@172.28.176.10>;tag=as3db9e180
  99. To: <sip:25@172.28.178.19:5060;ob>
  100. Contact: <sip:Unknown@172.28.176.10:5060>
  101. Call-ID: 07ca00ee79eac36673f6b90605ef4b8c@172.28.176.10:5060
  102. CSeq: 102 OPTIONS
  103. User-Agent: FPBX-14.0.1.1(13.16.0)
  104. Date: Thu, 23 Jul 2020 11:30:13 GMT
  105. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  106. Supported: replaces, timer
  107. Content-Length: 0
  108.  
  109.  
  110. --end msg--
  111. 11:28:49.959 endpoint .Response msg 200/OPTIONS/cseq=102 (tdta0xb4e03234) created
  112. 11:28:49.959 sip_resolve.c .Target '172.28.176.10:5060' type=UDP resolved to '172.28.176.10:5060' type=UDP (UDP transport)
  113. 11:28:49.959 pjsua_core.c .TX 686 bytes Response msg 200/OPTIONS/cseq=102 (tdta0xb4e03234) to UDP 172.28.176.10:5060:
  114. SIP/2.0 200 OK
  115. Via: SIP/2.0/UDP 172.28.176.10:5060;received=172.28.176.10;branch=z9hG4bK16868d92
  116. Call-ID: 07ca00ee79eac36673f6b90605ef4b8c@172.28.176.10:5060
  117. From: "Unknown" <sip:Unknown@172.28.176.10>;tag=as3db9e180
  118. To: <sip:25@172.28.178.19;ob>;tag=z9hG4bK16868d92
  119. CSeq: 102 OPTIONS
  120. Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
  121. Accept: application/sdp, application/pidf+xml, application/xpidf+xml, application/simple-message-summary, message/sipfrag;version=2.0, application/im-iscomposing+xml, text/plain
  122. Supported: replaces, 100rel, timer, norefersub
  123. Allow-Events: presence, message-summary, refer
  124. Content-Length: 0
  125.  
  126.  
  127. --end msg--
  128. 11:28:49.959 tdta0xb4e03234 .Destroying txdata Response msg 200/OPTIONS/cseq=102 (tdta0xb4e03234)
  129. 11:28:49.960 sip_endpoint.c Processing incoming message: Response msg 200/REGISTER/cseq=49766 (rdata0xb4e0129c)
  130. 11:28:49.960 pjsua_core.c .RX 598 bytes Response msg 200/REGISTER/cseq=49766 (rdata0xb4e0129c) from UDP 172.28.176.10:5060:
  131. SIP/2.0 200 OK
  132. Via: SIP/2.0/UDP 172.28.178.19:5060;branch=z9hG4bKPj561c833a-9c81-480a-9293-e586af8fd4f5;received=172.28.178.19;rport=5060
  133. From: <sip:25@172.28.176.10>;tag=3af857ba-1648-4d4b-b68b-a849909f9b01
  134. To: <sip:25@172.28.176.10>;tag=as697c2065
  135. Call-ID: eeb433de-23a9-4c9f-9988-9a339d82b613
  136. CSeq: 49766 REGISTER
  137. Server: FPBX-14.0.1.1(13.16.0)
  138. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  139. Supported: replaces, timer
  140. Expires: 30
  141. Contact: <sip:25@172.28.178.19:5060;ob>;expires=30
  142. Date: Thu, 23 Jul 2020 11:30:13 GMT
  143. Content-Length: 0
  144.  
  145.  
  146. --end msg--
  147. 11:28:49.960 tsx0xb4e008dc .Incoming Response msg 200/REGISTER/cseq=49766 (rdata0xb4e0129c) in state Calling
  148. 11:28:49.960 tsx0xb4e008dc ..State changed from Calling to Completed, event=RX_MSG
  149. 11:28:49.960 pjsua_acc.c ....SIP outbound status for acc 0 is not active
  150. 11:28:49.961 pjsua_acc.c ....sip:25@172.28.176.10: registration success, status=200 (OK), will re-register in 30 seconds
  151. 11:28:49.961 pjsua_acc.c ....Keep-alive timer started for acc 0, destination:172.28.176.10:5060, interval:15s
  152. 11:28:49.963 sip_endpoint.c Processing incoming message: Request msg NOTIFY/cseq=102 (rdata0xb4e0129c)
  153. 11:28:49.963 pjsua_core.c .RX 562 bytes Request msg NOTIFY/cseq=102 (rdata0xb4e0129c) from UDP 172.28.176.10:5060:
  154. NOTIFY sip:25@172.28.178.19:5060;ob SIP/2.0
  155. Via: SIP/2.0/UDP 172.28.176.10:5060;branch=z9hG4bK2b090c90
  156. Max-Forwards: 70
  157. From: "Unknown" <sip:Unknown@172.28.176.10>;tag=as0bfe993b
  158. To: <sip:25@172.28.178.19:5060;ob>
  159. Contact: <sip:Unknown@172.28.176.10:5060>
  160. Call-ID: 64d068923d956a553c0e685c1c18e6d8@172.28.176.10:5060
  161. CSeq: 102 NOTIFY
  162. User-Agent: FPBX-14.0.1.1(13.16.0)
  163. Event: message-summary
  164. Content-Type: application/simple-message-summary
  165. Content-Length: 88
  166.  
  167. Messages-Waiting: no
  168. Message-Account: sip:*97@172.28.176.10
  169. Voice-Message: 0/0 (0/0)
  170.  
  171. --end msg--
  172. 11:28:49.963 pjsua_pres.c .Got unsolicited NOTIFY from 172.28.176.10:5060..
  173. 11:28:49.963 endpoint ..Response msg 200/NOTIFY/cseq=102 (tdta0xb4e03234) created
  174. 11:28:49.963 tsx0xb4e0423c ...Transaction created for Request msg NOTIFY/cseq=102 (rdata0xb4e0129c)
  175. 11:28:49.963 tsx0xb4e0423c ..Incoming Request msg NOTIFY/cseq=102 (rdata0xb4e0129c) in state Null
  176. 11:28:49.963 tsx0xb4e0423c ...State changed from Null to Trying, event=RX_MSG
  177. 11:28:49.963 tsx0xb4e0423c ..Sending Response msg 200/NOTIFY/cseq=102 (tdta0xb4e03234) in state Trying
  178. 11:28:49.963 sip_resolve.c ...Target '172.28.176.10:5060' type=UDP resolved to '172.28.176.10:5060' type=UDP (UDP transport)
  179. 11:28:49.963 pjsua_core.c ...TX 312 bytes Response msg 200/NOTIFY/cseq=102 (tdta0xb4e03234) to UDP 172.28.176.10:5060:
  180. SIP/2.0 200 OK
  181. Via: SIP/2.0/UDP 172.28.176.10:5060;received=172.28.176.10;branch=z9hG4bK2b090c90
  182. Call-ID: 64d068923d956a553c0e685c1c18e6d8@172.28.176.10:5060
  183. From: "Unknown" <sip:Unknown@172.28.176.10>;tag=as0bfe993b
  184. To: <sip:25@172.28.178.19;ob>;tag=z9hG4bK2b090c90
  185. CSeq: 102 NOTIFY
  186. Content-Length: 0
  187.  
  188.  
  189. --end msg--
  190. 11:28:49.964 tsx0xb4e0423c ...State changed from Trying to Completed, event=TX_MSG
  191. 11:28:52.946 pjsua_call.c !Making call with acc #0 to sip:12@172.28.176.10
  192. 11:28:52.947 dlg0x7f5b3a64 .UAC dialog created
  193. 11:28:52.947 dlg0x7f5b3a64 ..Session count inc to 2 by mod-pjsua
  194. 11:28:52.947 pjsua_media.c .Call 0: initializing media..
  195. 11:28:52.947 pjsua_media.c ..RTP socket reachable at 172.28.178.19:4000
  196. 11:28:52.947 pjsua_media.c ..RTCP socket reachable at 172.28.178.19:4001
  197. 11:28:52.948 srtp0x7f5b4618 ..SRTP keying SDES created
  198. 11:28:52.948 pjsua_media.c ..Media index 0 selected for audio call 0
  199. 11:28:52.948 pjsua_media.c ..Call 0: media transport initialization complete: Success
  200. 11:28:52.948 dlg0x7f5b3a64 ..Session count dec to 2 by mod-pjsua
  201. 11:28:52.948 dlg0x7f5b3a64 .Module mod-invite added as dialog usage, data=0x7f5b50ac
  202. 11:28:52.948 dlg0x7f5b3a64 ..Session count inc to 4 by mod-invite
  203. 11:28:52.948 dlg0x7f5b3a64 .Module mod-100rel added as dialog usage, data=0x7f5bd854
  204. 11:28:52.948 dlg0x7f5b3a64 .100rel module attached
  205. 11:28:52.948 inv0x7f5b3a64 .UAC invite session created for dialog dlg0x7f5b3a64
  206. 11:28:52.949 endpoint .Request msg INVITE/cseq=27910 (tdta0x7f5be53c) created.
  207. 11:28:52.949 inv0x7f5b3a64 ..Sending Request msg INVITE/cseq=27910 (tdta0x7f5be53c)
  208. 11:28:52.949 dlg0x7f5b3a64 ...Sending Request msg INVITE/cseq=27910 (tdta0x7f5be53c)
  209. 11:28:52.949 tsx0x7f5c04ec ....Transaction created for Request msg INVITE/cseq=27909 (tdta0x7f5be53c)
  210. 11:28:52.949 tsx0x7f5c04ec ...Sending Request msg INVITE/cseq=27909 (tdta0x7f5be53c) in state Null
  211. 11:28:52.949 sip_resolve.c ....Target '172.28.176.10:0' type=Unspecified resolved to '172.28.176.10:5060' type=UDP (UDP transport)
  212. 11:28:52.949 pjsua_core.c ....TX 1071 bytes Request msg INVITE/cseq=27909 (tdta0x7f5be53c) to UDP 172.28.176.10:5060:
  213. INVITE sip:12@172.28.176.10 SIP/2.0
  214. Via: SIP/2.0/UDP 172.28.178.19:5060;rport;branch=z9hG4bKPjde2b2e83-4a44-4a9b-a554-90f55976b97d
  215. Max-Forwards: 70
  216. From: sip:25@172.28.176.10;tag=8047274e-ba35-4132-b676-fc6bece27377
  217. To: sip:12@172.28.176.10
  218. Contact: <sip:25@172.28.178.19:5060;ob>
  219. Call-ID: 403f377a-edd3-4442-acca-81642d9ed2e3
  220. CSeq: 27909 INVITE
  221. Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
  222. Supported: replaces, 100rel, timer, norefersub
  223. Session-Expires: 1800
  224. Min-SE: 90
  225. Content-Type: application/sdp
  226. Content-Length: 480
  227.  
  228. v=0
  229. o=- 3804485332 3804485332 IN IP4 172.28.178.19
  230. s=pjmedia
  231. b=AS:117
  232. t=0 0
  233. a=X-nat:0
  234. m=audio 4000 RTP/AVP 0 8 9 96 120 121
  235. c=IN IP4 172.28.178.19
  236. b=TIAS:96000
  237. a=rtcp:4001 IN IP4 172.28.178.19
  238. a=sendrecv
  239. a=rtpmap:0 PCMU/8000
  240. a=rtpmap:8 PCMA/8000
  241. a=rtpmap:9 G722/8000
  242. a=rtpmap:96 opus/48000/2
  243. a=fmtp:96 useinbandfec=1
  244. a=rtpmap:120 telephone-event/8000
  245. a=fmtp:120 0-16
  246. a=rtpmap:121 telephone-event/48000
  247. a=fmtp:121 0-16
  248. a=ssrc:1284961909 cname:55c346954bf0c2ba
  249.  
  250. --end msg--
  251. 11:28:52.950 tsx0x7f5c04ec ....State changed from Null to Calling, event=TX_MSG
  252. 11:28:52.950 dlg0x7f5b3a64 .....Transaction tsx0x7f5c04ec state changed to Calling
  253. 11:28:52.952 sip_endpoint.c !Processing incoming message: Response msg 401/INVITE/cseq=27909 (rdata0xb4e0129c)
  254. 11:28:52.952 pjsua_core.c .RX 576 bytes Response msg 401/INVITE/cseq=27909 (rdata0xb4e0129c) from UDP 172.28.176.10:5060:
  255. SIP/2.0 401 Unauthorized
  256. Via: SIP/2.0/UDP 172.28.178.19:5060;branch=z9hG4bKPjde2b2e83-4a44-4a9b-a554-90f55976b97d;received=172.28.178.19;rport=5060
  257. From: sip:25@172.28.176.10;tag=8047274e-ba35-4132-b676-fc6bece27377
  258. To: sip:12@172.28.176.10;tag=as63886776
  259. Call-ID: 403f377a-edd3-4442-acca-81642d9ed2e3
  260. CSeq: 27909 INVITE
  261. Server: FPBX-14.0.1.1(13.16.0)
  262. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  263. Supported: replaces, timer
  264. WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="20b008ac"
  265. Content-Length: 0
  266.  
  267.  
  268. --end msg--
  269. 11:28:52.952 tsx0x7f5c04ec .Incoming Response msg 401/INVITE/cseq=27909 (rdata0xb4e0129c) in state Calling
  270. 11:28:52.953 endpoint ..Request msg ACK/cseq=27909 (tdta0xb4e06b94) created.
  271. 11:28:52.953 pjsua_core.c ..TX 344 bytes Request msg ACK/cseq=27909 (tdta0xb4e06b94) to UDP 172.28.176.10:5060:
  272. ACK sip:12@172.28.176.10 SIP/2.0
  273. Via: SIP/2.0/UDP 172.28.178.19:5060;rport;branch=z9hG4bKPjde2b2e83-4a44-4a9b-a554-90f55976b97d
  274. Max-Forwards: 70
  275. From: sip:25@172.28.176.10;tag=8047274e-ba35-4132-b676-fc6bece27377
  276. To: sip:12@172.28.176.10;tag=as63886776
  277. Call-ID: 403f377a-edd3-4442-acca-81642d9ed2e3
  278. CSeq: 27909 ACK
  279. Content-Length: 0
  280.  
  281.  
  282. --end msg--
  283. 11:28:52.953 tsx0x7f5c04ec ..State changed from Calling to Completed, event=RX_MSG
  284. 11:28:52.953 dlg0x7f5b3a64 ...Received Response msg 401/INVITE/cseq=27909 (rdata0xb4e0129c)
  285. 11:28:52.953 dlg0x7f5b3a64 ...Transaction tsx0x7f5c04ec state changed to Completed
  286. 11:28:52.953 inv0x7f5b3a64 .....Sending Request msg INVITE/cseq=27909 (tdta0x7f5be53c)
  287. 11:28:52.953 dlg0x7f5b3a64 ......Sending Request msg INVITE/cseq=27909 (tdta0x7f5be53c)
  288. 11:28:52.953 tsx0xb4e09eec .......Transaction created for Request msg INVITE/cseq=27910 (tdta0x7f5be53c)
  289. 11:28:52.953 tsx0xb4e09eec ......Sending Request msg INVITE/cseq=27910 (tdta0x7f5be53c) in state Null
  290. 11:28:52.953 endpoint .......Request msg INVITE/cseq=27910 (tdta0x7f5be53c): skipping target resolution because address is already set
  291. 11:28:52.953 pjsua_core.c .......TX 1232 bytes Request msg INVITE/cseq=27910 (tdta0x7f5be53c) to UDP 172.28.176.10:5060:
  292. INVITE sip:12@172.28.176.10 SIP/2.0
  293. Via: SIP/2.0/UDP 172.28.178.19:5060;rport;branch=z9hG4bKPjd580b084-8c57-48ae-af00-a6a8f77e5c27
  294. Max-Forwards: 70
  295. From: sip:25@172.28.176.10;tag=8047274e-ba35-4132-b676-fc6bece27377
  296. To: sip:12@172.28.176.10
  297. Contact: <sip:25@172.28.178.19:5060;ob>
  298. Call-ID: 403f377a-edd3-4442-acca-81642d9ed2e3
  299. CSeq: 27910 INVITE
  300. Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
  301. Supported: replaces, 100rel, timer, norefersub
  302. Session-Expires: 1800
  303. Min-SE: 90
  304. Authorization: Digest username="25", realm="asterisk", nonce="20b008ac", uri="sip:12@172.28.176.10", response="202cdb6bfa7fc4eea1931dab4f8ac00a", algorithm=MD5
  305. Content-Type: application/sdp
  306. Content-Length: 480
  307.  
  308. v=0
  309. o=- 3804485332 3804485332 IN IP4 172.28.178.19
  310. s=pjmedia
  311. b=AS:117
  312. t=0 0
  313. a=X-nat:0
  314. m=audio 4000 RTP/AVP 0 8 9 96 120 121
  315. c=IN IP4 172.28.178.19
  316. b=TIAS:96000
  317. a=rtcp:4001 IN IP4 172.28.178.19
  318. a=sendrecv
  319. a=rtpmap:0 PCMU/8000
  320. a=rtpmap:8 PCMA/8000
  321. a=rtpmap:9 G722/8000
  322. a=rtpmap:96 opus/48000/2
  323. a=fmtp:96 useinbandfec=1
  324. a=rtpmap:120 telephone-event/8000
  325. a=fmtp:120 0-16
  326. a=rtpmap:121 telephone-event/48000
  327. a=fmtp:121 0-16
  328. a=ssrc:1284961909 cname:55c346954bf0c2ba
  329.  
  330. --end msg--
  331. 11:28:52.956 tsx0xb4e09eec .......State changed from Null to Calling, event=TX_MSG
  332. 11:28:52.956 dlg0x7f5b3a64 ........Transaction tsx0xb4e09eec state changed to Calling
  333. 11:28:52.977 sip_endpoint.c Processing incoming message: Response msg 100/INVITE/cseq=27910 (rdata0xb4e0129c)
  334. 11:28:52.977 pjsua_core.c .RX 554 bytes Response msg 100/INVITE/cseq=27910 (rdata0xb4e0129c) from UDP 172.28.176.10:5060:
  335. SIP/2.0 100 Trying
  336. Via: SIP/2.0/UDP 172.28.178.19:5060;branch=z9hG4bKPjd580b084-8c57-48ae-af00-a6a8f77e5c27;received=172.28.178.19;rport=5060
  337. From: sip:25@172.28.176.10;tag=8047274e-ba35-4132-b676-fc6bece27377
  338. To: sip:12@172.28.176.10
  339. Call-ID: 403f377a-edd3-4442-acca-81642d9ed2e3
  340. CSeq: 27910 INVITE
  341. Server: FPBX-14.0.1.1(13.16.0)
  342. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  343. Supported: replaces, timer
  344. Session-Expires: 1800;refresher=uas
  345. Contact: <sip:12@172.28.176.10:5060>
  346. Content-Length: 0
  347.  
  348.  
  349. --end msg--
  350. 11:28:52.977 tsx0xb4e09eec .Incoming Response msg 100/INVITE/cseq=27910 (rdata0xb4e0129c) in state Calling
  351. 11:28:52.978 tsx0xb4e09eec ..State changed from Calling to Proceeding, event=RX_MSG
  352. 11:28:52.978 dlg0x7f5b3a64 ...Received Response msg 100/INVITE/cseq=27910 (rdata0xb4e0129c)
  353. 11:28:52.978 dlg0x7f5b3a64 ...Transaction tsx0xb4e09eec state changed to Proceeding
  354. 11:28:53.717 sip_endpoint.c Processing incoming message: Response msg 180/INVITE/cseq=27910 (rdata0xb4e0129c)
  355. 11:28:53.717 pjsua_core.c .RX 570 bytes Response msg 180/INVITE/cseq=27910 (rdata0xb4e0129c) from UDP 172.28.176.10:5060:
  356. SIP/2.0 180 Ringing
  357. Via: SIP/2.0/UDP 172.28.178.19:5060;branch=z9hG4bKPjd580b084-8c57-48ae-af00-a6a8f77e5c27;received=172.28.178.19;rport=5060
  358. From: sip:25@172.28.176.10;tag=8047274e-ba35-4132-b676-fc6bece27377
  359. To: sip:12@172.28.176.10;tag=as4dc82aa9
  360. Call-ID: 403f377a-edd3-4442-acca-81642d9ed2e3
  361. CSeq: 27910 INVITE
  362. Server: FPBX-14.0.1.1(13.16.0)
  363. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  364. Supported: replaces, timer
  365. Session-Expires: 1800;refresher=uas
  366. Contact: <sip:12@172.28.176.10:5060>
  367. Content-Length: 0
  368.  
  369.  
  370. --end msg--
  371. 11:28:53.718 tsx0xb4e09eec .Incoming Response msg 180/INVITE/cseq=27910 (rdata0xb4e0129c) in state Proceeding
  372. 11:28:53.718 tsx0xb4e09eec ..State changed from Proceeding to Proceeding, event=RX_MSG
  373. 11:28:53.718 dlg0x7f5b3a64 ...Received Response msg 180/INVITE/cseq=27910 (rdata0xb4e0129c)
  374. 11:28:53.719 dlg0x7f5b3a64 ....Route-set updated
  375. 11:28:53.719 dlg0x7f5b3a64 ...Transaction tsx0xb4e09eec state changed to Proceeding
  376. 11:28:53.788 sip_endpoint.c Processing incoming message: Response msg 180/INVITE/cseq=27910 (rdata0xb4e0129c)
  377. 11:28:53.788 pjsua_core.c .RX 570 bytes Response msg 180/INVITE/cseq=27910 (rdata0xb4e0129c) from UDP 172.28.176.10:5060:
  378. SIP/2.0 180 Ringing
  379. Via: SIP/2.0/UDP 172.28.178.19:5060;branch=z9hG4bKPjd580b084-8c57-48ae-af00-a6a8f77e5c27;received=172.28.178.19;rport=5060
  380. From: sip:25@172.28.176.10;tag=8047274e-ba35-4132-b676-fc6bece27377
  381. To: sip:12@172.28.176.10;tag=as4dc82aa9
  382. Call-ID: 403f377a-edd3-4442-acca-81642d9ed2e3
  383. CSeq: 27910 INVITE
  384. Server: FPBX-14.0.1.1(13.16.0)
  385. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  386. Supported: replaces, timer
  387. Session-Expires: 1800;refresher=uas
  388. Contact: <sip:12@172.28.176.10:5060>
  389. Content-Length: 0
  390.  
  391.  
  392. --end msg--
  393. 11:28:53.789 tsx0xb4e09eec .Incoming Response msg 180/INVITE/cseq=27910 (rdata0xb4e0129c) in state Proceeding
  394. 11:28:53.789 tsx0xb4e09eec ..State changed from Proceeding to Proceeding, event=RX_MSG
  395. 11:28:53.789 dlg0x7f5b3a64 ...Received Response msg 180/INVITE/cseq=27910 (rdata0xb4e0129c)
  396. 11:28:53.789 dlg0x7f5b3a64 ...Transaction tsx0xb4e09eec state changed to Proceeding
  397. 11:28:54.952 tsx0x7f5b7814 Timeout timer event
  398. 11:28:54.952 tsx0x7f5b7814 .State changed from Completed to Terminated, event=TIMER
  399. 11:28:54.952 tsx0x7f5b7814 Timeout timer event
  400. 11:28:54.952 tsx0x7f5b7814 .State changed from Terminated to Destroyed, event=TIMER
  401. 11:28:54.952 tsx0x7f5b7814 Transaction destroyed!
  402. 11:28:54.961 tsx0xb4e008dc Timeout timer event
  403. 11:28:54.961 tsx0xb4e008dc .State changed from Completed to Terminated, event=TIMER
  404. 11:28:54.961 tsx0xb4e008dc Timeout timer event
  405. 11:28:54.961 tsx0xb4e008dc .State changed from Terminated to Destroyed, event=TIMER
  406. 11:28:54.961 tdta0x7f5b680c ..Destroying txdata Request msg REGISTER/cseq=49766 (tdta0x7f5b680c)
  407. 11:28:54.961 tsx0xb4e008dc Transaction destroyed!
  408. 11:28:57.337 sip_endpoint.c Processing incoming message: Response msg 200/INVITE/cseq=27910 (rdata0xb4e0129c)
  409. 11:28:57.337 pjsua_core.c .RX 892 bytes Response msg 200/INVITE/cseq=27910 (rdata0xb4e0129c) from UDP 172.28.176.10:5060:
  410. SIP/2.0 200 OK
  411. Via: SIP/2.0/UDP 172.28.178.19:5060;branch=z9hG4bKPjd580b084-8c57-48ae-af00-a6a8f77e5c27;received=172.28.178.19;rport=5060
  412. From: sip:25@172.28.176.10;tag=8047274e-ba35-4132-b676-fc6bece27377
  413. To: sip:12@172.28.176.10;tag=as4dc82aa9
  414. Call-ID: 403f377a-edd3-4442-acca-81642d9ed2e3
  415. CSeq: 27910 INVITE
  416. Server: FPBX-14.0.1.1(13.16.0)
  417. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  418. Supported: replaces, timer
  419. Session-Expires: 1800;refresher=uas
  420. Contact: <sip:12@172.28.176.10:5060>
  421. Content-Type: application/sdp
  422. Require: timer
  423. Content-Length: 278
  424.  
  425. v=0
  426. o=root 1699031688 1699031688 IN IP4 172.28.176.10
  427. s=Asterisk PBX 13.16.0
  428. c=IN IP4 172.28.176.10
  429. t=0 0
  430. m=audio 14000 RTP/AVP 8 0 120
  431. a=rtpmap:8 PCMA/8000
  432. a=rtpmap:0 PCMU/8000
  433. a=rtpmap:120 telephone-event/8000
  434. a=fmtp:120 0-16
  435. a=ptime:20
  436. a=maxptime:150
  437. a=sendrecv
  438.  
  439. --end msg--
  440. 11:28:57.338 tsx0xb4e09eec .Incoming Response msg 200/INVITE/cseq=27910 (rdata0xb4e0129c) in state Proceeding
  441. 11:28:57.338 tsx0xb4e09eec ..State changed from Proceeding to Terminated, event=RX_MSG
  442. 11:28:57.338 dlg0x7f5b3a64 ...Received Response msg 200/INVITE/cseq=27910 (rdata0xb4e0129c)
  443. 11:28:57.338 dlg0x7f5b3a64 ....Route-set updated
  444. 11:28:57.338 dlg0x7f5b3a64 ....Route-set frozen
  445. 11:28:57.338 dlg0x7f5b3a64 ...Transaction tsx0xb4e09eec state changed to Terminated
  446. 11:28:57.339 inv0x7f5b3a64 ....Got SDP answer in Response msg 200/INVITE/cseq=27910 (rdata0xb4e0129c)
  447. 11:28:57.339 inv0x7f5b3a64 ....SDP negotiation done: Success
  448. 11:28:57.339 pjsua_call.c .....Call 0: remote NAT type is 0 (Unknown)
  449. 11:28:57.339 pjsua_media.c .....Call 0: updating media..
  450. 11:28:57.340 pjsua_media.c .......Media stream call00:0 is destroyed
  451. 11:28:57.340 pjsua_aud.c ......Audio channel update..
  452. 11:28:57.341 strm0xb4e0b0c4 .......VAD temporarily disabled
  453. 11:28:57.341 rtp.c .......pjmedia_rtp_session_init: ses=0xb4e0d354, default_pt=8, ssrc=0x4c96f675
  454. 11:28:57.341 rtp.c .......pjmedia_rtp_session_init: ses=0xb4e0d9dc, default_pt=8, ssrc=0x4c96f675
  455. 11:28:57.341 stream.c .......Stream strm0xb4e0b0c4 created
  456. 11:28:57.341 strm0xb4e0b0c4 .......Encoder stream started
  457. 11:28:57.341 strm0xb4e0b0c4 .......Decoder stream started
  458. 11:28:57.342 pjsua_media.c ......pjsua_aud_channel_update() failed for call_id 0 media 0: Invalid operation (PJ_EINVALIDOP)
  459. 11:28:57.342 strm0xb4e0b0c4 .......JB summary:
  460. size=0/eff=0 prefetch=0 level=0
  461. delay (min/max/avg/dev)=0/0/0/0 ms
  462. burst (min/max/avg/dev)=0/0/0/0 frames
  463. lost=0 discard=0 empty=0
  464. 11:28:57.342 pjsua_media.c .......Media stream call00:0 is destroyed
  465. 11:28:57.342 pjsua_media.c ......Error updating media call00:0: Invalid operation (PJ_EINVALIDOP)
  466. 11:28:57.342 pjsua_call.c .....Unable to create media session: No active media stream after negotiation (PJMEDIA_SDPNEG_ENOMEDIA) [status=220048]
  467. 11:28:57.343 endpoint ......Request msg BYE/cseq=27912 (tdta0xb4e0ad0c) created.
  468. 11:28:57.343 inv0x7f5b3a64 ......Sending Request msg BYE/cseq=27912 (tdta0xb4e0ad0c)
  469. 11:28:57.343 dlg0x7f5b3a64 .......Sending Request msg BYE/cseq=27912 (tdta0xb4e0ad0c)
  470. 11:28:57.343 tsx0xb4e0bd14 ........Transaction created for Request msg BYE/cseq=27911 (tdta0xb4e0ad0c)
  471. 11:28:57.343 tsx0xb4e0bd14 .......Sending Request msg BYE/cseq=27911 (tdta0xb4e0ad0c) in state Null
  472. 11:28:57.343 sip_resolve.c ........Target '172.28.176.10:5060' type=Unspecified resolved to '172.28.176.10:5060' type=UDP (UDP transport)
  473. 11:28:57.343 pjsua_core.c ........TX 349 bytes Request msg BYE/cseq=27911 (tdta0xb4e0ad0c) to UDP 172.28.176.10:5060:
  474. BYE sip:12@172.28.176.10:5060 SIP/2.0
  475. Via: SIP/2.0/UDP 172.28.178.19:5060;rport;branch=z9hG4bKPj1e3f4475-dddb-43b6-bfb8-931d238018ee
  476. Max-Forwards: 70
  477. From: sip:25@172.28.176.10;tag=8047274e-ba35-4132-b676-fc6bece27377
  478. To: sip:12@172.28.176.10;tag=as4dc82aa9
  479. Call-ID: 403f377a-edd3-4442-acca-81642d9ed2e3
  480. CSeq: 27911 BYE
  481. Content-Length: 0
  482.  
  483.  
  484. --end msg--
  485. 11:28:57.344 tsx0xb4e0bd14 ........State changed from Null to Calling, event=TX_MSG
  486. 11:28:57.344 dlg0x7f5b3a64 .........Transaction tsx0xb4e0bd14 state changed to Calling
  487. 11:28:57.344 inv0x7f5b3a64 ....Received Response msg 200/INVITE/cseq=27910 (rdata0xb4e0129c), sending ACK
  488. 11:28:57.344 endpoint ....Request msg ACK/cseq=27910 (tdta0xb4e0c724) created.
  489. 11:28:57.344 dlg0x7f5b3a64 .....Sending Request msg ACK/cseq=27910 (tdta0xb4e0c724)
  490. 11:28:57.344 sip_resolve.c .....Target '172.28.176.10:5060' type=Unspecified resolved to '172.28.176.10:5060' type=UDP (UDP transport)
  491. 11:28:57.344 pjsua_core.c .....TX 349 bytes Request msg ACK/cseq=27910 (tdta0xb4e0c724) to UDP 172.28.176.10:5060:
  492. ACK sip:12@172.28.176.10:5060 SIP/2.0
  493. Via: SIP/2.0/UDP 172.28.178.19:5060;rport;branch=z9hG4bKPjc4fb8609-6328-47a4-94c3-232575417d6a
  494. Max-Forwards: 70
  495. From: sip:25@172.28.176.10;tag=8047274e-ba35-4132-b676-fc6bece27377
  496. To: sip:12@172.28.176.10;tag=as4dc82aa9
  497. Call-ID: 403f377a-edd3-4442-acca-81642d9ed2e3
  498. CSeq: 27910 ACK
  499. Content-Length: 0
  500.  
  501.  
  502. --end msg--
  503. 11:28:57.345 sip_endpoint.c Processing incoming message: Response msg 487/INVITE/cseq=27910 (rdata0xb4e011ac)
  504. 11:28:57.345 pjsua_core.c .RX 506 bytes Response msg 487/INVITE/cseq=27910 (rdata0xb4e011ac) from UDP 172.28.176.10:5060:
  505. SIP/2.0 487 Request Terminated
  506. Via: SIP/2.0/UDP 172.28.178.19:5060;branch=z9hG4bKPjd580b084-8c57-48ae-af00-a6a8f77e5c27;received=172.28.178.19;rport=5060
  507. From: sip:25@172.28.176.10;tag=8047274e-ba35-4132-b676-fc6bece27377
  508. To: sip:12@172.28.176.10;tag=as4dc82aa9
  509. Call-ID: 403f377a-edd3-4442-acca-81642d9ed2e3
  510. CSeq: 27910 INVITE
  511. Server: FPBX-14.0.1.1(13.16.0)
  512. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  513. Supported: replaces, timer
  514. Content-Length: 0
  515.  
  516.  
  517. --end msg--
  518. 11:28:57.346 sip_endpoint.c .Response msg 487/INVITE/cseq=27910 (rdata0xb4e011ac) from 172.28.176.10:5060 was dropped/unhandled by any modules
  519. 11:28:57.346 tsx0xb4e09eec Timeout timer event
  520. 11:28:57.346 tsx0xb4e09eec .State changed from Terminated to Destroyed, event=TIMER
  521. 11:28:57.346 tsx0xb4e09eec Transaction destroyed!
  522. 11:28:57.346 sip_endpoint.c Processing incoming message: Response msg 200/BYE/cseq=27911 (rdata0xb4e011ac)
  523. 11:28:57.347 pjsua_core.c .RX 487 bytes Response msg 200/BYE/cseq=27911 (rdata0xb4e011ac) from UDP 172.28.176.10:5060:
  524. SIP/2.0 200 OK
  525. Via: SIP/2.0/UDP 172.28.178.19:5060;branch=z9hG4bKPj1e3f4475-dddb-43b6-bfb8-931d238018ee;received=172.28.178.19;rport=5060
  526. From: sip:25@172.28.176.10;tag=8047274e-ba35-4132-b676-fc6bece27377
  527. To: sip:12@172.28.176.10;tag=as4dc82aa9
  528. Call-ID: 403f377a-edd3-4442-acca-81642d9ed2e3
  529. CSeq: 27911 BYE
  530. Server: FPBX-14.0.1.1(13.16.0)
  531. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  532. Supported: replaces, timer
  533. Content-Length: 0
  534.  
  535.  
  536. --end msg--
  537. 11:28:57.347 tsx0xb4e0bd14 .Incoming Response msg 200/BYE/cseq=27911 (rdata0xb4e011ac) in state Calling
  538. 11:28:57.347 tsx0xb4e0bd14 ..State changed from Calling to Completed, event=RX_MSG
  539. 11:28:57.347 dlg0x7f5b3a64 ...Received Response msg 200/BYE/cseq=27911 (rdata0xb4e011ac)
  540. 11:28:57.347 dlg0x7f5b3a64 ...Transaction tsx0xb4e0bd14 state changed to Completed
  541. 11:28:57.347 pjsua_media.c .....Call 0: deinitializing media..
  542. 11:28:57.347 pjsua_media.c .......Media stream call00:0 is destroyed
  543. 11:28:57.348 tdta0xb4e0c724 ....Destroying txdata Request msg ACK/cseq=27910 (tdta0xb4e0c724)
  544. 11:28:57.348 tdta0x7f5be53c ....Destroying txdata Request msg INVITE/cseq=27910 (tdta0x7f5be53c)
  545. 11:28:57.348 dlg0x7f5b3a64 .....Session count dec to 1 by mod-invite
  546. 11:29:02.346 tsx0xb4e0bd14 Timeout timer event
  547. 11:29:02.346 tsx0xb4e0bd14 .State changed from Completed to Terminated, event=TIMER
  548. 11:29:02.346 dlg0x7f5b3a64 ..Transaction tsx0xb4e0bd14 state changed to Terminated
  549. 11:29:02.346 tsx0xb4e0bd14 Timeout timer event
  550. 11:29:02.346 tsx0xb4e0bd14 .State changed from Terminated to Destroyed, event=TIMER
  551. 11:29:02.346 tdta0xb4e0ad0c ..Destroying txdata Request msg BYE/cseq=27911 (tdta0xb4e0ad0c)
  552. 11:29:02.346 tsx0xb4e0bd14 Transaction destroyed!
  553. 11:29:04.962 pjsua_acc.c Sending 2 bytes keep-alive packet for acc 0 to 172.28.176.10:5060
  554. 11:29:04.962 tdta0xb4e0ad0c Destroying txdata raw
  555. 11:29:13.950 pjsua2_demo.cp !*** PJSUA2 SHUTTING DOWN ***
  556. 11:29:13.950 pjsua_acc.c Deleting account 0..
  557. 11:29:13.950 pjsua_acc.c .Acc 0: setting unregistration..
  558. 11:29:13.951 endpoint ..Request msg REGISTER/cseq=49766 (tdta0x7f5be53c) created.
  559. 11:29:13.951 tsx0x7f5bf544 ...Transaction created for Request msg REGISTER/cseq=49767 (tdta0x7f5be53c)
  560. 11:29:13.951 tsx0x7f5bf544 ..Sending Request msg REGISTER/cseq=49767 (tdta0x7f5be53c) in state Null
  561. 11:29:13.951 sip_resolve.c ...Target '172.28.176.10:0' type=Unspecified resolved to '172.28.176.10:5060' type=UDP (UDP transport)
  562. 11:29:13.951 pjsua_core.c ...TX 393 bytes Request msg REGISTER/cseq=49767 (tdta0x7f5be53c) to UDP 172.28.176.10:5060:
  563. REGISTER sip:172.28.176.10 SIP/2.0
  564. Via: SIP/2.0/UDP 172.28.178.19:5060;rport;branch=z9hG4bKPjd2b81aa8-3a16-4b43-a286-43ad90c4498f
  565. Max-Forwards: 70
  566. From: <sip:25@172.28.176.10>;tag=68cf4a1a-115b-4ff8-9fdc-193a8a11ed84
  567. To: <sip:25@172.28.176.10>
  568. Call-ID: eeb433de-23a9-4c9f-9988-9a339d82b613
  569. CSeq: 49767 REGISTER
  570. Contact: <sip:25@172.28.178.19:5060;ob>
  571. Expires: 0
  572. Content-Length: 0
  573.  
  574.  
  575. --end msg--
  576. 11:29:13.951 tsx0x7f5bf544 ...State changed from Null to Calling, event=TX_MSG
  577. 11:29:13.951 pjsua_acc.c ..Acc 0: Unregistration sent
  578. 11:29:13.951 pjsua_acc.c .Account id 0 deleted
  579. 11:29:13.951 pjsua_core.c Shutting down, flags=0...
  580. 11:29:13.951 pjsua_core.c PJSUA state changed: RUNNING --> CLOSING
  581. 11:29:13.953 sip_endpoint.c !Processing incoming message: Response msg 401/REGISTER/cseq=49767 (rdata0xb4e0088c)
  582. 11:29:13.953 pjsua_core.c .RX 582 bytes Response msg 401/REGISTER/cseq=49767 (rdata0xb4e0088c) from UDP 172.28.176.10:5060:
  583. SIP/2.0 401 Unauthorized
  584. Via: SIP/2.0/UDP 172.28.178.19:5060;branch=z9hG4bKPjd2b81aa8-3a16-4b43-a286-43ad90c4498f;received=172.28.178.19;rport=5060
  585. From: <sip:25@172.28.176.10>;tag=68cf4a1a-115b-4ff8-9fdc-193a8a11ed84
  586. To: <sip:25@172.28.176.10>;tag=as697c2065
  587. Call-ID: eeb433de-23a9-4c9f-9988-9a339d82b613
  588. CSeq: 49767 REGISTER
  589. Server: FPBX-14.0.1.1(13.16.0)
  590. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  591. Supported: replaces, timer
  592. WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="761596fb"
  593. Content-Length: 0
  594.  
  595.  
  596. --end msg--
  597. 11:29:13.953 tsx0x7f5bf544 .Incoming Response msg 401/REGISTER/cseq=49767 (rdata0xb4e0088c) in state Calling
  598. 11:29:13.953 tsx0x7f5bf544 ..State changed from Calling to Completed, event=RX_MSG
  599. 11:29:13.954 tsx0xb4e02824 ....Transaction created for Request msg REGISTER/cseq=49768 (tdta0x7f5be53c)
  600. 11:29:13.954 tsx0xb4e02824 ...Sending Request msg REGISTER/cseq=49768 (tdta0x7f5be53c) in state Null
  601. 11:29:13.954 endpoint ....Request msg REGISTER/cseq=49768 (tdta0x7f5be53c): skipping target resolution because address is already set
  602. 11:29:13.954 pjsua_core.c ....TX 551 bytes Request msg REGISTER/cseq=49768 (tdta0x7f5be53c) to UDP 172.28.176.10:5060:
  603. REGISTER sip:172.28.176.10 SIP/2.0
  604. Via: SIP/2.0/UDP 172.28.178.19:5060;rport;branch=z9hG4bKPj970a415b-1084-4ca4-b775-a471ab9aeeaf
  605. Max-Forwards: 70
  606. From: <sip:25@172.28.176.10>;tag=68cf4a1a-115b-4ff8-9fdc-193a8a11ed84
  607. To: <sip:25@172.28.176.10>
  608. Call-ID: eeb433de-23a9-4c9f-9988-9a339d82b613
  609. CSeq: 49768 REGISTER
  610. Contact: <sip:25@172.28.178.19:5060;ob>
  611. Expires: 0
  612. Authorization: Digest username="25", realm="asterisk", nonce="761596fb", uri="sip:172.28.176.10", response="063128a46f583d9e1cac10d0771f3008", algorithm=MD5
  613. Content-Length: 0
  614.  
  615.  
  616. --end msg--
  617. 11:29:13.954 tsx0xb4e02824 ....State changed from Null to Calling, event=TX_MSG
  618. 11:29:13.955 pjsua_call.c !.Hangup all calls..
  619. 11:29:13.955 pjsua_media.c .Call 0: deinitializing media..
  620. 11:29:13.955 pjsua_media.c .Call 1: deinitializing media..
  621. 11:29:13.955 pjsua_media.c .Call 2: deinitializing media..
  622. 11:29:13.955 pjsua_media.c .Call 3: deinitializing media..
  623. 11:29:13.955 pjsua_pres.c .Shutting down presence..
  624. 11:29:13.960 sip_endpoint.c .Processing incoming message: Response msg 200/REGISTER/cseq=49768 (rdata0xb4e0088c)
  625. 11:29:13.960 pjsua_core.c ..RX 545 bytes Response msg 200/REGISTER/cseq=49768 (rdata0xb4e0088c) from UDP 172.28.176.10:5060:
  626. SIP/2.0 200 OK
  627. Via: SIP/2.0/UDP 172.28.178.19:5060;branch=z9hG4bKPj970a415b-1084-4ca4-b775-a471ab9aeeaf;received=172.28.178.19;rport=5060
  628. From: <sip:25@172.28.176.10>;tag=68cf4a1a-115b-4ff8-9fdc-193a8a11ed84
  629. To: <sip:25@172.28.176.10>;tag=as697c2065
  630. Call-ID: eeb433de-23a9-4c9f-9988-9a339d82b613
  631. CSeq: 49768 REGISTER
  632. Server: FPBX-14.0.1.1(13.16.0)
  633. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  634. Supported: replaces, timer
  635. Expires: 0
  636. Date: Thu, 23 Jul 2020 11:30:37 GMT
  637. Content-Length: 0
  638.  
  639.  
  640. --end msg--
  641. 11:29:13.960 tsx0xb4e02824 ..Incoming Response msg 200/REGISTER/cseq=49768 (rdata0xb4e0088c) in state Calling
  642. 11:29:13.960 tsx0xb4e02824 ...State changed from Calling to Completed, event=RX_MSG
  643. 11:29:14.959 pjsua_core.c .Destroying...
  644. 11:29:14.959 pjsua_media.c .Shutting down media..
  645. 11:29:15.453 sip_endpoint.c .Destroying endpoint instance..
  646. 11:29:15.453 sip_transactio .Stopping transaction layer module
  647. 11:29:15.454 tsx0xb4e02824 .Request to terminate transaction
  648. 11:29:15.454 tsx0xb4e02824 ..State changed from Completed to Terminated, event=USER
  649. 11:29:15.454 tsx0xb4e02824 .Transaction destroyed!
  650. 11:29:15.454 tsx0x7f5c04ec .Request to terminate transaction
  651. 11:29:15.454 tsx0x7f5c04ec ..State changed from Completed to Terminated, event=USER
  652. 11:29:15.454 dlg0x7f5b3a64 ...Transaction tsx0x7f5c04ec state changed to Terminated
  653. 11:29:15.454 dlg0x7f5b3a64 ....Dialog destroyed!
  654. 11:29:15.454 tdta0xb4e06b94 .Destroying txdata Request msg ACK/cseq=27909 (tdta0xb4e06b94)
  655. 11:29:15.454 tsx0x7f5c04ec .Transaction destroyed!
  656. 11:29:15.454 tsx0xb4e0423c .Request to terminate transaction
  657. 11:29:15.454 tsx0xb4e0423c ..State changed from Completed to Terminated, event=USER
  658. 11:29:15.454 tdta0xb4e03234 .Destroying txdata Response msg 200/NOTIFY/cseq=102 (tdta0xb4e03234)
  659. 11:29:15.454 tsx0xb4e0423c .Transaction destroyed!
  660. 11:29:15.454 tsx0x7f5bf544 .Request to terminate transaction
  661. 11:29:15.454 tsx0x7f5bf544 ..State changed from Completed to Terminated, event=USER
  662. 11:29:15.454 tdta0x7f5be53c .Destroying txdata Request msg REGISTER/cseq=49768 (tdta0x7f5be53c)
  663. 11:29:15.454 tsx0x7f5bf544 .Transaction destroyed!
  664. 11:29:15.454 sip_transactio .Stopped transaction layer module
  665. 11:29:15.454 sip_endpoint.c .Module "mod-unsolicited-mwi" unregistered
  666. 11:29:15.455 sip_endpoint.c .Module "mod-pjsua-options" unregistered
  667. 11:29:15.455 sip_endpoint.c .Module "mod-pjsua-im" unregistered
  668. 11:29:15.455 sip_endpoint.c .Module "mod-pjsua-pres" unregistered
  669. 11:29:15.455 sip_endpoint.c .Module "mod-pjsua" unregistered
  670. 11:29:15.455 sip_endpoint.c .Module "mod-stateful-util" unregistered
  671. 11:29:15.455 sip_endpoint.c .Module "mod-refer" unregistered
  672. 11:29:15.455 sip_endpoint.c .Module "mod-mwi" unregistered
  673. 11:29:15.455 sip_endpoint.c .Module "mod-presence" unregistered
  674. 11:29:15.456 sip_endpoint.c .Module "mod-evsub" unregistered
  675. 11:29:15.456 sip_endpoint.c .Module "mod-invite" unregistered
  676. 11:29:15.456 sip_endpoint.c .Module "mod-100rel" unregistered
  677. 11:29:15.456 sip_endpoint.c .Module "mod-ua" unregistered
  678. 11:29:15.456 sip_transactio .Transaction layer module destroyed
  679. 11:29:15.456 sip_endpoint.c .Module "mod-tsx-layer" unregistered
  680. 11:29:15.457 sip_endpoint.c .Module "mod-msg-print" unregistered
  681. 11:29:15.457 sip_endpoint.c .Module "mod-pjsua-log" unregistered
  682. 11:29:15.457 sip_transport. .Destroying transport manager
  683. 11:29:15.458 udp0x7f5b21d8 .SIP UDP transport destroyed
  684. 11:29:15.459 timer.c .Dumping timer heap:
  685. 11:29:15.459 timer.c . Cur size: 0 entries, max: 3070
  686. 11:29:15.459 sip_endpoint.c .Endpoint 0x7f5753d4 destroyed
  687. 11:29:15.459 pjsua_core.c .PJSUA state changed: CLOSING --> NULL
  688. 11:29:15.460 pjsua_core.c .PJSUA destroyed...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement