Advertisement
Guest User

Untitled

a guest
May 24th, 2019
651
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 80.98 KB | None | 0 0
  1. Janus commit: 807c5e803be0877ca17a0adf205cceaa04e0f37d
  2. Compiled on: vie may 17 09:21:09 -05 2019
  3.  
  4. ---------------------------------------------------
  5. Starting Meetecho Janus (WebRTC Server) v0.7.1
  6. ---------------------------------------------------
  7.  
  8. [janus.jcfg]
  9. general: {
  10. configs_folder: /opt/janus/etc/janus
  11. plugins_folder: /opt/janus/lib/janus/plugins
  12. transports_folder: /opt/janus/lib/janus/transports
  13. events_folder: /opt/janus/lib/janus/events
  14. debug_level: 4
  15. admin_secret: janusoverlord
  16. }
  17. certificates: {
  18. }
  19. media: {
  20. rtp_port_range: 20000-40000
  21. }
  22. nat: {
  23. stun_server: stun.voip.eutelia.it
  24. stun_port: 3478
  25. nice_debug: true
  26. full_trickle: true
  27. ice_lite: true
  28. ice_tcp: true
  29. ice_ignore_list: vmnet
  30. }
  31. plugins: {
  32. }
  33. transports: {
  34. }
  35. events: {
  36. }
  37. Checking command line arguments...
  38. [janus.jcfg]
  39. general: {
  40. configs_folder: /opt/janus/etc/janus
  41. plugins_folder: /opt/janus/lib/janus/plugins
  42. transports_folder: /opt/janus/lib/janus/transports
  43. events_folder: /opt/janus/lib/janus/events
  44. debug_level: 4
  45. admin_secret: janusoverlord
  46. debug_level: 7
  47. }
  48. certificates: {
  49. }
  50. media: {
  51. rtp_port_range: 20000-40000
  52. }
  53. nat: {
  54. stun_server: stun.voip.eutelia.it
  55. stun_port: 3478
  56. nice_debug: true
  57. full_trickle: true
  58. ice_lite: true
  59. ice_tcp: true
  60. ice_ignore_list: vmnet
  61. }
  62. plugins: {
  63. }
  64. transports: {
  65. }
  66. events: {
  67. }
  68. Debug/log level is 7
  69. Debug/log timestamps are disabled
  70. Debug/log colors are enabled
  71. Adding 'vmnet' to the ICE ignore list...
  72. Selecting local IP address...
  73. Using 192.168.0.14 as local IP...
  74. [WARN] Token based authentication disabled
  75. Initializing recorder code
  76. RTP port range: 20000 -- 40000
  77. Initializing ICE stuff (Lite mode, ICE-TCP candidates enabled, full-trickle, IPv6 support disabled)
  78. ICE port range: 20000-40000
  79. STUN server to use: stun.voip.eutelia.it:3478
  80. >> 83.211.9.232:3478 (IPv4)
  81. Testing STUN server: message is of 20 bytes
  82. >> Sent 20 bytes, waiting for reply...
  83. >> Got 88 bytes...
  84. >> XOR-MAPPED-ADDRESS: 1
  85. >> MAPPED-ADDRESS: 0
  86. >> Our public address is 181.49.5.74
  87. TURN REST API backend: (disabled)
  88. Enabling libnice debugging...
  89. [WARN] No NICE_DEBUG environment variable set, setting maximum debug
  90. [WARN] No G_MESSAGES_DEBUG environment variable set, setting maximum debug
  91. Debugging NICE_DEBUG=all G_MESSAGES_DEBUG=all
  92. Using certificates:
  93. (null)
  94. (null)
  95. Crypto: OpenSSL >= 1.1.0
  96. [WARN] No cert/key specified, autogenerating some...
  97. Generating DTLS key / cert
  98. Fingerprint of our certificate: FE:74:E8:C8:C4:E0:41:31:00:23:C8:88:1A:94:6D:46:27:80:B7:31:90:D2:39:F3:DB:91:DA:9C:57:42:7D:02
  99. [WARN] Data Channels support not compiled
  100. [WARN] Event handlers support disabled
  101. Plugins folder: /opt/janus/lib/janus/plugins
  102. Loading plugin 'libjanus_nosip.so'...
  103. JANUS NoSIP plugin created!
  104. Configuration file: /opt/janus/etc/janus/janus.plugin.nosip.jcfg
  105. [janus.plugin.nosip.jcfg]
  106. general: {
  107. rtp_port_range: 20000-40000
  108. }
  109. NoSIP RTP/RTCP port range: 20000 -- 40000
  110. Local IP set to 192.168.0.14
  111. JANUS NoSIP plugin initialized!
  112. Version: 1 (0.0.1)
  113. [janus.plugin.nosip] JANUS NoSIP plugin
  114. This is a simple RTP bridging plugin that leaves signalling details (e.g., SIP) up to the application.
  115. Plugin API version: 12
  116. Loading plugin 'libjanus_voicemail.so'...
  117. JANUS VoiceMail plugin created!
  118. Configuration file: /opt/janus/etc/janus/janus.plugin.voicemail.jcfg
  119. [janus.plugin.voicemail.jcfg]
  120. general: {
  121. path: /opt/janus/share/janus/demos/voicemail/
  122. base: /voicemail/
  123. events: true
  124. }
  125. Recordings path: /opt/janus/share/janus/demos/voicemail/
  126. Recordings base: /voicemail/
  127. JANUS VoiceMail plugin initialized!
  128. Version: 7 (0.0.7)
  129. [janus.plugin.voicemail] JANUS VoiceMail plugin
  130. This is a plugin implementing a very simple VoiceMail service for Janus, recording Opus streams.
  131. Plugin API version: 12
  132. Loading plugin 'libjanus_videoroom.so'...
  133. JANUS VideoRoom plugin created!
  134. Configuration file: /opt/janus/etc/janus/janus.plugin.videoroom.jcfg
  135. [janus.plugin.videoroom.jcfg]
  136. general: {
  137. }
  138. room-1234: {
  139. description: Demo Room
  140. secret: adminpwd
  141. publishers: 6
  142. bitrate: 128000
  143. fir_freq: 10
  144. record: false
  145. }
  146. room-5678: {
  147. description: VP9-SVC Demo Room
  148. secret: adminpwd
  149. publishers: 6
  150. bitrate: 512000
  151. fir_freq: 10
  152. videocodec: vp9
  153. video_svc: true
  154. }
  155. Adding video room 'room-1234'
  156. Created videoroom: 1234 (Demo Room, public, opus/vp8 codecs, secret: adminpwd, pin: no pin, pvtid: optional)
  157. Adding video room 'room-5678'
  158. Created videoroom: 5678 (VP9-SVC Demo Room, public, opus/vp9 codecs, secret: adminpwd, pin: no pin, pvtid: optional)
  159. ::: [5678][VP9-SVC Demo Room] 512000, max 6 publishers, FIR frequency of 10 seconds, opus audio codec(s), vp9 video codec(s)
  160. ::: [1234][Demo Room] 128000, max 6 publishers, FIR frequency of 10 seconds, opus audio codec(s), vp8 video codec(s)
  161. JANUS VideoRoom plugin initialized!
  162. Version: 9 (0.0.9)
  163. [janus.plugin.videoroom] JANUS VideoRoom plugin
  164. This is a plugin implementing a videoconferencing SFU (Selective Forwarding Unit) for Janus, that is an audio/video router.
  165. Plugin API version: 12
  166. Loading plugin 'libjanus_echotest.so'...
  167. Joining Janus requests handler thread
  168. JANUS EchoTest plugin created!
  169. Joining NoSIP handler thread
  170. Configuration file: /opt/janus/etc/janus/janus.plugin.echotest.jcfg
  171. [janus.plugin.echotest.jcfg]
  172. general: {
  173. }
  174. JANUS EchoTest plugin initialized!
  175. Version: 7 (0.0.7)
  176. [janus.plugin.echotest] JANUS EchoTest plugin
  177. This is a trivial EchoTest plugin for Janus, just used to showcase the plugin interface.
  178. Plugin API version: 12
  179. Loading plugin 'libjanus_audiobridge.so'...
  180. JANUS AudioBridge plugin created!
  181. Joining VoiceMail handler thread
  182. Joining VideoRoom handler thread
  183. Joining RTCP thread for RTP forwarders...
  184. Configuration file: /opt/janus/etc/janus/janus.plugin.audiobridge.jcfg
  185. [janus.plugin.audiobridge.jcfg]
  186. Joining EchoTest handler thread
  187. general: {
  188. }
  189. room-1234: {
  190. description: Demo Room
  191. secret: adminpwd
  192. sampling_rate: 16000
  193. record: false
  194. }
  195. Adding audio room 'room-1234'
  196. Sampling rate for mixing: 16000
  197. Created audiobridge: 1234 (Demo Room, public, secret: adminpwd, pin: no pin)
  198. Sessions watchdog started
  199. ::: [1234][Demo Room] 16000 (will NOT be recorded)
  200. JANUS AudioBridge plugin initialized!
  201. Version: 10 (0.0.10)
  202. [janus.plugin.audiobridge] JANUS AudioBridge plugin
  203. This is a plugin implementing an audio conference bridge for Janus, mixing Opus streams.
  204. Plugin API version: 12
  205. Loading plugin 'libjanus_videocall.so'...
  206. JANUS VideoCall plugin created!
  207. Configuration file: /opt/janus/etc/janus/janus.plugin.videocall.jcfg
  208. [janus.plugin.videocall.jcfg]
  209. general: {
  210. }
  211. JANUS VideoCall plugin initialized!
  212. Version: 6 (0.0.6)
  213. [janus.plugin.videocall] JANUS VideoCall plugin
  214. This is a simple video call plugin for Janus, allowing two WebRTC peers to call each other through a server.
  215. Plugin API version: 12
  216. Loading plugin 'libjanus_streaming.so'...
  217. JANUS Streaming plugin created!
  218. Configuration file: /opt/janus/etc/janus/janus.plugin.streaming.jcfg
  219. Joining AudioBridge handler thread
  220. [janus.plugin.streaming.jcfg]
  221. Audio bridge thread starting...
  222. Thread is for mixing room 1234 (Demo Room) at rate 16000...
  223. general: {
  224. }
  225. gstreamer-sample: {
  226. Joining VideoCall handler thread
  227. type: rtp
  228. id: 1
  229. description: Opus/VP8 live stream coming from gstreamer
  230. audio: true
  231. video: true
  232. audioport: 5002
  233. audiopt: 111
  234. audiortpmap: opus/48000/2
  235. videoport: 5004
  236. videopt: 100
  237. videortpmap: VP8/90000
  238. secret: adminpwd
  239. }
  240. file-live-sample: {
  241. type: live
  242. id: 2
  243. description: a-law file source (radio broadcast)
  244. filename: /opt/janus/share/janus/streams/radio.alaw
  245. audio: true
  246. video: false
  247. secret: adminpwd
  248. }
  249. file-ondemand-sample: {
  250. type: ondemand
  251. id: 3
  252. description: mu-law file source (music)
  253. filename: /opt/janus/share/janus/streams/music.mulaw
  254. audio: true
  255. video: false
  256. secret: adminpwd
  257. }
  258. Adding stream 'gstreamer-sample'
  259. Audio enabled, Video enabled, Data NOT enabled
  260. Audio enabled, Video enabled, Data NOT enabled
  261. Adding stream 'file-live-sample'
  262. Adding stream 'file-ondemand-sample'
  263. ::: [1][gstreamer-sample] Opus/VP8 live stream coming from gstreamer (live, RTP source, public, pin: no pin)
  264. ::: [2][file-live-sample] a-law file source (radio broadcast) (live, file source, public, pin: no pin)
  265. ::: [3][file-ondemand-sample] mu-law file source (music) (on demand, file source, public, pin: no pin)
  266. JANUS Streaming plugin initialized!
  267. Version: 8 (0.0.8)
  268. [janus.plugin.streaming] JANUS Streaming plugin
  269. This is a streaming plugin for Janus, allowing WebRTC peers to watch/listen to pre-recorded files or media generated by gstreamer.
  270. Plugin API version: 12
  271. Loading plugin 'libjanus_textroom.so'...
  272. JANUS TextRoom plugin created!
  273. Configuration file: /opt/janus/etc/janus/janus.plugin.textroom.jcfg
  274. [janus.plugin.textroom.jcfg]
  275. general: {
  276. json: indented
  277. }
  278. room-1234: {
  279. description: Demo Room
  280. secret: adminpwd
  281. Joining Streaming handler thread
  282. }
  283. Adding text room 'room-1234'
  284. Created textroom: 1234 (Demo Room, public, secret: adminpwd, pin: no pin)
  285. ::: [1234][Demo Room]
  286. JANUS TextRoom plugin initialized!
  287. Version: 2 (0.0.2)
  288. [janus.plugin.textroom] JANUS TextRoom plugin
  289. This is a plugin implementing a text-only room for Janus, using DataChannels.
  290. Plugin API version: 12
  291. Loading plugin 'libjanus_recordplay.so'...
  292. JANUS Record&Play plugin created!
  293. Filesource (live) thread starting...
  294. [file-live-sample] Opening file source /opt/janus/share/janus/streams/radio.alaw...
  295. [file-live-sample] Streaming audio file: /opt/janus/share/janus/streams/radio.alaw
  296. Configuration file: /opt/janus/etc/janus/janus.plugin.recordplay.jcfg
  297. [janus.plugin.recordplay.jcfg]
  298. general: {
  299. path: /opt/janus/share/janus/recordings
  300. }
  301. Updating recordings list in /opt/janus/share/janus/recordings
  302. Importing recording '1234.nfo'...
  303. Pre-parsing file /opt/janus/share/janus/recordings/rec-sample-audio.mjr to generate ordered index...
  304. This is an old audio recording, assuming Opus
  305. Pre-parsing file /opt/janus/share/janus/recordings/rec-sample-video.mjr to generate ordered index...
  306. Starting streaming relay thread
  307. This is an old video recording, assuming VP8
  308. JANUS Record&Play plugin initialized!
  309. Joining TextRoom handler thread
  310. Version: 4 (0.0.4)
  311. [janus.plugin.recordplay] JANUS Record&Play plugin
  312. This is a trivial Record&Play plugin for Janus, to record WebRTC sessions and replay them.
  313. Plugin API version: 12
  314. Loading plugin 'libjanus_sip.so'...
  315. Joining Record&Play handler thread
  316. JANUS SIP plugin created!
  317. Configuration file: /opt/janus/etc/janus/janus.plugin.sip.jcfg
  318. [janus.plugin.sip.jcfg]
  319. general: {
  320. keepalive_interval: 120
  321. behind_nat: true
  322. register_ttl: 3600
  323. rtp_port_range: 20000-40000
  324. }
  325. SIP keep-alive interval set to 120 seconds
  326. SIP registration TTL set to 3600 seconds
  327. SIP User-Agent set to Janus WebRTC Server SIP Plugin 0.0.7
  328. SIP RTP/RTCP port range: 20000 -- 40000
  329. Local IP set to 192.168.0.14
  330. JANUS SIP plugin initialized!
  331. Version: 7 (0.0.7)
  332. [janus.plugin.sip] JANUS SIP plugin
  333. This is a simple SIP plugin for Janus, allowing WebRTC peers to register at a SIP server and call SIP user agents through a Janus instance.
  334. Plugin API version: 12
  335. Transport plugins folder: /opt/janus/lib/janus/transports
  336. Loading transport plugin 'libjanus_pfunix.so'...
  337. JANUS Unix Sockets transport plugin created!
  338. Configuration file: /opt/janus/etc/janus/janus.transport.pfunix.jcfg
  339. [janus.transport.pfunix.jcfg]
  340. general: {
  341. enabled: false
  342. json: indented
  343. }
  344. admin: {
  345. admin_enabled: false
  346. }
  347. [WARN] Unix Sockets server disabled (Janus API)
  348. [WARN] Unix Sockets server disabled (Admin API)
  349. [WARN] No Unix Sockets server started, giving up...
  350. [WARN] The 'janus.transport.pfunix' plugin could not be initialized
  351. Loading transport plugin 'libjanus_websockets.so'...
  352. JANUS WebSockets transport plugin created!
  353. [WARN] libwebsockets has been built without IPv6 support, will bind to IPv4 only
  354. Configuration file: /opt/janus/etc/janus/janus.transport.websockets.jcfg
  355. [janus.transport.websockets.jcfg]
  356. Joining SIP handler thread
  357. general: {
  358. json: indented
  359. ws: true
  360. ws_port: 8188
  361. wss: true
  362. wss_port: 8989
  363. }
  364. admin: {
  365. admin_ws: true
  366. admin_ws_port: 7188
  367. admin_wss: false
  368. }
  369. certificates: {
  370. cert_pem: /etc/ssl/certs/servercert.pem
  371. cert_key: /etc/ssl/certs/serverkey.pem
  372. }
  373. libwebsockets logging: 0
  374. WebSockets server started (port 8188)...
  375. Using certificates:
  376. /etc/ssl/certs/servercert.pem
  377. /etc/ssl/certs/serverkey.pem
  378. [FATAL] [transports/janus_websockets.c:janus_websockets_init:645] Error creating vhost for Secure WebSockets server...
  379. Admin WebSockets server started (port 7188)...
  380. [WARN] Secure Admin WebSockets server disabled
  381. JANUS WebSockets transport plugin initialized!
  382. Version: 1 (0.0.1)
  383. [janus.transport.websockets] JANUS WebSockets transport plugin
  384. This transport plugin adds WebSockets support to the Janus API via libwebsockets.
  385. Plugin API version: 7
  386. Janus API: enabled
  387. Admin API: enabled
  388. Loading transport plugin 'libjanus_http.so'...
  389. JANUS REST (HTTP/HTTPS) transport plugin created!
  390. The installed libmicrohttpd version supports MHD_USE_AUTO
  391. Configuration file: /opt/janus/etc/janus/janus.transport.http.jcfg
  392. [janus.transport.http.jcfg]
  393. general: {
  394. json: indented
  395. base_path: /janus
  396. threads: unlimited
  397. http: true
  398. port: 8088
  399. }
  400. admin: {
  401. admin_base_path: /admin
  402. admin_threads: unlimited
  403. admin_http: true
  404. admin_port: 7088
  405. admin_https: false
  406. }
  407. cors: {
  408. }
  409. certificates: {
  410. }
  411. Using a thread per connection for the Janus API HTTP webserver
  412. Binding to all interfaces for the Janus API HTTP webserver
  413. HTTP webserver started (port 8088, /janus path listener)...
  414. [WARN] HTTPS webserver disabled
  415. Using a thread per connection for the Admin API HTTP webserver
  416. Binding to all interfaces for the Admin API HTTP webserver
  417. Admin/monitor HTTP webserver started (port 7088, /admin path listener)...
  418. [WARN] Admin/monitor HTTPS webserver disabled
  419. JANUS REST (HTTP/HTTPS) transport plugin initialized!
  420. Version: 2 (0.0.2)
  421. [janus.transport.http] JANUS REST (HTTP/HTTPS) transport plugin
  422. This transport plugin adds REST (HTTP/HTTPS) support to the Janus API via libmicrohttpd.
  423. Plugin API version: 7
  424. Janus API: enabled
  425. Admin API: enabled
  426. Loading transport plugin 'libjanus_mqtt.so'...
  427. JANUS MQTT transport plugin created!
  428. WebSockets thread started
  429. [WSS-0x7fc05d00c600] 71 ((null))
  430. [AdminWSS-0x7fc05d00c600] 71 ((null))
  431. [WSS-0x7fc05d00c500] 27 (LWS_CALLBACK_PROTOCOL_INIT)
  432. [AdminWSS-0x7fc05d00c500] 27 (LWS_CALLBACK_PROTOCOL_INIT)
  433. Configuration file: /opt/janus/etc/janus/janus.transport.mqtt.jcfg
  434. [janus.transport.mqtt.jcfg]
  435. general: {
  436. enabled: false
  437. json: indented
  438. url: tcp://localhost:1883
  439. subscribe_topic: to-janus
  440. publish_topic: from-janus
  441. }
  442. admin: {
  443. subscribe_topic: to-janus-admin
  444. publish_topic: from-janus-admin
  445. }
  446. MQTT SSL support disabled
  447. [WARN] MQTT support disabled for both Janus and Admin API, giving up
  448. JANUS MQTT transport plugin destroyed!
  449. [WARN] The 'janus.transport.mqtt' plugin could not be initialized
  450. Loading transport plugin 'libjanus_rabbitmq.so'...
  451. JANUS RabbitMQ transport plugin created!
  452. Configuration file: /opt/janus/etc/janus/janus.transport.rabbitmq.jcfg
  453. [janus.transport.rabbitmq.jcfg]
  454. general: {
  455. enabled: false
  456. json: indented
  457. host: localhost
  458. to_janus: to-janus
  459. from_janus: from-janus
  460. }
  461. admin: {
  462. }
  463. RabbitMQ SSL support disabled
  464. [WARN] RabbitMQ support disabled (Janus API)
  465. [WARN] RabbitMQ support disabled (Admin API)
  466. [WARN] RabbitMQ support disabled for both Janus and Admin API, giving up
  467. [WARN] The 'janus.transport.rabbitmq' plugin could not be initialized
  468. New connection on REST API: ::ffff:152.201.216.40
  469. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP POST request on /janus...
  470. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  471. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  472. [transports/janus_http.c:janus_http_headers:1777] User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0
  473. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  474. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  475. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  476. [transports/janus_http.c:janus_http_headers:1777] Content-Type: application/json
  477. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  478. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  479. [transports/janus_http.c:janus_http_headers:1777] Content-Length: 47
  480. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  481. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus...
  482. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  483. Processing POST data (application/json) (47 bytes)...
  484. [transports/janus_http.c:janus_http_handler:1277] -- Data we have now (47 bytes)
  485. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus...
  486. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  487. Processing POST data (application/json) (0 bytes)...
  488. [transports/janus_http.c:janus_http_handler:1282] Done getting payload, we can answer
  489. {"janus":"create","transaction":"oX4f0rK2QjBU"}
  490. Forwarding request to the core (0x7fc06c001030)
  491. Got a Janus API request from janus.transport.http (0x7fc06c001030)
  492. Creating new session: 3533962316933991; 0x7fc078001570
  493. Session created (3533962316933991), create a queue for the long poll
  494. Sending Janus API response to janus.transport.http (0x7fc06c001030)
  495. Got a Janus API response to send (0x7fc06c001030)
  496. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP GET request on /janus/3533962316933991...
  497. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  498. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  499. [transports/janus_http.c:janus_http_headers:1777] User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0
  500. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  501. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  502. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  503. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  504. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  505. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  506. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP GET request on /janus/3533962316933991...
  507. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  508. Session: 3533962316933991
  509. Got a Janus API request from janus.transport.http (0x7fc06c002fa0)
  510. Got a keep-alive on session 3533962316933991
  511. Sending Janus API response to janus.transport.http (0x7fc06c002fa0)
  512. Got a Janus API response to send (0x7fc06c002fa0)
  513. Session 3533962316933991 found... returning up to 10 messages
  514. [transports/janus_http.c:janus_http_notifier:1810] ... handling long poll...
  515. New connection on REST API: ::ffff:152.201.216.40
  516. New connection on REST API: ::ffff:152.201.216.40
  517. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP OPTIONS request on /janus/3533962316933991...
  518. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  519. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  520. [transports/janus_http.c:janus_http_headers:1777] User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0
  521. [transports/janus_http.c:janus_http_headers:1777] Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  522. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  523. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  524. [transports/janus_http.c:janus_http_headers:1777] Access-Control-Request-Method: POST
  525. [transports/janus_http.c:janus_http_headers:1777] Access-Control-Request-Headers: content-type
  526. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  527. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  528. [transports/janus_http.c:janus_http_headers:1777] Cache-Control: max-age=0
  529. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP POST request on /janus/3533962316933991...
  530. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  531. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  532. [transports/janus_http.c:janus_http_headers:1777] User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0
  533. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  534. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  535. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  536. [transports/janus_http.c:janus_http_headers:1777] Content-Type: application/json
  537. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  538. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  539. [transports/janus_http.c:janus_http_headers:1777] Content-Length: 110
  540. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  541. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/3533962316933991...
  542. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  543. Session: 3533962316933991
  544. Processing POST data (application/json) (110 bytes)...
  545. [transports/janus_http.c:janus_http_handler:1277] -- Data we have now (110 bytes)
  546. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/3533962316933991...
  547. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  548. Session: 3533962316933991
  549. Processing POST data (application/json) (0 bytes)...
  550. [transports/janus_http.c:janus_http_handler:1282] Done getting payload, we can answer
  551. {"janus":"attach","plugin":"janus.plugin.sip","opaque_id":"siptest-rS3G2GJE0awz","transaction":"0Wizge1wUYiy"}
  552. Forwarding request to the core (0x7fc068002680)
  553. Got a Janus API request from janus.transport.http (0x7fc068002680)
  554. Creating new handle in session 3533962316933991: 135126680341150; 0x7fc078001570 0x7fc078001b30
  555. Sending Janus API response to janus.transport.http (0x7fc068002680)
  556. Got a Janus API response to send (0x7fc068002680)
  557. [135126680341150] Handle thread started; 0x7fc078001b30
  558. [ice.c:janus_ice_handle_thread:1088] [135126680341150] Looping...
  559. New connection on REST API: ::ffff:152.201.216.40
  560. Long poll time out for session 3533962316933991...
  561. We have a message to serve...
  562. [
  563. {
  564. "janus": "keepalive"
  565. }
  566. ]
  567. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP OPTIONS request on /janus/3533962316933991/135126680341150...
  568. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  569. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  570. [transports/janus_http.c:janus_http_headers:1777] User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0
  571. [transports/janus_http.c:janus_http_headers:1777] Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  572. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  573. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  574. [transports/janus_http.c:janus_http_headers:1777] Access-Control-Request-Method: POST
  575. [transports/janus_http.c:janus_http_headers:1777] Access-Control-Request-Headers: content-type
  576. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  577. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  578. [transports/janus_http.c:janus_http_headers:1777] Cache-Control: max-age=0
  579. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP POST request on /janus/3533962316933991/135126680341150...
  580. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  581. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  582. [transports/janus_http.c:janus_http_headers:1777] User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0
  583. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  584. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  585. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  586. [transports/janus_http.c:janus_http_headers:1777] Content-Type: application/json
  587. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  588. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  589. [transports/janus_http.c:janus_http_headers:1777] Content-Length: 180
  590. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  591. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/3533962316933991/135126680341150...
  592. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  593. Session: 3533962316933991
  594. Handle: 135126680341150
  595. Processing POST data (application/json) (180 bytes)...
  596. [transports/janus_http.c:janus_http_handler:1277] -- Data we have now (180 bytes)
  597. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/3533962316933991/135126680341150...
  598. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  599. Session: 3533962316933991
  600. Handle: 135126680341150
  601. Processing POST data (application/json) (0 bytes)...
  602. [transports/janus_http.c:janus_http_handler:1282] Done getting payload, we can answer
  603. {"janus":"message","body":{"request":"register","type":"guest","proxy":"sip:192.168.0.112","username":"sip:123@192.168.43.223","display_name":"90990"},"transaction":"sdkoNI2CTM8M"}
  604. Forwarding request to the core (0x7fc068004d80)
  605. Got a Janus API request from janus.transport.http (0x7fc068004d80)
  606. Transport task pool, serving request
  607. [135126680341150] There's a message for JANUS SIP plugin
  608. Registering as a guest
  609. Guest will have username 123
  610. Creating plugin result...
  611. Sending Janus API response to janus.transport.http (0x7fc068004d80)
  612. Got a Janus API response to send (0x7fc068004d80)
  613. Destroying plugin result...
  614. Joining sofia loop thread (123)...
  615. Setting up sofia stack (sip:123@192.168.0.14)
  616. Not sending a SIP REGISTER: either send_register was set to false or guest mode was enabled
  617. [135126680341150] Sending event to transport...
  618. Sending event to janus.transport.http (0x7fc06c001030)
  619. Got a Janus API event to send (0x7fc06c001030)
  620. >> Pushing event: 0 (Success)
  621. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP GET request on /janus/3533962316933991...
  622. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  623. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  624. [transports/janus_http.c:janus_http_headers:1777] User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0
  625. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  626. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  627. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  628. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  629. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  630. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  631. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP GET request on /janus/3533962316933991...
  632. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  633. Session: 3533962316933991
  634. Got a Janus API request from janus.transport.http (0x7fc0680051e0)
  635. Session 3533962316933991 found... returning up to 10 messages
  636. Got a keep-alive on session 3533962316933991
  637. Sending Janus API response to janus.transport.http (0x7fc0680051e0)
  638. Got a Janus API response to send (0x7fc0680051e0)
  639. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP GET request on /janus/3533962316933991...
  640. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  641. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  642. [transports/janus_http.c:janus_http_headers:1777] User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0
  643. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  644. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  645. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  646. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  647. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  648. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  649. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP GET request on /janus/3533962316933991...
  650. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  651. Session: 3533962316933991
  652. Got a Janus API request from janus.transport.http (0x7fc068005820)
  653. Session 3533962316933991 found... returning up to 10 messages
  654. [transports/janus_http.c:janus_http_notifier:1810] ... handling long poll...
  655. Got a keep-alive on session 3533962316933991
  656. Sending Janus API response to janus.transport.http (0x7fc068005820)
  657. Got a Janus API response to send (0x7fc068005820)
  658. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP POST request on /janus/3533962316933991/135126680341150...
  659. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  660. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  661. [transports/janus_http.c:janus_http_headers:1777] User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0
  662. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  663. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  664. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  665. [transports/janus_http.c:janus_http_headers:1777] Content-Type: application/json
  666. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  667. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  668. [transports/janus_http.c:janus_http_headers:1777] Content-Length: 962
  669. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  670. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/3533962316933991/135126680341150...
  671. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  672. Session: 3533962316933991
  673. Handle: 135126680341150
  674. Processing POST data (application/json) (962 bytes)...
  675. [transports/janus_http.c:janus_http_handler:1277] -- Data we have now (962 bytes)
  676. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/3533962316933991/135126680341150...
  677. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  678. Session: 3533962316933991
  679. Handle: 135126680341150
  680. Processing POST data (application/json) (0 bytes)...
  681. [transports/janus_http.c:janus_http_handler:1282] Done getting payload, we can answer
  682. {"janus":"message","body":{"request":"call","uri":"sip:9089@192.168.0.112"},"transaction":"nHnjPMYEESUz","jsep":{"type":"offer","sdp":"v=0\r\no=mozilla...THIS_IS_SDPARTA-49.0.1 7572429807291514974 0 IN IP4 0.0.0.0\r\ns=-\r\nt=0 0\r\na=fingerprint:sha-256 4A:37:40:78:B7:11:C4:45:CA:97:4E:2C:83:49:29:30:F4:2F:F2:06:D3:9E:CA:4A:7A:20:B3:05:6B:D0:CD:D0\r\na=ice-options:trickle\r\na=msid-semantic:WMS *\r\nm=audio 9 UDP/TLS/RTP/SAVPF 109 9 0 8\r\nc=IN IP4 0.0.0.0\r\na=sendrecv\r\na=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level\r\na=fmtp:109 maxplaybackrate=48000;stereo=1\r\na=ice-pwd:2ccc16f8ef9b415d44c9f28e742a6753\r\na=ice-ufrag:2bfd857a\r\na=mid:sdparta_0\r\na=msid:{a9f00e50-e085-415b-ab25-842f0d8cc987} {65cb42be-2915-413e-bb0a-f83c7bc23ad4}\r\na=rtcp-mux\r\na=rtpmap:109 opus/48000/2\r\na=rtpmap:9 G722/8000/1\r\na=rtpmap:0 PCMU/8000\r\na=rtpmap:8 PCMA/8000\r\na=setup:actpass\r\na=ssrc:14726742 cname:{3fe35e8d-3f1a-41d0-a9ac-e830b457feff}\r\n"}}
  683. Forwarding request to the core (0x7fc0740024b0)
  684. Got a Janus API request from janus.transport.http (0x7fc0740024b0)
  685. (process:11068): libnice-DEBUG: 11:41:47.680: Created NiceStream (1 created, 0 destroyed)
  686. Transport task pool, serving request
  687. [135126680341150] There's a message for JANUS SIP plugin
  688. [135126680341150] Remote SDP:
  689. v=0
  690. o=mozilla...THIS_IS_SDPARTA-49.0.1 7572429807291514974 0 IN IP4 0.0.0.0
  691. s=-
  692. t=0 0
  693. a=fingerprint:sha-256 4A:37:40:78:B7:11:C4:45:CA:97:4E:2C:83:49:29:30:F4:2F:F2:06:D3:9E:CA:4A:7A:20:B3:05:6B:D0:CD:D0
  694. a=ice-options:trickle
  695. a=msid-semantic:WMS *
  696. m=audio 9 UDP/TLS/RTP/SAVPF 109 9 0 8
  697. c=IN IP4 0.0.0.0
  698. a=sendrecv
  699. a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
  700. a=fmtp:109 maxplaybackrate=48000;stereo=1
  701. a=ice-pwd:2ccc16f8ef9b415d44c9f28e742a6753
  702. a=ice-ufrag:2bfd857a
  703. a=mid:sdparta_0
  704. a=msid:{a9f00e50-e085-415b-ab25-842f0d8cc987} {65cb42be-2915-413e-bb0a-f83c7bc23ad4}
  705. a=rtcp-mux
  706. a=rtpmap:109 opus/48000/2
  707. a=rtpmap:9 G722/8000/1
  708. a=rtpmap:0 PCMU/8000
  709. a=rtpmap:8 PCMA/8000
  710. a=setup:actpass
  711. a=ssrc:14726742 cname:{3fe35e8d-3f1a-41d0-a9ac-e830b457feff}
  712. [135126680341150] Audio mid: sdparta_0
  713. [135126680341150] Audio has been negotiated, Video has NOT been negotiated, SCTP/DataChannels have NOT been negotiated
  714. [135126680341150] Setting ICE locally: got OFFER (1 audios, 0 videos)
  715. [135126680341150] Creating ICE agent (ICE Lite mode, controlled)
  716. [135126680341150] Adding 192.168.0.14 to the addresses to gather candidates for
  717. New connection on REST API: ::ffff:152.201.216.40
  718. New connection on REST API: ::ffff:152.201.216.40
  719. (process:11068): libnice-DEBUG: 11:41:47.684: Created NiceComponent (1 created, 0 destroyed)
  720. (process:11068): libnice-DEBUG: 11:41:47.684: Agent 0x7fc08000c030 : allocating stream id 1 (0x7fc08000e780)
  721. (process:11068): libnice-DEBUG: 11:41:47.684: Agent 0x7fc08000c030 : In ICE-LITE mode, starting candidate gathering.
  722. (process:11068): libnice-DEBUG: 11:41:47.684: Agent 0x7fc08000c030 : UPnP property Disabled
  723. (process:11068): libnice-DEBUG: 11:41:47.684: Agent 0x7fc08000c030: Trying to create host candidate on port 28141
  724. (process:11068): libnice-DEBUG: 11:41:47.685: Agent 0x7fc08000c030: Could not set IPV6 socket ToS: Protocol not available
  725. (process:11068): libnice-DEBUG: 11:41:47.685: Component 0x7fc08000f040 (agent 0x7fc08000c030): Attach source (stream 1).
  726. (process:11068): libnice-DEBUG: 11:41:47.686: Attaching source 0x7fc080019800 (socket 0x7fc0800071f0, FD 36) to context 0x7fc080012a20
  727. (process:11068): libnice-DEBUG: 11:41:47.686: Agent 0x7fc08000c030: Trying to create host candidate on port 23470
  728. (process:11068): libnice-DEBUG: 11:41:47.686: Failed to convert address to string for interface ?lo?.
  729. (process:11068): libnice-DEBUG: 11:41:47.686: Failed to convert address to string for interface ?eth0?.
  730. (process:11068): libnice-DEBUG: 11:41:47.687: Interface: lo
  731. (process:11068): libnice-DEBUG: 11:41:47.687: IP Address: 127.0.0.1
  732. (process:11068): libnice-DEBUG: 11:41:47.687: Interface: eth0
  733. (process:11068): libnice-DEBUG: 11:41:47.687: IP Address: 192.168.0.14
  734. (process:11068): libnice-DEBUG: 11:41:47.687: Interface: lo
  735. (process:11068): libnice-DEBUG: 11:41:47.688: IP Address: ::1
  736. (process:11068): libnice-DEBUG: 11:41:47.688: Interface: eth0
  737. (process:11068): libnice-DEBUG: 11:41:47.688: IP Address: fe80::c5f8:3f8d:f146:fad2%eth0
  738. (process:11068): libnice-DEBUG: 11:41:47.691: Component 0x7fc08000f040 (agent 0x7fc08000c030): Attach source (stream 1).
  739. (process:11068): libnice-DEBUG: 11:41:47.691: Agent 0x7fc08000c030: Trying to create host candidate on port 26241
  740. (process:11068): libnice-DEBUG: 11:41:47.691: Failed to convert address to string for interface ?lo?.
  741. (process:11068): libnice-DEBUG: 11:41:47.691: Failed to convert address to string for interface ?eth0?.
  742. (process:11068): libnice-DEBUG: 11:41:47.691: Interface: lo
  743. (process:11068): libnice-DEBUG: 11:41:47.691: IP Address: 127.0.0.1
  744. (process:11068): libnice-DEBUG: 11:41:47.691: Interface: eth0
  745. (process:11068): libnice-DEBUG: 11:41:47.691: IP Address: 192.168.0.14
  746. (process:11068): libnice-DEBUG: 11:41:47.691: Interface: lo
  747. (process:11068): libnice-DEBUG: 11:41:47.691: IP Address: ::1
  748. (process:11068): libnice-DEBUG: 11:41:47.691: Interface: eth0
  749. (process:11068): libnice-DEBUG: 11:41:47.692: IP Address: fe80::c5f8:3f8d:f146:fad2%eth0
  750. (process:11068): libnice-DEBUG: 11:41:47.692: Agent 0x7fc08000c030: Could not set IPV6 socket ToS: Protocol not available
  751. (process:11068): libnice-DEBUG: 11:41:47.692: Component 0x7fc08000f040 (agent 0x7fc08000c030): Attach source (stream 1).
  752. (process:11068): libnice-DEBUG: 11:41:47.692: Attaching source 0x7fc080019cd0 (socket 0x7fc080019020, FD 37) to context 0x7fc080012a20
  753. (process:11068): libnice-DEBUG: 11:41:47.692: Agent 0x7fc08000c030: Candidate gathering FINISHED, no scheduled items.
  754. (process:11068): libnice-DEBUG: 11:41:47.692: Agent 0x7fc08000c030: gathered UDP local candidate : [192.168.0.14]:28141 for s1/c1. U/P '(null)'/'(null)'
  755. (process:11068): libnice-DEBUG: 11:41:47.692: Agent 0x7fc08000c030: gathered TCP-ACT local candidate : [192.168.0.14]:0 for s1/c1. U/P '(null)'/'(null)'
  756. (process:11068): libnice-DEBUG: 11:41:47.692: Agent 0x7fc08000c030: gathered TCP-PASS local candidate : [192.168.0.14]:26241 for s1/c1. U/P '(null)'/'(null)'
  757. [135126680341150] Discovered new local candidate for component 1 in stream 1: type=host
  758. [135126680341150] Address: 192.168.0.14:28141
  759. [135126680341150] Priority: 2013266431
  760. [135126680341150] Foundation: 1
  761. [135126680341150] 1 1 udp 2013266431 192.168.0.14 28141 typ host
  762. [135126680341150] Sending trickle event (candidate) to transport...
  763. Sending event to janus.transport.http (0x7fc06c001030)
  764. Got a Janus API event to send (0x7fc06c001030)
  765. [135126680341150] Discovered new local candidate for component 1 in stream 1: type=host
  766. [135126680341150] Address: 192.168.0.14:0
  767. [135126680341150] Priority: 1015022079
  768. [135126680341150] Foundation: 2
  769. [135126680341150] 2 1 tcp 1015022079 192.168.0.14 0 typ host tcptype active
  770. [135126680341150] Sending trickle event (candidate) to transport...
  771. Sending event to janus.transport.http (0x7fc06c001030)
  772. Got a Janus API event to send (0x7fc06c001030)
  773. [135126680341150] Discovered new local candidate for component 1 in stream 1: type=host
  774. [135126680341150] Address: 192.168.0.14:26241
  775. [135126680341150] Priority: 1010827775
  776. [135126680341150] Foundation: 3
  777. [135126680341150] 3 1 tcp 1010827775 192.168.0.14 26241 typ host tcptype passive
  778. [135126680341150] Sending trickle event (candidate) to transport...
  779. Sending event to janus.transport.http (0x7fc06c001030)
  780. Got a Janus API event to send (0x7fc06c001030)
  781. [135126680341150] Gathering done for stream 1
  782. [135126680341150] Sending trickle event (end-of-candidates) to transport...
  783. Sending event to janus.transport.http (0x7fc06c001030)
  784. Got a Janus API event to send (0x7fc06c001030)
  785. (process:11068): libnice-DEBUG: 11:41:47.693: Detach source 0x7fc080019cd0, socket 0x7fc080019020.
  786. (process:11068): libnice-DEBUG: 11:41:47.693: Detaching source 0x7fc080019cd0 (socket 0x7fc080019020, FD 37) from context 0x7fc080012a20
  787. (process:11068): libnice-DEBUG: 11:41:47.693: Detach source (nil), socket 0x7fc080017710.
  788. (process:11068): libnice-DEBUG: 11:41:47.693: Detaching source (nil) (socket 0x7fc080017710, FD 0) from context (nil)
  789. (process:11068): libnice-DEBUG: 11:41:47.693: Detach source 0x7fc080019800, socket 0x7fc0800071f0.
  790. (process:11068): libnice-DEBUG: 11:41:47.693: Detaching source 0x7fc080019800 (socket 0x7fc0800071f0, FD 36) from context 0x7fc080012a20
  791. (process:11068): libnice-DEBUG: 11:41:47.694: Reattach source (nil).
  792. (process:11068): libnice-DEBUG: 11:41:47.694: Detaching source (nil) (socket 0x7fc080019020, FD 37) from context (nil)
  793. (process:11068): libnice-DEBUG: 11:41:47.694: Attaching source 0x7fc08001bfb0 (socket 0x7fc080019020, FD 37) to context 0x7fc0780029a0
  794. (process:11068): libnice-DEBUG: 11:41:47.694: Reattach source (nil).
  795. (process:11068): libnice-DEBUG: 11:41:47.694: Detaching source (nil) (socket 0x7fc080017710, FD 0) from context (nil)
  796. (process:11068): libnice-DEBUG: 11:41:47.694: Reattach source (nil).
  797. (process:11068): libnice-DEBUG: 11:41:47.694: Detaching source (nil) (socket 0x7fc0800071f0, FD 36) from context (nil)
  798. (process:11068): libnice-DEBUG: 11:41:47.694: Attaching source 0x7fc08001c1c0 (socket 0x7fc0800071f0, FD 36) to context 0x7fc0780029a0
  799. [135126680341150] Fingerprint (global) : sha-256 4A:37:40:78:B7:11:C4:45:CA:97:4E:2C:83:49:29:30:F4:2F:F2:06:D3:9E:CA:4A:7A:20:B3:05:6B:D0:CD:D0
  800. [135126680341150] Parsing audio candidates (stream=1)...
  801. [135126680341150] ICE pwd (local): 2ccc16f8ef9b415d44c9f28e742a6753
  802. [135126680341150] ICE ufrag (local): 2bfd857a
  803. [135126680341150] Audio mid: sdparta_0
  804. [135126680341150] DTLS setup (local): actpass
  805. [135126680341150] Setting connect state (DTLS client)
  806. [135126680341150] Peer audio SSRC: 14726742
  807. -------------------------------------------
  808. >> Anonymized
  809. -------------------------------------------
  810. 123 is calling sip:9089@192.168.0.112
  811. This is involving a negotiation (offer) as well:
  812. v=0
  813. o=mozilla...THIS_IS_SDPARTA-49.0.1 7572429807291514974 0 IN IP4 1.1.1.1
  814. s=-
  815. t=0 0
  816. m=audio 9 UDP/TLS/RTP/SAVPF 109 9 0 8
  817. c=IN IP4 1.1.1.1
  818. a=sendrecv
  819. a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
  820. a=fmtp:109 maxplaybackrate=48000;stereo=1
  821. a=rtpmap:109 opus/48000/2
  822. a=rtpmap:9 G722/8000/1
  823. a=rtpmap:0 PCMU/8000
  824. a=rtpmap:8 PCMA/8000
  825.  
  826. Going to negotiate audio...
  827. Allocating audio ports:
  828. Audio RTP listener bound to port 20082
  829. Audio RTCP listener bound to port 20083
  830. Setting protocol to RTP/AVP
  831. Prepared SDP for INVITE:
  832. v=0
  833. o=mozilla...THIS_IS_SDPARTA-49.0.1 7572429807291514974 0 IN IP4 1.1.1.1
  834. s=-
  835. t=0 0
  836. m=audio 20082 RTP/AVP 109 9 0 8
  837. c=IN IP4 192.168.0.14
  838. a=sendrecv
  839. a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
  840. a=fmtp:109 maxplaybackrate=48000;stereo=1
  841. a=rtpmap:109 opus/48000/2
  842. a=rtpmap:9 G722/8000/1
  843. a=rtpmap:0 PCMU/8000
  844. a=rtpmap:8 PCMA/8000
  845. [135126680341150] Sending event to transport...
  846. Sending event to janus.transport.http (0x7fc06c001030)
  847. Got a Janus API event to send (0x7fc06c001030)
  848. >> Pushing event: 0 (Success)
  849. [123][nua_i_state]: 0 INVITE sent
  850. Creating plugin result...
  851. Sending Janus API response to janus.transport.http (0x7fc0740024b0)
  852. Got a Janus API response to send (0x7fc0740024b0)
  853. Destroying plugin result...
  854. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP POST request on /janus/3533962316933991/135126680341150...
  855. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  856. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  857. [transports/janus_http.c:janus_http_headers:1777] User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0
  858. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  859. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  860. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  861. [transports/janus_http.c:janus_http_headers:1777] Content-Type: application/json
  862. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  863. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  864. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP POST request on /janus/3533962316933991/135126680341150...
  865. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  866. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  867. [transports/janus_http.c:janus_http_headers:1777] User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0
  868. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  869. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  870. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  871. [transports/janus_http.c:janus_http_headers:1777] Content-Type: application/json
  872. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  873. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  874. [transports/janus_http.c:janus_http_headers:1777] Content-Length: 174
  875. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  876. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/3533962316933991/135126680341150...
  877. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  878. Session: 3533962316933991
  879. Handle: 135126680341150
  880. Processing POST data (application/json) (174 bytes)...
  881. [transports/janus_http.c:janus_http_handler:1277] -- Data we have now (174 bytes)
  882. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/3533962316933991/135126680341150...
  883. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  884. Session: 3533962316933991
  885. Handle: 135126680341150
  886. Processing POST data (application/json) (0 bytes)...
  887. [transports/janus_http.c:janus_http_handler:1282] Done getting payload, we can answer
  888. {"janus":"trickle","candidate":{"candidate":"candidate:0 2 UDP 2122252542 192.168.43.223 53783 typ host","sdpMid":"sdparta_0","sdpMLineIndex":0},"transaction":"n7neyIT7YKco"}
  889. Forwarding request to the core (0x7fc06001a2f0)
  890. Got a Janus API request from janus.transport.http (0x7fc06001a2f0)
  891. [135126680341150] Still waiting for the answer, queueing this trickle to wait until we're done there...
  892. Sending Janus API response to janus.transport.http (0x7fc06001a2f0)
  893. Got a Janus API response to send (0x7fc06001a2f0)
  894. [transports/janus_http.c:janus_http_headers:1777] Content-Length: 174
  895. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  896. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/3533962316933991/135126680341150...
  897. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  898. Session: 3533962316933991
  899. Handle: 135126680341150
  900. Processing POST data (application/json) (174 bytes)...
  901. [transports/janus_http.c:janus_http_handler:1277] -- Data we have now (174 bytes)
  902. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/3533962316933991/135126680341150...
  903. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  904. Session: 3533962316933991
  905. Handle: 135126680341150
  906. Processing POST data (application/json) (0 bytes)...
  907. [transports/janus_http.c:janus_http_handler:1282] Done getting payload, we can answer
  908. {"janus":"trickle","candidate":{"candidate":"candidate:0 1 UDP 2122252543 192.168.43.223 53782 typ host","sdpMid":"sdparta_0","sdpMLineIndex":0},"transaction":"9k09AkQCH5zv"}
  909. Forwarding request to the core (0x7fc06c003e20)
  910. Got a Janus API request from janus.transport.http (0x7fc06c003e20)
  911. [135126680341150] Still waiting for the answer, queueing this trickle to wait until we're done there...
  912. Sending Janus API response to janus.transport.http (0x7fc06c003e20)
  913. Got a Janus API response to send (0x7fc06c003e20)
  914. New connection on REST API: ::ffff:152.201.216.40
  915. We have a message to serve...
  916. [
  917. {
  918. "janus": "trickle",
  919. "session_id": 3533962316933991,
  920. "sender": 135126680341150,
  921. "candidate": {
  922. "sdpMid": "sdparta_0",
  923. "sdpMLineIndex": 0,
  924. "candidate": "candidate:1 1 udp 2013266431 192.168.0.14 28141 typ host"
  925. }
  926. },
  927. {
  928. "janus": "trickle",
  929. "session_id": 3533962316933991,
  930. "sender": 135126680341150,
  931. "candidate": {
  932. "sdpMid": "sdparta_0",
  933. "sdpMLineIndex": 0,
  934. "candidate": "candidate:2 1 tcp 1015022079 192.168.0.14 0 typ host tcptype active"
  935. }
  936. },
  937. {
  938. "janus": "trickle",
  939. "session_id": 3533962316933991,
  940. "sender": 135126680341150,
  941. "candidate": {
  942. "sdpMid": "sdparta_0",
  943. "sdpMLineIndex": 0,
  944. "candidate": "candidate:3 1 tcp 1010827775 192.168.0.14 26241 typ host tcptype passive"
  945. }
  946. },
  947. {
  948. "janus": "trickle",
  949. "session_id": 3533962316933991,
  950. "sender": 135126680341150,
  951. "candidate": {
  952. "completed": true
  953. }
  954. },
  955. {
  956. "janus": "event",
  957. "session_id": 3533962316933991,
  958. "transaction": "nHnjPMYEESUz",
  959. "sender": 135126680341150,
  960. "plugindata": {
  961. "plugin": "janus.plugin.sip",
  962. "data": {
  963. "sip": "event",
  964. "result": {
  965. "event": "calling"
  966. },
  967. "call_id": "wHUaT8esf1cF3Doxlh0BPYK"
  968. }
  969. }
  970. }
  971. ]
  972. [123][nua_r_invite]: 180 Ringing
  973. [135126680341150] Sending event to transport...
  974. Sending event to janus.transport.http (0x7fc06c001030)
  975. Got a Janus API event to send (0x7fc06c001030)
  976. >> Pushing event to peer: 0 (Success)
  977. [123][nua_i_state]: 180 Ringing
  978. [135126680341150] Sending event to transport...
  979. Sending event to janus.transport.http (0x7fc06c001030)
  980. Got a Janus API event to send (0x7fc06c001030)
  981. >> Pushing event: 0 (Success)
  982. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP POST request on /janus/3533962316933991/135126680341150...
  983. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  984. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  985. [transports/janus_http.c:janus_http_headers:1777] User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0
  986. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  987. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  988. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  989. [transports/janus_http.c:janus_http_headers:1777] Content-Type: application/json
  990. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  991. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  992. [transports/janus_http.c:janus_http_headers:1777] Content-Length: 207
  993. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  994. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/3533962316933991/135126680341150...
  995. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  996. Session: 3533962316933991
  997. Handle: 135126680341150
  998. Processing POST data (application/json) (207 bytes)...
  999. [transports/janus_http.c:janus_http_handler:1277] -- Data we have now (207 bytes)
  1000. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/3533962316933991/135126680341150...
  1001. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  1002. Session: 3533962316933991
  1003. Handle: 135126680341150
  1004. Processing POST data (application/json) (0 bytes)...
  1005. [transports/janus_http.c:janus_http_handler:1282] Done getting payload, we can answer
  1006. {"janus":"trickle","candidate":{"candidate":"candidate:1 1 UDP 1686052863 152.201.216.40 9359 typ srflx raddr 192.168.43.223 rport 53782","sdpMid":"sdparta_0","sdpMLineIndex":0},"transaction":"OCY9StoMzhxM"}
  1007. Forwarding request to the core (0x7fc074003890)
  1008. Got a Janus API request from janus.transport.http (0x7fc074003890)
  1009. [135126680341150] Still waiting for the answer, queueing this trickle to wait until we're done there...
  1010. Sending Janus API response to janus.transport.http (0x7fc074003890)
  1011. Got a Janus API response to send (0x7fc074003890)
  1012. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP POST request on /janus/3533962316933991/135126680341150...
  1013. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  1014. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  1015. [transports/janus_http.c:janus_http_headers:1777] User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0
  1016. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  1017. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  1018. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  1019. [transports/janus_http.c:janus_http_headers:1777] Content-Type: application/json
  1020. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  1021. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  1022. [transports/janus_http.c:janus_http_headers:1777] Content-Length: 207
  1023. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  1024. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/3533962316933991/135126680341150...
  1025. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  1026. Session: 3533962316933991
  1027. Handle: 135126680341150
  1028. Processing POST data (application/json) (207 bytes)...
  1029. [transports/janus_http.c:janus_http_handler:1277] -- Data we have now (207 bytes)
  1030. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/3533962316933991/135126680341150...
  1031. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  1032. Session: 3533962316933991
  1033. Handle: 135126680341150
  1034. Processing POST data (application/json) (0 bytes)...
  1035. [transports/janus_http.c:janus_http_handler:1282] Done getting payload, we can answer
  1036. {"janus":"trickle","candidate":{"candidate":"candidate:1 2 UDP 1686052862 152.201.216.40 9361 typ srflx raddr 192.168.43.223 rport 53783","sdpMid":"sdparta_0","sdpMLineIndex":0},"transaction":"7XT3BMFik3ae"}
  1037. Forwarding request to the core (0x7fc06c003400)
  1038. Got a Janus API request from janus.transport.http (0x7fc06c003400)
  1039. [135126680341150] Still waiting for the answer, queueing this trickle to wait until we're done there...
  1040. Sending Janus API response to janus.transport.http (0x7fc06c003400)
  1041. Got a Janus API response to send (0x7fc06c003400)
  1042. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP POST request on /janus/3533962316933991/135126680341150...
  1043. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  1044. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  1045. [transports/janus_http.c:janus_http_headers:1777] User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0
  1046. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  1047. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  1048. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  1049. [transports/janus_http.c:janus_http_headers:1777] Content-Type: application/json
  1050. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  1051. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  1052. [transports/janus_http.c:janus_http_headers:1777] Content-Length: 79
  1053. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  1054. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/3533962316933991/135126680341150...
  1055. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  1056. Session: 3533962316933991
  1057. Handle: 135126680341150
  1058. Processing POST data (application/json) (79 bytes)...
  1059. [transports/janus_http.c:janus_http_handler:1277] -- Data we have now (79 bytes)
  1060. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/3533962316933991/135126680341150...
  1061. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  1062. Session: 3533962316933991
  1063. Handle: 135126680341150
  1064. Processing POST data (application/json) (0 bytes)...
  1065. [transports/janus_http.c:janus_http_handler:1282] Done getting payload, we can answer
  1066. {"janus":"trickle","candidate":{"completed":true},"transaction":"IMlBY3Fsy8cX"}
  1067. Forwarding request to the core (0x7fc06001d2c0)
  1068. Got a Janus API request from janus.transport.http (0x7fc06001d2c0)
  1069. [135126680341150] Still waiting for the answer, queueing this trickle to wait until we're done there...
  1070. Sending Janus API response to janus.transport.http (0x7fc06001d2c0)
  1071. Got a Janus API response to send (0x7fc06001d2c0)
  1072. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP GET request on /janus/3533962316933991...
  1073. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  1074. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  1075. [transports/janus_http.c:janus_http_headers:1777] User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0
  1076. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  1077. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  1078. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  1079. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  1080. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  1081. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  1082. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP GET request on /janus/3533962316933991...
  1083. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  1084. Session: 3533962316933991
  1085. Got a Janus API request from janus.transport.http (0x7fc068005820)
  1086. Session 3533962316933991 found... returning up to 10 messages
  1087. Got a keep-alive on session 3533962316933991
  1088. Sending Janus API response to janus.transport.http (0x7fc068005820)
  1089. Got a Janus API response to send (0x7fc068005820)
  1090. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP GET request on /janus/3533962316933991...
  1091. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  1092. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  1093. [transports/janus_http.c:janus_http_headers:1777] User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0
  1094. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  1095. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  1096. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  1097. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  1098. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  1099. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  1100. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP GET request on /janus/3533962316933991...
  1101. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  1102. Session: 3533962316933991
  1103. Got a Janus API request from janus.transport.http (0x7fc068004d80)
  1104. Session 3533962316933991 found... returning up to 10 messages
  1105. [transports/janus_http.c:janus_http_notifier:1810] ... handling long poll...
  1106. Got a keep-alive on session 3533962316933991
  1107. Sending Janus API response to janus.transport.http (0x7fc068004d80)
  1108. Got a Janus API response to send (0x7fc068004d80)
  1109. (process:11068): libnice-DEBUG: 11:41:49.327: Agent 0x7fc08000c030: set_remote_candidates 1 1
  1110. (process:11068): libnice-DEBUG: 11:41:49.327: Agent 0x7fc08000c030 : Adding UDP remote candidate with addr [192.168.43.223]:53782 for s1/c1. U/P '2bfd857a'/'2ccc16f8ef9b415d44c9f28e742a6753' prio: 2122252543
  1111. (process:11068): libnice-DEBUG: 11:41:49.327: Agent 0x7fc08000c030 : Adding check pair between 1 and 0 for s1/c1
  1112. (process:11068): libnice-DEBUG: 11:41:49.327: Agent 0x7fc08000c030 : creating new pair 0x559b25380110 state 5
  1113. (process:11068): libnice-DEBUG: 11:41:49.328: Agent 0x7fc08000c030 : new pair 0x559b25380110 : [192.168.0.14]:28141 --> [192.168.43.223]:53782
  1114. (process:11068): libnice-DEBUG: 11:41:49.328: Agent 0x7fc08000c030 : added a new conncheck 0x559b25380110 with foundation of '1:0' to list 1.
  1115. (process:11068): libnice-DEBUG: 11:41:49.328: Agent 0x7fc08000c030 : stream 1 component 1 STATE-CHANGE disconnected -> connecting.
  1116. (process:11068): libnice-DEBUG: 11:41:49.328: Agent 0x7fc08000c030: set_remote_candidates 1 1
  1117. (process:11068): libnice-DEBUG: 11:41:49.328: Agent 0x7fc08000c030 : Adding UDP remote candidate with addr [152.201.216.40]:9359 for s1/c1. U/P '2bfd857a'/'2ccc16f8ef9b415d44c9f28e742a6753' prio: 1686052863
  1118. (process:11068): libnice-DEBUG: 11:41:49.328: Agent 0x7fc08000c030 : Adding check pair between 1 and 1 for s1/c1
  1119. (process:11068): libnice-DEBUG: 11:41:49.328: Agent 0x7fc08000c030 : creating new pair 0x559b253834f0 state 5
  1120. (process:11068): libnice-DEBUG: 11:41:49.328: Agent 0x7fc08000c030 : new pair 0x559b253834f0 : [192.168.0.14]:28141 --> [152.201.216.40]:9359
  1121. (process:11068): libnice-DEBUG: 11:41:49.328: Agent 0x7fc08000c030 : added a new conncheck 0x559b253834f0 with foundation of '1:1' to list 1.
  1122. [123][nua_r_invite]: 200 OK
  1123. Sending ACK (route=none)
  1124. Peer accepted our call:
  1125. v=0
  1126. o=sdp_admin 39917799 358812316 IN IP4 192.168.0.112
  1127. s=A conversation
  1128. c=IN IP4 192.168.0.112
  1129. t=0 0
  1130. m=audio 10252 RTP/AVP 0
  1131. a=rtpmap:0 PCMU/8000
  1132. Detected audio codec: 0 (pcmu)
  1133. -------------------------------------------
  1134. >> Anonymized
  1135. -------------------------------------------
  1136. -------------------------------------------
  1137. >> Merged (608 bytes)
  1138. -------------------------------------------
  1139. v=0
  1140. o=sdp_admin 39917799 358812316 IN IP4 181.49.5.74
  1141. s=A conversation
  1142. t=0 0
  1143. a=group:BUNDLE sdparta_0
  1144. a=msid-semantic: WMS janus
  1145. a=ice-lite
  1146. m=audio 9 UDP/TLS/RTP/SAVPF 0
  1147. c=IN IP4 181.49.5.74
  1148. a=sendrecv
  1149. a=mid:sdparta_0
  1150. a=rtcp-mux
  1151. a=ice-ufrag:5TTB
  1152. a=ice-pwd:IpNKK8/+IOcPdXCBaA6BPe
  1153. a=ice-options:trickle
  1154. a=fingerprint:sha-256 FE:74:E8:C8:C4:E0:41:31:00:23:C8:88:1A:94:6D:46:27:80:B7:31:90:D2:39:F3:DB:91:DA:9C:57:42:7D:02
  1155. a=setup:active
  1156. a=rtpmap:0 PCMU/8000
  1157. a=ssrc:1834226995 cname:janus
  1158. a=ssrc:1834226995 msid:janus janusa0
  1159. a=ssrc:1834226995 mslabel:janus
  1160. a=ssrc:1834226995 label:janusa0
  1161.  
  1162. [135126680341150] Sending answer, ready to setup remote candidates and send connectivity checks...
  1163. [135126680341150] -- Processing 5 pending trickle candidates
  1164. [135126680341150] Trickle candidate (sdparta_0): candidate:0 2 UDP 2122252542 192.168.43.223 53783 typ host
  1165. [135126680341150] -- Skipping component 2 in stream 1 (rtcp-muxing)
  1166. [135126680341150] Trickle candidate (sdparta_0): candidate:0 1 UDP 2122252543 192.168.43.223 53782 typ host
  1167. [135126680341150] Adding remote candidate component:1 stream:1 type:host 192.168.43.223:53782
  1168. [135126680341150] Transport: UDP
  1169. [135126680341150] Candidate added to the list! (1 elements for 1/1)
  1170. [135126680341150] SDP processed but ICE not started yet for this component, setting candidates we have up to now
  1171. [135126680341150] ## Setting remote candidates: stream 1, component 1 (1 in the list)
  1172. [135126680341150] >> Remote Stream #1, Component #1
  1173. [135126680341150] Address: 192.168.43.223:53782
  1174. [135126680341150] Priority: 2122252543
  1175. [135126680341150] Foundation: 0
  1176. [135126680341150] Username: 2bfd857a
  1177. [135126680341150] Password: 2ccc16f8ef9b415d44c9f28e742a6753
  1178. [135126680341150] Setting remote credentials...
  1179. [135126680341150] Component state changed for component 1 in stream 1: 2 (connecting)
  1180. [135126680341150] Remote candidates set!
  1181. [135126680341150] Trickle candidate (sdparta_0): candidate:1 1 UDP 1686052863 152.201.216.40 9359 typ srflx raddr 192.168.43.223 rport 53782
  1182. [135126680341150] Adding remote candidate component:1 stream:1 type:srflx 192.168.43.223:53782 --> 152.201.216.40:9359
  1183. [135126680341150] Transport: UDP
  1184. [135126680341150] Candidate added to the list! (2 elements for 1/1)
  1185. [135126680341150] Trickle candidate added!
  1186. [135126680341150] Trickle candidate (sdparta_0): candidate:1 2 UDP 1686052862 152.201.216.40 9361 typ srflx raddr 192.168.43.223 rport 53783
  1187. [135126680341150] -- Skipping component 2 in stream 1 (rtcp-muxing)
  1188. No more remote candidates for handle 135126680341150!
  1189. [135126680341150] Done! Sending connectivity checks...
  1190. [135126680341150] Component 1 in stream 1 has already been set up
  1191. [135126680341150] Sending event to transport...
  1192. Sending event to janus.transport.http (0x7fc06c001030)
  1193. Got a Janus API event to send (0x7fc06c001030)
  1194. >> Pushing event to peer: 0 (Success)
  1195. [123][nua_i_state]: 200 OK
  1196. [123][nua_i_state]: 200 ACK sent
  1197. [123][nua_i_active]: 200 Call active
  1198. Starting relay thread (123 <--> sip:9089@192.168.0.112)
  1199. (process:11068): libnice-DEBUG: 11:41:49.348: Agent 0x7fc08000c030 : stream 1: timer tick #1: 2 frozen, 0 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid.
  1200. (process:11068): libnice-DEBUG: 11:41:49.348: Agent 0x7fc08000c030 : Pair 0x559b25380110 with s/c-id 1/1 (1:0) unfrozen.
  1201. (process:11068): libnice-DEBUG: 11:41:49.348: Agent 0x7fc08000c030 : pair 0x559b25380110 state WAITING
  1202. (process:11068): libnice-DEBUG: 11:41:49.348: Agent 0x7fc08000c030 : pair 0x559b25380110 state IN_PROGRESS
  1203. (process:11068): libnice-DEBUG: 11:41:49.348: Agent 0x7fc08000c030 : STUN-CC REQ [192.168.0.14]:28141 --> [192.168.43.223]:53782, socket=36, pair=1:0 (c-id:1), tie=5360971674871043694, username='2bfd857a:5TTB' (13), password='2ccc16f8ef9b415d44c9f28e742a6753' (32), prio=1845494271, cont=0.
  1204. (process:11068): libnice-stun-DEBUG: 11:41:49.348: Message HMAC-SHA1 message integrity:
  1205. (process:11068): libnice-stun-DEBUG: 11:41:49.348: key : 0x3263636331366638656639623431356434346339663238653734326136373533
  1206. (process:11068): libnice-stun-DEBUG: 11:41:49.348: sent : 0xbc41def4076b85095f0641165169fe0b68c1f5d0
  1207. (process:11068): libnice-stun-DEBUG: 11:41:49.348: Message HMAC-SHA1 fingerprint: 0x9143045f
  1208. (process:11068): libnice-DEBUG: 11:41:49.348: Agent 0x7fc08000c030: conncheck created 92 - 0x559b253801d0
  1209. (process:11068): libnice-DEBUG: 11:41:49.348: Agent 0x7fc08000c030 : timer set to 100ms (waiting+in_progress=1)
  1210. (process:11068): libnice-DEBUG: 11:41:49.369: Agent 0x7fc08000c030 : Pair 0x559b253834f0 with s/c-id 1/1 (1:1) unfrozen.
  1211. (process:11068): libnice-DEBUG: 11:41:49.369: Agent 0x7fc08000c030 : pair 0x559b253834f0 state WAITING
  1212. (process:11068): libnice-DEBUG: 11:41:49.369: Agent 0x7fc08000c030 : pair 0x559b253834f0 state IN_PROGRESS
  1213. (process:11068): libnice-DEBUG: 11:41:49.369: Agent 0x7fc08000c030 : STUN-CC REQ [192.168.0.14]:28141 --> [152.201.216.40]:9359, socket=36, pair=1:1 (c-id:1), tie=5360971674871043694, username='2bfd857a:5TTB' (13), password='2ccc16f8ef9b415d44c9f28e742a6753' (32), prio=1845494270, cont=0.
  1214. (process:11068): libnice-stun-DEBUG: 11:41:49.369: Message HMAC-SHA1 message integrity:
  1215. (process:11068): libnice-stun-DEBUG: 11:41:49.369: key : 0x3263636331366638656639623431356434346339663238653734326136373533
  1216. (process:11068): libnice-stun-DEBUG: 11:41:49.369: sent : 0xb13d8a4ccff4cd41ae9095fb1aa6227d55c43383
  1217. (process:11068): libnice-stun-DEBUG: 11:41:49.369: Message HMAC-SHA1 fingerprint: 0x4b3f3031
  1218. (process:11068): libnice-DEBUG: 11:41:49.369: Agent 0x7fc08000c030: conncheck created 92 - 0x559b253835b0
  1219. (process:11068): libnice-DEBUG: 11:41:49.369: Agent 0x7fc08000c030 : timer set to 100ms (waiting+in_progress=2)
  1220. We have a message to serve...
  1221. [
  1222. {
  1223. "janus": "event",
  1224. "session_id": 3533962316933991,
  1225. "transaction": "nHnjPMYEESUz",
  1226. "sender": 135126680341150,
  1227. "plugindata": {
  1228. "plugin": "janus.plugin.sip",
  1229. "data": {
  1230. "sip": "event",
  1231. "result": {
  1232. "event": "accepted",
  1233. "username": "sip:9089@192.168.0.112"
  1234. },
  1235. "call_id": "wHUaT8esf1cF3Doxlh0BPYK"
  1236. }
  1237. },
  1238. "jsep": {
  1239. "type": "answer",
  1240. "sdp": "v=0\r\no=sdp_admin 39917799 358812316 IN IP4 181.49.5.74\r\ns=A conversation\r\nt=0 0\r\na=group:BUNDLE sdparta_0\r\na=msid-semantic: WMS janus\r\na=ice-lite\r\nm=audio 9 UDP/TLS/RTP/SAVPF 0\r\nc=IN IP4 181.49.5.74\r\na=sendrecv\r\na=mid:sdparta_0\r\na=rtcp-mux\r\na=ice-ufrag:5TTB\r\na=ice-pwd:IpNKK8/+IOcPdXCBaA6BPe\r\na=ice-options:trickle\r\na=fingerprint:sha-256 FE:74:E8:C8:C4:E0:41:31:00:23:C8:88:1A:94:6D:46:27:80:B7:31:90:D2:39:F3:DB:91:DA:9C:57:42:7D:02\r\na=setup:active\r\na=rtpmap:0 PCMU/8000\r\na=ssrc:1834226995 cname:janus\r\na=ssrc:1834226995 msid:janus janusa0\r\na=ssrc:1834226995 mslabel:janus\r\na=ssrc:1834226995 label:janusa0\r\n"
  1241. }
  1242. }
  1243. ]
  1244. (process:11068): libnice-DEBUG: 11:41:49.450: Agent 0x7fc08000c030 :STUN transaction retransmitted on pair 0x559b25380110 (timeout 199ms, delay=200ms, retrans=2).
  1245. (process:11068): libnice-DEBUG: 11:41:49.470: Agent 0x7fc08000c030 :STUN transaction retransmitted on pair 0x559b253834f0 (timeout 200ms, delay=200ms, retrans=2).
  1246. (process:11068): libnice-DEBUG: 11:41:49.651: Agent 0x7fc08000c030 :STUN transaction retransmitted on pair 0x559b25380110 (timeout 397ms, delay=400ms, retrans=3).
  1247. (process:11068): libnice-DEBUG: 11:41:49.671: Agent 0x7fc08000c030 :STUN transaction retransmitted on pair 0x559b253834f0 (timeout 397ms, delay=400ms, retrans=3).
  1248. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP GET request on /janus/3533962316933991...
  1249. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  1250. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  1251. [transports/janus_http.c:janus_http_headers:1777] User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0
  1252. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  1253. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  1254. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  1255. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  1256. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  1257. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  1258. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP GET request on /janus/3533962316933991...
  1259. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  1260. Session: 3533962316933991
  1261. Got a Janus API request from janus.transport.http (0x7fc068004d80)
  1262. Session 3533962316933991 found... returning up to 10 messages
  1263. [transports/janus_http.c:janus_http_notifier:1810] ... handling long poll...
  1264. Got a keep-alive on session 3533962316933991
  1265. Sending Janus API response to janus.transport.http (0x7fc068004d80)
  1266. Got a Janus API response to send (0x7fc068004d80)
  1267. (process:11068): libnice-DEBUG: 11:41:50.055: Agent 0x7fc08000c030 :STUN transaction retransmitted on pair 0x559b25380110 (timeout 794ms, delay=800ms, retrans=4).
  1268. (process:11068): libnice-DEBUG: 11:41:50.075: Agent 0x7fc08000c030 :STUN transaction retransmitted on pair 0x559b253834f0 (timeout 794ms, delay=800ms, retrans=4).
  1269. Got SIP peer audio SSRC: 1627464384
  1270. Audio SSRC changed, 0 --> 1627464384
  1271. (process:11068): libnice-DEBUG: 11:41:50.485: Agent 0x7fc08000c030 : stream 1: timer tick #51: 0 frozen, 2 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid.
  1272. (process:11068): libnice-DEBUG: 11:41:50.860: Agent 0x7fc08000c030 :STUN transaction retransmitted on pair 0x559b25380110 (timeout 1588ms, delay=1600ms, retrans=5).
  1273. (process:11068): libnice-DEBUG: 11:41:50.881: Agent 0x7fc08000c030 :STUN transaction retransmitted on pair 0x559b253834f0 (timeout 1588ms, delay=1600ms, retrans=5).
  1274. (process:11068): libnice-DEBUG: 11:41:51.568: Agent 0x7fc08000c030 : stream 1: timer tick #101: 0 frozen, 2 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid.
  1275. (process:11068): libnice-DEBUG: 11:41:52.449: Agent 0x7fc08000c030 :STUN transaction retransmitted on pair 0x559b25380110 (timeout 3200ms, delay=3200ms, retrans=6).
  1276. (process:11068): libnice-DEBUG: 11:41:52.470: Agent 0x7fc08000c030 :STUN transaction retransmitted on pair 0x559b253834f0 (timeout 3199ms, delay=3200ms, retrans=6).
  1277. (process:11068): libnice-DEBUG: 11:41:52.656: Agent 0x7fc08000c030 : stream 1: timer tick #151: 0 frozen, 2 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid.
  1278. (process:11068): libnice-DEBUG: 11:41:53.695: Agent 0x7fc08000c030 : stream 1: timer tick #201: 0 frozen, 2 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid.
  1279. (process:11068): libnice-DEBUG: 11:41:54.743: Agent 0x7fc08000c030 : stream 1: timer tick #251: 0 frozen, 2 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid.
  1280. (process:11068): libnice-DEBUG: 11:41:55.660: Agent 0x7fc08000c030 :STUN transaction retransmitted on pair 0x559b25380110 (timeout 6388ms, delay=6400ms, retrans=7).
  1281. (process:11068): libnice-DEBUG: 11:41:55.680: Agent 0x7fc08000c030 :STUN transaction retransmitted on pair 0x559b253834f0 (timeout 6388ms, delay=6400ms, retrans=7).
  1282. (process:11068): libnice-DEBUG: 11:41:55.826: Agent 0x7fc08000c030 : stream 1: timer tick #301: 0 frozen, 2 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid.
  1283. (process:11068): libnice-DEBUG: 11:41:56.867: Agent 0x7fc08000c030 : stream 1: timer tick #351: 0 frozen, 2 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid.
  1284. (process:11068): libnice-DEBUG: 11:41:57.903: Agent 0x7fc08000c030 : stream 1: timer tick #401: 0 frozen, 2 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid.
  1285. (process:11068): libnice-DEBUG: 11:41:58.936: Agent 0x7fc08000c030 : stream 1: timer tick #451: 0 frozen, 2 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid.
  1286. (process:11068): libnice-DEBUG: 11:41:59.971: Agent 0x7fc08000c030 : stream 1: timer tick #501: 0 frozen, 2 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid.
  1287. (process:11068): libnice-DEBUG: 11:42:01.006: Agent 0x7fc08000c030 : stream 1: timer tick #551: 0 frozen, 2 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid.
  1288. (process:11068): libnice-DEBUG: 11:42:02.048: Agent 0x7fc08000c030 : stream 1: timer tick #601: 0 frozen, 2 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid.
  1289. (process:11068): libnice-DEBUG: 11:42:02.068: Agent 0x7fc08000c030 : Retransmissions failed, giving up on connectivity check 0x559b25380110
  1290. (process:11068): libnice-DEBUG: 11:42:02.068: Agent 0x7fc08000c030 : Failed pair is [192.168.0.14]:28141 --> [192.168.43.223]:53782
  1291. (process:11068): libnice-DEBUG: 11:42:02.069: Agent 0x7fc08000c030 : pair 0x559b25380110 state FAILED
  1292. (process:11068): libnice-DEBUG: 11:42:02.089: Agent 0x7fc08000c030 : Retransmissions failed, giving up on connectivity check 0x559b253834f0
  1293. (process:11068): libnice-DEBUG: 11:42:02.089: Agent 0x7fc08000c030 : Failed pair is [192.168.0.14]:28141 --> [152.201.216.40]:9359
  1294. (process:11068): libnice-DEBUG: 11:42:02.090: Agent 0x7fc08000c030 : pair 0x559b253834f0 state FAILED
  1295. (process:11068): libnice-DEBUG: 11:42:02.090: Agent 0x7fc08000c030 : priv_conn_check_tick_unlocked: stopping conncheck timer
  1296. (process:11068): libnice-DEBUG: 11:42:02.090: Agent 0x7fc08000c030 : stream 1 component 1 STATE-CHANGE connecting -> failed.
  1297. (process:11068): libnice-DEBUG: 11:42:02.090: Agent 0x7fc08000c030 : conn.check list status: 0 nominated, 0 valid, c-id 1.
  1298. (process:11068): libnice-DEBUG: 11:42:02.090: Agent 0x7fc08000c030 : changing conncheck state to COMPLETED.
  1299. [135126680341150] Component state changed for component 1 in stream 1: 5 (failed)
  1300. [WARN] [135126680341150] ICE failed for component 1 in stream 1, but let's give it some time... (trickle received, answer received, alert not set)
  1301. [135126680341150] Creating ICE state check timer with ID 6
  1302. (process:11068): libnice-DEBUG: 11:42:07.098: Agent 0x7fc08000c030, freeing conncheck_list of stream 0x7fc08000e780
  1303. (process:11068): libnice-DEBUG: 11:42:07.098: Free socket sources for component 0x7fc08000f040.
  1304. (process:11068): libnice-DEBUG: 11:42:07.099: Detaching source 0x7fc08001bfb0 (socket 0x7fc080019020, FD 37) from context 0x7fc0780029a0
  1305. [ERR] [ice.c:janus_ice_check_failed:1669] [135126680341150] ICE failed for component 1 in stream 1...
  1306. [135126680341150] Hanging up PeerConnection because of a ICE failed
  1307. [135126680341150] Telling the plugin about the hangup (JANUS SIP plugin)
  1308. [janus.plugin.sip-0x7fc06c002cd0] No WebRTC media anymore
  1309. [135126680341150] Sending event to transport...
  1310. Sending event to janus.transport.http (0x7fc06c001030)
  1311. Got a Janus API event to send (0x7fc06c001030)
  1312. >> Pushing event: 0 (Success)
  1313. (process:11068): libnice-DEBUG: 11:42:07.100: Detaching source (nil) (socket 0x7fc080017710, FD 0) from context (nil)
  1314. (process:11068): libnice-DEBUG: 11:42:07.100: Detaching source 0x7fc08001c1c0 (socket 0x7fc0800071f0, FD 36) from context 0x7fc0780029a0
  1315. (process:11068): libnice-DEBUG: 11:42:07.100: Destroyed NiceComponent (1 created, 1 destroyed)
  1316. (process:11068): libnice-DEBUG: 11:42:07.100: Destroyed NiceStream (1 created, 1 destroyed)
  1317. [135126680341150] Notifying WebRTC hangup; 0x7fc078001b30
  1318. [135126680341150] Sending event to transport...; 0x7fc078001b30
  1319. Sending event to janus.transport.http (0x7fc06c001030)
  1320. Got a Janus API event to send (0x7fc06c001030)
  1321. [135126680341150] WebRTC resources freed; 0x7fc078001b30 0x7fc078001570
  1322. [123][nua_r_bye]: 200 OK
  1323. [123][nua_i_state]: 200 to BYE
  1324. [135126680341150] Sending event to transport...
  1325. Sending event to janus.transport.http (0x7fc06c001030)
  1326. Got a Janus API event to send (0x7fc06c001030)
  1327. >> Pushing event: 0 (Success)
  1328. [123][nua_i_terminated]: 200 to BYE
  1329. We have a message to serve...
  1330. [
  1331. {
  1332. "janus": "event",
  1333. "session_id": 3533962316933991,
  1334. "sender": 135126680341150,
  1335. "plugindata": {
  1336. "plugin": "janus.plugin.sip",
  1337. "data": {
  1338. "sip": "event",
  1339. "result": {
  1340. "event": "hangingup"
  1341. },
  1342. "call_id": "wHUaT8esf1cF3Doxlh0BPYK"
  1343. }
  1344. }
  1345. },
  1346. {
  1347. "janus": "hangup",
  1348. "session_id": 3533962316933991,
  1349. "sender": 135126680341150,
  1350. "reason": "ICE failed"
  1351. },
  1352. {
  1353. "janus": "event",
  1354. "session_id": 3533962316933991,
  1355. "transaction": "nHnjPMYEESUz",
  1356. "sender": 135126680341150,
  1357. "plugindata": {
  1358. "plugin": "janus.plugin.sip",
  1359. "data": {
  1360. "sip": "event",
  1361. "result": {
  1362. "event": "hangup",
  1363. "code": 200,
  1364. "reason": "to BYE"
  1365. },
  1366. "call_id": "wHUaT8esf1cF3Doxlh0BPYK"
  1367. }
  1368. }
  1369. }
  1370. ]
  1371. Leaving SIP relay thread
  1372. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP GET request on /janus/3533962316933991...
  1373. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  1374. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  1375. [transports/janus_http.c:janus_http_headers:1777] User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0
  1376. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  1377. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  1378. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  1379. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  1380. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  1381. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  1382. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP GET request on /janus/3533962316933991...
  1383. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  1384. Session: 3533962316933991
  1385. Got a Janus API request from janus.transport.http (0x7fc068004e20)
  1386. Session 3533962316933991 found... returning up to 10 messages
  1387. [transports/janus_http.c:janus_http_notifier:1810] ... handling long poll...
  1388. Got a keep-alive on session 3533962316933991
  1389. Sending Janus API response to janus.transport.http (0x7fc068004e20)
  1390. Got a Janus API response to send (0x7fc068004e20)
  1391. Long poll time out for session 3533962316933991...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement