Advertisement
Guest User

Untitled

a guest
May 24th, 2019
553
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 108.78 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. nice_debug: true
  24. full_trickle: true
  25. nat_1_1_mapping: 181.49.5.74
  26. ice_ignore_list: vmnet
  27. }
  28. plugins: {
  29. }
  30. transports: {
  31. }
  32. events: {
  33. }
  34. Checking command line arguments...
  35. [janus.jcfg]
  36. general: {
  37. configs_folder: /opt/janus/etc/janus
  38. plugins_folder: /opt/janus/lib/janus/plugins
  39. transports_folder: /opt/janus/lib/janus/transports
  40. events_folder: /opt/janus/lib/janus/events
  41. debug_level: 4
  42. admin_secret: janusoverlord
  43. debug_level: 7
  44. }
  45. certificates: {
  46. }
  47. media: {
  48. rtp_port_range: 20000-40000
  49. }
  50. nat: {
  51. nice_debug: true
  52. full_trickle: true
  53. nat_1_1_mapping: 181.49.5.74
  54. ice_ignore_list: vmnet
  55. }
  56. plugins: {
  57. }
  58. transports: {
  59. }
  60. events: {
  61. }
  62. Debug/log level is 7
  63. Debug/log timestamps are disabled
  64. Debug/log colors are enabled
  65. Adding 'vmnet' to the ICE ignore list...
  66. Selecting local IP address...
  67. Using 192.168.0.14 as local IP...
  68. [WARN] Token based authentication disabled
  69. Initializing recorder code
  70. RTP port range: 20000 -- 40000
  71. Using nat_1_1_mapping for public ip - 181.49.5.74
  72. Initializing ICE stuff (Full mode, ICE-TCP candidates disabled, full-trickle, IPv6 support disabled)
  73. ICE port range: 20000-40000
  74. TURN REST API backend: (disabled)
  75. Enabling libnice debugging...
  76. [WARN] No NICE_DEBUG environment variable set, setting maximum debug
  77. [WARN] No G_MESSAGES_DEBUG environment variable set, setting maximum debug
  78. Debugging NICE_DEBUG=all G_MESSAGES_DEBUG=all
  79. Using certificates:
  80. (null)
  81. (null)
  82. Crypto: OpenSSL >= 1.1.0
  83. [WARN] No cert/key specified, autogenerating some...
  84. Generating DTLS key / cert
  85. Fingerprint of our certificate: 9E:75:E2:72:AE:73:05:E6:16:3D:18:1D:D2:BF:71:74:77:28:8A:69:51:49:4B:90:DA:95:39:9B:C2:67:A5:5D
  86. [WARN] Data Channels support not compiled
  87. [WARN] Event handlers support disabled
  88. Plugins folder: /opt/janus/lib/janus/plugins
  89. Loading plugin 'libjanus_nosip.so'...
  90. JANUS NoSIP plugin created!
  91. Configuration file: /opt/janus/etc/janus/janus.plugin.nosip.jcfg
  92. [janus.plugin.nosip.jcfg]
  93. general: {
  94. rtp_port_range: 20000-40000
  95. }
  96. NoSIP RTP/RTCP port range: 20000 -- 40000
  97. Local IP set to 192.168.0.14
  98. JANUS NoSIP plugin initialized!
  99. Version: 1 (0.0.1)
  100. [janus.plugin.nosip] JANUS NoSIP plugin
  101. This is a simple RTP bridging plugin that leaves signalling details (e.g., SIP) up to the application.
  102. Plugin API version: 12
  103. Loading plugin 'libjanus_voicemail.so'...
  104. JANUS VoiceMail plugin created!
  105. Configuration file: /opt/janus/etc/janus/janus.plugin.voicemail.jcfg
  106. [janus.plugin.voicemail.jcfg]
  107. general: {
  108. path: /opt/janus/share/janus/demos/voicemail/
  109. base: /voicemail/
  110. events: true
  111. }
  112. Recordings path: /opt/janus/share/janus/demos/voicemail/
  113. Recordings base: /voicemail/
  114. JANUS VoiceMail plugin initialized!
  115. Version: 7 (0.0.7)
  116. [janus.plugin.voicemail] JANUS VoiceMail plugin
  117. This is a plugin implementing a very simple VoiceMail service for Janus, recording Opus streams.
  118. Plugin API version: 12
  119. Loading plugin 'libjanus_videoroom.so'...
  120. JANUS VideoRoom plugin created!
  121. Configuration file: /opt/janus/etc/janus/janus.plugin.videoroom.jcfg
  122. [janus.plugin.videoroom.jcfg]
  123. general: {
  124. }
  125. room-1234: {
  126. description: Demo Room
  127. secret: adminpwd
  128. publishers: 6
  129. bitrate: 128000
  130. fir_freq: 10
  131. record: false
  132. }
  133. room-5678: {
  134. description: VP9-SVC Demo Room
  135. secret: adminpwd
  136. publishers: 6
  137. bitrate: 512000
  138. fir_freq: 10
  139. videocodec: vp9
  140. video_svc: true
  141. }
  142. Adding video room 'room-1234'
  143. Created videoroom: 1234 (Demo Room, public, opus/vp8 codecs, secret: adminpwd, pin: no pin, pvtid: optional)
  144. Adding video room 'room-5678'
  145. Created videoroom: 5678 (VP9-SVC Demo Room, public, opus/vp9 codecs, secret: adminpwd, pin: no pin, pvtid: optional)
  146. ::: [5678][VP9-SVC Demo Room] 512000, max 6 publishers, FIR frequency of 10 seconds, opus audio codec(s), vp9 video codec(s)
  147. ::: [1234][Demo Room] 128000, max 6 publishers, FIR frequency of 10 seconds, opus audio codec(s), vp8 video codec(s)
  148. JANUS VideoRoom plugin initialized!
  149. Version: 9 (0.0.9)
  150. [janus.plugin.videoroom] JANUS VideoRoom plugin
  151. This is a plugin implementing a videoconferencing SFU (Selective Forwarding Unit) for Janus, that is an audio/video router.
  152. Plugin API version: 12
  153. Loading plugin 'libjanus_echotest.so'...
  154. JANUS EchoTest plugin created!
  155. Configuration file: /opt/janus/etc/janus/janus.plugin.echotest.jcfg
  156. [janus.plugin.echotest.jcfg]
  157. general: {
  158. }
  159. JANUS EchoTest plugin initialized!
  160. Version: 7 (0.0.7)
  161. [janus.plugin.echotest] JANUS EchoTest plugin
  162. This is a trivial EchoTest plugin for Janus, just used to showcase the plugin interface.
  163. Plugin API version: 12
  164. Loading plugin 'libjanus_audiobridge.so'...
  165. Joining Janus requests handler thread
  166. Joining NoSIP handler thread
  167. Joining VideoRoom handler thread
  168. Joining RTCP thread for RTP forwarders...
  169. Joining VoiceMail handler thread
  170. Joining EchoTest handler thread
  171. JANUS AudioBridge plugin created!
  172. Configuration file: /opt/janus/etc/janus/janus.plugin.audiobridge.jcfg
  173. [janus.plugin.audiobridge.jcfg]
  174. general: {
  175. }
  176. room-1234: {
  177. description: Demo Room
  178. secret: adminpwd
  179. sampling_rate: 16000
  180. record: false
  181. }
  182. Adding audio room 'room-1234'
  183. Sampling rate for mixing: 16000
  184. Created audiobridge: 1234 (Demo Room, public, secret: adminpwd, pin: no pin)
  185. ::: [1234][Demo Room] 16000 (will NOT be recorded)
  186. Sessions watchdog started
  187. JANUS AudioBridge plugin initialized!
  188. Version: 10 (0.0.10)
  189. [janus.plugin.audiobridge] JANUS AudioBridge plugin
  190. This is a plugin implementing an audio conference bridge for Janus, mixing Opus streams.
  191. Plugin API version: 12
  192. Loading plugin 'libjanus_videocall.so'...
  193. JANUS VideoCall plugin created!
  194. Configuration file: /opt/janus/etc/janus/janus.plugin.videocall.jcfg
  195. [janus.plugin.videocall.jcfg]
  196. general: {
  197. }
  198. JANUS VideoCall plugin initialized!
  199. Version: 6 (0.0.6)
  200. [janus.plugin.videocall] JANUS VideoCall plugin
  201. This is a simple video call plugin for Janus, allowing two WebRTC peers to call each other through a server.
  202. Plugin API version: 12
  203. Loading plugin 'libjanus_streaming.so'...
  204. JANUS Streaming plugin created!
  205. Configuration file: /opt/janus/etc/janus/janus.plugin.streaming.jcfg
  206. [janus.plugin.streaming.jcfg]
  207. Audio bridge thread starting...
  208. Thread is for mixing room 1234 (Demo Room) at rate 16000...
  209. Joining AudioBridge handler thread
  210. Joining VideoCall handler thread
  211. general: {
  212. }
  213. gstreamer-sample: {
  214. type: rtp
  215. id: 1
  216. description: Opus/VP8 live stream coming from gstreamer
  217. audio: true
  218. video: true
  219. audioport: 5002
  220. audiopt: 111
  221. audiortpmap: opus/48000/2
  222. videoport: 5004
  223. videopt: 100
  224. videortpmap: VP8/90000
  225. secret: adminpwd
  226. }
  227. file-live-sample: {
  228. type: live
  229. id: 2
  230. description: a-law file source (radio broadcast)
  231. filename: /opt/janus/share/janus/streams/radio.alaw
  232. audio: true
  233. video: false
  234. secret: adminpwd
  235. }
  236. file-ondemand-sample: {
  237. type: ondemand
  238. id: 3
  239. description: mu-law file source (music)
  240. filename: /opt/janus/share/janus/streams/music.mulaw
  241. audio: true
  242. video: false
  243. secret: adminpwd
  244. }
  245. Adding stream 'gstreamer-sample'
  246. Audio enabled, Video enabled, Data NOT enabled
  247. Audio enabled, Video enabled, Data NOT enabled
  248. Adding stream 'file-live-sample'
  249. Adding stream 'file-ondemand-sample'
  250. ::: [1][gstreamer-sample] Opus/VP8 live stream coming from gstreamer (live, RTP source, public, pin: no pin)
  251. ::: [2][file-live-sample] a-law file source (radio broadcast) (live, file source, public, pin: no pin)
  252. ::: [3][file-ondemand-sample] mu-law file source (music) (on demand, file source, public, pin: no pin)
  253. JANUS Streaming plugin initialized!
  254. Version: 8 (0.0.8)
  255. [janus.plugin.streaming] JANUS Streaming plugin
  256. This is a streaming plugin for Janus, allowing WebRTC peers to watch/listen to pre-recorded files or media generated by gstreamer.
  257. Plugin API version: 12
  258. Loading plugin 'libjanus_textroom.so'...
  259. JANUS TextRoom plugin created!
  260. Configuration file: /opt/janus/etc/janus/janus.plugin.textroom.jcfg
  261. [janus.plugin.textroom.jcfg]
  262. general: {
  263. json: indented
  264. }
  265. room-1234: {
  266. description: Demo Room
  267. secret: adminpwd
  268. }
  269. Adding text room 'room-1234'
  270. Created textroom: 1234 (Demo Room, public, secret: adminpwd, pin: no pin)
  271. ::: [1234][Demo Room]
  272. JANUS TextRoom plugin initialized!
  273. Version: 2 (0.0.2)
  274. [janus.plugin.textroom] JANUS TextRoom plugin
  275. This is a plugin implementing a text-only room for Janus, using DataChannels.
  276. Plugin API version: 12
  277. Loading plugin 'libjanus_recordplay.so'...
  278. JANUS Record&Play plugin created!
  279. Joining Streaming handler thread
  280. Filesource (live) thread starting...
  281. [file-live-sample] Opening file source /opt/janus/share/janus/streams/radio.alaw...
  282. [file-live-sample] Streaming audio file: /opt/janus/share/janus/streams/radio.alaw
  283. Configuration file: /opt/janus/etc/janus/janus.plugin.recordplay.jcfg
  284. [janus.plugin.recordplay.jcfg]
  285. general: {
  286. path: /opt/janus/share/janus/recordings
  287. }
  288. Updating recordings list in /opt/janus/share/janus/recordings
  289. Joining TextRoom handler thread
  290. Importing recording '1234.nfo'...
  291. Pre-parsing file /opt/janus/share/janus/recordings/rec-sample-audio.mjr to generate ordered index...
  292. This is an old audio recording, assuming Opus
  293. Pre-parsing file /opt/janus/share/janus/recordings/rec-sample-video.mjr to generate ordered index...
  294. This is an old video recording, assuming VP8
  295. JANUS Record&Play plugin initialized!
  296. Starting streaming relay thread
  297. Version: 4 (0.0.4)
  298. [janus.plugin.recordplay] JANUS Record&Play plugin
  299. This is a trivial Record&Play plugin for Janus, to record WebRTC sessions and replay them.
  300. Plugin API version: 12
  301. Loading plugin 'libjanus_sip.so'...
  302. Joining Record&Play handler thread
  303. JANUS SIP plugin created!
  304. Configuration file: /opt/janus/etc/janus/janus.plugin.sip.jcfg
  305. [janus.plugin.sip.jcfg]
  306. general: {
  307. keepalive_interval: 120
  308. behind_nat: true
  309. register_ttl: 3600
  310. rtp_port_range: 20000-40000
  311. }
  312. SIP keep-alive interval set to 120 seconds
  313. SIP registration TTL set to 3600 seconds
  314. SIP User-Agent set to Janus WebRTC Server SIP Plugin 0.0.7
  315. SIP RTP/RTCP port range: 20000 -- 40000
  316. Local IP set to 192.168.0.14
  317. JANUS SIP plugin initialized!
  318. Version: 7 (0.0.7)
  319. [janus.plugin.sip] JANUS SIP plugin
  320. 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.
  321. Plugin API version: 12
  322. Transport plugins folder: /opt/janus/lib/janus/transports
  323. Loading transport plugin 'libjanus_pfunix.so'...
  324. JANUS Unix Sockets transport plugin created!
  325. Configuration file: /opt/janus/etc/janus/janus.transport.pfunix.jcfg
  326. [janus.transport.pfunix.jcfg]
  327. general: {
  328. enabled: false
  329. json: indented
  330. }
  331. admin: {
  332. admin_enabled: false
  333. }
  334. [WARN] Unix Sockets server disabled (Janus API)
  335. [WARN] Unix Sockets server disabled (Admin API)
  336. [WARN] No Unix Sockets server started, giving up...
  337. [WARN] The 'janus.transport.pfunix' plugin could not be initialized
  338. Loading transport plugin 'libjanus_websockets.so'...
  339. Joining SIP handler thread
  340. JANUS WebSockets transport plugin created!
  341. [WARN] libwebsockets has been built without IPv6 support, will bind to IPv4 only
  342. Configuration file: /opt/janus/etc/janus/janus.transport.websockets.jcfg
  343. [janus.transport.websockets.jcfg]
  344. general: {
  345. json: indented
  346. ws: true
  347. ws_port: 8188
  348. wss: true
  349. wss_port: 8989
  350. }
  351. admin: {
  352. admin_ws: true
  353. admin_ws_port: 7188
  354. admin_wss: false
  355. }
  356. certificates: {
  357. cert_pem: /etc/ssl/certs/servercert.pem
  358. cert_key: /etc/ssl/certs/serverkey.pem
  359. }
  360. libwebsockets logging: 0
  361. WebSockets server started (port 8188)...
  362. Using certificates:
  363. /etc/ssl/certs/servercert.pem
  364. /etc/ssl/certs/serverkey.pem
  365. [FATAL] [transports/janus_websockets.c:janus_websockets_init:645] Error creating vhost for Secure WebSockets server...
  366. Admin WebSockets server started (port 7188)...
  367. [WARN] Secure Admin WebSockets server disabled
  368. JANUS WebSockets transport plugin initialized!
  369. Version: 1 (0.0.1)
  370. [janus.transport.websockets] JANUS WebSockets transport plugin
  371. This transport plugin adds WebSockets support to the Janus API via libwebsockets.
  372. Plugin API version: 7
  373. Janus API: enabled
  374. Admin API: enabled
  375. Loading transport plugin 'libjanus_http.so'...
  376. JANUS REST (HTTP/HTTPS) transport plugin created!
  377. The installed libmicrohttpd version supports MHD_USE_AUTO
  378. Configuration file: /opt/janus/etc/janus/janus.transport.http.jcfg
  379. [janus.transport.http.jcfg]
  380. general: {
  381. json: indented
  382. base_path: /janus
  383. threads: unlimited
  384. http: true
  385. port: 8088
  386. }
  387. admin: {
  388. admin_base_path: /admin
  389. admin_threads: unlimited
  390. admin_http: true
  391. admin_port: 7088
  392. admin_https: false
  393. }
  394. cors: {
  395. }
  396. certificates: {
  397. }
  398. Using a thread per connection for the Janus API HTTP webserver
  399. Binding to all interfaces for the Janus API HTTP webserver
  400. HTTP webserver started (port 8088, /janus path listener)...
  401. [WARN] HTTPS webserver disabled
  402. Using a thread per connection for the Admin API HTTP webserver
  403. Binding to all interfaces for the Admin API HTTP webserver
  404. Admin/monitor HTTP webserver started (port 7088, /admin path listener)...
  405. [WARN] Admin/monitor HTTPS webserver disabled
  406. JANUS REST (HTTP/HTTPS) transport plugin initialized!
  407. Version: 2 (0.0.2)
  408. [janus.transport.http] JANUS REST (HTTP/HTTPS) transport plugin
  409. This transport plugin adds REST (HTTP/HTTPS) support to the Janus API via libmicrohttpd.
  410. Plugin API version: 7
  411. Janus API: enabled
  412. Admin API: enabled
  413. Loading transport plugin 'libjanus_mqtt.so'...
  414. WebSockets thread started
  415. [WSS-0x7f1282f74600] 71 ((null))
  416. [AdminWSS-0x7f1282f74600] 71 ((null))
  417. [WSS-0x7f1282f74500] 27 (LWS_CALLBACK_PROTOCOL_INIT)
  418. [AdminWSS-0x7f1282f74500] 27 (LWS_CALLBACK_PROTOCOL_INIT)
  419. JANUS MQTT transport plugin created!
  420. Configuration file: /opt/janus/etc/janus/janus.transport.mqtt.jcfg
  421. [janus.transport.mqtt.jcfg]
  422. general: {
  423. enabled: false
  424. json: indented
  425. url: tcp://localhost:1883
  426. subscribe_topic: to-janus
  427. publish_topic: from-janus
  428. }
  429. admin: {
  430. subscribe_topic: to-janus-admin
  431. publish_topic: from-janus-admin
  432. }
  433. MQTT SSL support disabled
  434. [WARN] MQTT support disabled for both Janus and Admin API, giving up
  435. JANUS MQTT transport plugin destroyed!
  436. [WARN] The 'janus.transport.mqtt' plugin could not be initialized
  437. Loading transport plugin 'libjanus_rabbitmq.so'...
  438. JANUS RabbitMQ transport plugin created!
  439. Configuration file: /opt/janus/etc/janus/janus.transport.rabbitmq.jcfg
  440. [janus.transport.rabbitmq.jcfg]
  441. general: {
  442. enabled: false
  443. json: indented
  444. host: localhost
  445. to_janus: to-janus
  446. from_janus: from-janus
  447. }
  448. admin: {
  449. }
  450. RabbitMQ SSL support disabled
  451. [WARN] RabbitMQ support disabled (Janus API)
  452. [WARN] RabbitMQ support disabled (Admin API)
  453. [WARN] RabbitMQ support disabled for both Janus and Admin API, giving up
  454. [WARN] The 'janus.transport.rabbitmq' plugin could not be initialized
  455. New connection on REST API: ::ffff:181.48.138.30
  456. New connection on REST API: ::ffff:181.48.138.30
  457. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP OPTIONS request on /janus...
  458. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  459. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  460. [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
  461. [transports/janus_http.c:janus_http_headers:1777] Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  462. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  463. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  464. [transports/janus_http.c:janus_http_headers:1777] Access-Control-Request-Method: POST
  465. [transports/janus_http.c:janus_http_headers:1777] Access-Control-Request-Headers: content-type
  466. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  467. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  468. [transports/janus_http.c:janus_http_headers:1777] Cache-Control: max-age=0
  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":"fYPfUU3nySDa"}
  490. Forwarding request to the core (0x7f1294001030)
  491. Got a Janus API request from janus.transport.http (0x7f1294001030)
  492. Creating new session: 771549177234035; 0x7f12a0001570
  493. Session created (771549177234035), create a queue for the long poll
  494. Sending Janus API response to janus.transport.http (0x7f1294001030)
  495. Got a Janus API response to send (0x7f1294001030)
  496. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP GET request on /janus/771549177234035...
  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/771549177234035...
  507. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  508. Session: 771549177234035
  509. Got a Janus API request from janus.transport.http (0x7f1294002fa0)
  510. Got a keep-alive on session 771549177234035
  511. Sending Janus API response to janus.transport.http (0x7f1294002fa0)
  512. Got a Janus API response to send (0x7f1294002fa0)
  513. Session 771549177234035 found... returning up to 10 messages
  514. [transports/janus_http.c:janus_http_notifier:1810] ... handling long poll...
  515. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP OPTIONS request on /janus/771549177234035...
  516. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  517. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  518. [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
  519. [transports/janus_http.c:janus_http_headers:1777] Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  520. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  521. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  522. [transports/janus_http.c:janus_http_headers:1777] Access-Control-Request-Method: POST
  523. [transports/janus_http.c:janus_http_headers:1777] Access-Control-Request-Headers: content-type
  524. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  525. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  526. [transports/janus_http.c:janus_http_headers:1777] Cache-Control: max-age=0
  527. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP POST request on /janus/771549177234035...
  528. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  529. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  530. [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
  531. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  532. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  533. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  534. [transports/janus_http.c:janus_http_headers:1777] Content-Type: application/json
  535. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  536. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  537. [transports/janus_http.c:janus_http_headers:1777] Content-Length: 110
  538. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  539. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/771549177234035...
  540. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  541. Session: 771549177234035
  542. Processing POST data (application/json) (110 bytes)...
  543. [transports/janus_http.c:janus_http_handler:1277] -- Data we have now (110 bytes)
  544. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/771549177234035...
  545. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  546. Session: 771549177234035
  547. Processing POST data (application/json) (0 bytes)...
  548. [transports/janus_http.c:janus_http_handler:1282] Done getting payload, we can answer
  549. {"janus":"attach","plugin":"janus.plugin.sip","opaque_id":"siptest-qg86fJtJzJ3b","transaction":"okXe3t91Zx2d"}
  550. Forwarding request to the core (0x7f1290003c30)
  551. Got a Janus API request from janus.transport.http (0x7f1290003c30)
  552. Creating new handle in session 771549177234035: 5634684437485302; 0x7f12a0001570 0x7f12a0001b30
  553. Sending Janus API response to janus.transport.http (0x7f1290003c30)
  554. Got a Janus API response to send (0x7f1290003c30)
  555. [5634684437485302] Handle thread started; 0x7f12a0001b30
  556. [ice.c:janus_ice_handle_thread:1088] [5634684437485302] Looping...
  557. Long poll time out for session 771549177234035...
  558. We have a message to serve...
  559. [
  560. {
  561. "janus": "keepalive"
  562. }
  563. ]
  564. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP GET request on /janus/771549177234035...
  565. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  566. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  567. [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
  568. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  569. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  570. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  571. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  572. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  573. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  574. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP GET request on /janus/771549177234035...
  575. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  576. Session: 771549177234035
  577. Got a Janus API request from janus.transport.http (0x7f1290005260)
  578. Session 771549177234035 found... returning up to 10 messages
  579. [transports/janus_http.c:janus_http_notifier:1810] ... handling long poll...
  580. Got a keep-alive on session 771549177234035
  581. Sending Janus API response to janus.transport.http (0x7f1290005260)
  582. Got a Janus API response to send (0x7f1290005260)
  583. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP OPTIONS request on /janus/771549177234035/5634684437485302...
  584. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  585. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  586. [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
  587. [transports/janus_http.c:janus_http_headers:1777] Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  588. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  589. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  590. [transports/janus_http.c:janus_http_headers:1777] Access-Control-Request-Method: POST
  591. [transports/janus_http.c:janus_http_headers:1777] Access-Control-Request-Headers: content-type
  592. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  593. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  594. [transports/janus_http.c:janus_http_headers:1777] Cache-Control: max-age=0
  595. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP POST request on /janus/771549177234035/5634684437485302...
  596. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  597. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  598. [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
  599. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  600. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  601. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  602. [transports/janus_http.c:janus_http_headers:1777] Content-Type: application/json
  603. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  604. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  605. [transports/janus_http.c:janus_http_headers:1777] Content-Length: 182
  606. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  607. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/771549177234035/5634684437485302...
  608. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  609. Session: 771549177234035
  610. Handle: 5634684437485302
  611. Processing POST data (application/json) (182 bytes)...
  612. [transports/janus_http.c:janus_http_handler:1277] -- Data we have now (182 bytes)
  613. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/771549177234035/5634684437485302...
  614. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  615. Session: 771549177234035
  616. Handle: 5634684437485302
  617. Processing POST data (application/json) (0 bytes)...
  618. [transports/janus_http.c:janus_http_handler:1282] Done getting payload, we can answer
  619. {"janus":"message","body":{"request":"register","type":"guest","proxy":"sip:192.168.0.112","username":"sip:123456@181.48.138.30","display_name":"67890"},"transaction":"CkqQWBK5WG5z"}
  620. Forwarding request to the core (0x7f1294003de0)
  621. Got a Janus API request from janus.transport.http (0x7f1294003de0)
  622. Transport task pool, serving request
  623. [5634684437485302] There's a message for JANUS SIP plugin
  624. Registering as a guest
  625. Guest will have username 123456
  626. Creating plugin result...
  627. Sending Janus API response to janus.transport.http (0x7f1294003de0)
  628. Got a Janus API response to send (0x7f1294003de0)
  629. Destroying plugin result...
  630. Joining sofia loop thread (123456)...
  631. Setting up sofia stack (sip:123456@192.168.0.14)
  632. Not sending a SIP REGISTER: either send_register was set to false or guest mode was enabled
  633. [5634684437485302] Sending event to transport...
  634. Sending event to janus.transport.http (0x7f1294001030)
  635. Got a Janus API event to send (0x7f1294001030)
  636. >> Pushing event: 0 (Success)
  637. We have a message to serve...
  638. [
  639. {
  640. "janus": "event",
  641. "session_id": 771549177234035,
  642. "transaction": "CkqQWBK5WG5z",
  643. "sender": 5634684437485302,
  644. "plugindata": {
  645. "plugin": "janus.plugin.sip",
  646. "data": {
  647. "sip": "event",
  648. "result": {
  649. "event": "registered",
  650. "username": "123456",
  651. "register_sent": false
  652. }
  653. }
  654. }
  655. }
  656. ]
  657. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP GET request on /janus/771549177234035...
  658. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  659. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  660. [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
  661. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  662. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  663. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  664. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  665. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  666. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  667. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP GET request on /janus/771549177234035...
  668. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  669. Session: 771549177234035
  670. Got a Janus API request from janus.transport.http (0x7f1290005260)
  671. Session 771549177234035 found... returning up to 10 messages
  672. [transports/janus_http.c:janus_http_notifier:1810] ... handling long poll...
  673. Got a keep-alive on session 771549177234035
  674. Sending Janus API response to janus.transport.http (0x7f1290005260)
  675. Got a Janus API response to send (0x7f1290005260)
  676. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP POST request on /janus/771549177234035/5634684437485302...
  677. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  678. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  679. [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
  680. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  681. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  682. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  683. [transports/janus_http.c:janus_http_headers:1777] Content-Type: application/json
  684. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  685. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  686. [transports/janus_http.c:janus_http_headers:1777] Content-Length: 965
  687. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  688. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/771549177234035/5634684437485302...
  689. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  690. Session: 771549177234035
  691. Handle: 5634684437485302
  692. Processing POST data (application/json) (965 bytes)...
  693. [transports/janus_http.c:janus_http_handler:1277] -- Data we have now (965 bytes)
  694. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/771549177234035/5634684437485302...
  695. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  696. Session: 771549177234035
  697. Handle: 5634684437485302
  698. Processing POST data (application/json) (0 bytes)...
  699. [transports/janus_http.c:janus_http_handler:1282] Done getting payload, we can answer
  700. {"janus":"message","body":{"request":"call","uri":"sip:67890@192.168.0.112"},"transaction":"QgsrlRHVP32G","jsep":{"type":"offer","sdp":"v=0\r\no=mozilla...THIS_IS_SDPARTA-49.0.1 6743409845606219499 0 IN IP4 0.0.0.0\r\ns=-\r\nt=0 0\r\na=fingerprint:sha-256 34:93:13:37:3A:A1:D6:B2:DC:BF:61:08:E3:A1:F4:FA:C9:22:39:80:11:F0:90:19:CF:EC:F1:FB:AF:76:F9:0B\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:a6f121a5c636cac31ab15362cd0708a6\r\na=ice-ufrag:10a72818\r\na=mid:sdparta_0\r\na=msid:{859274e3-3b1b-4207-8477-cf1f773c1de4} {5ffd9af3-d75b-4176-a6d2-6e75aa239a2a}\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:3361686948 cname:{83953b16-96f0-4bcb-b444-55f25a7bad17}\r\n"}}
  701. Forwarding request to the core (0x7f12940012b0)
  702. Got a Janus API request from janus.transport.http (0x7f12940012b0)
  703. Transport task pool, serving request
  704. [5634684437485302] There's a message for JANUS SIP plugin
  705. [5634684437485302] Remote SDP:
  706. v=0
  707. o=mozilla...THIS_IS_SDPARTA-49.0.1 6743409845606219499 0 IN IP4 0.0.0.0
  708. s=-
  709. t=0 0
  710. a=fingerprint:sha-256 34:93:13:37:3A:A1:D6:B2:DC:BF:61:08:E3:A1:F4:FA:C9:22:39:80:11:F0:90:19:CF:EC:F1:FB:AF:76:F9:0B
  711. a=ice-options:trickle
  712. a=msid-semantic:WMS *
  713. m=audio 9 UDP/TLS/RTP/SAVPF 109 9 0 8
  714. c=IN IP4 0.0.0.0
  715. a=sendrecv
  716. a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
  717. a=fmtp:109 maxplaybackrate=48000;stereo=1
  718. a=ice-pwd:a6f121a5c636cac31ab15362cd0708a6
  719. a=ice-ufrag:10a72818
  720. a=mid:sdparta_0
  721. a=msid:{859274e3-3b1b-4207-8477-cf1f773c1de4} {5ffd9af3-d75b-4176-a6d2-6e75aa239a2a}
  722. a=rtcp-mux
  723. a=rtpmap:109 opus/48000/2
  724. a=rtpmap:9 G722/8000/1
  725. a=rtpmap:0 PCMU/8000
  726. a=rtpmap:8 PCMA/8000
  727. a=setup:actpass
  728. a=ssrc:3361686948 cname:{83953b16-96f0-4bcb-b444-55f25a7bad17}
  729. [5634684437485302] Audio mid: sdparta_0
  730. [5634684437485302] Audio has been negotiated, Video has NOT been negotiated, SCTP/DataChannels have NOT been negotiated
  731. [5634684437485302] Setting ICE locally: got OFFER (1 audios, 0 videos)
  732. [5634684437485302] Creating ICE agent (ICE Full mode, controlled)
  733. [5634684437485302] Adding 192.168.0.14 to the addresses to gather candidates for
  734. (process:11864): libnice-DEBUG: 15:19:43.250: Created NiceStream (1 created, 0 destroyed)
  735. (process:11864): libnice-DEBUG: 15:19:43.253: Created NiceComponent (1 created, 0 destroyed)
  736. (process:11864): libnice-DEBUG: 15:19:43.253: Agent 0x7f129800c020 : allocating stream id 1 (0x7f129800f6b0)
  737. (process:11864): libnice-DEBUG: 15:19:43.253: Agent 0x7f129800c020 : In ICE-FULL mode, starting candidate gathering.
  738. (process:11864): libnice-DEBUG: 15:19:43.253: Agent 0x7f129800c020 : UPnP property Disabled
  739. (process:11864): libnice-DEBUG: 15:19:43.253: Agent 0x7f129800c020: Trying to create host candidate on port 36866
  740. (process:11864): libnice-DEBUG: 15:19:43.254: Agent 0x7f129800c020: Could not set IPV6 socket ToS: Protocol not available
  741. (process:11864): libnice-DEBUG: 15:19:43.254: Component 0x7f129800ff00 (agent 0x7f129800c020): Attach source (stream 1).
  742. (process:11864): libnice-DEBUG: 15:19:43.254: Attaching source 0x7f129801b330 (socket 0x7f12980075d0, FD 33) to context 0x7f12980138e0
  743. (process:11864): libnice-DEBUG: 15:19:43.254: Agent 0x7f129800c020: Candidate gathering FINISHED, no scheduled items.
  744. (process:11864): libnice-DEBUG: 15:19:43.254: Agent 0x7f129800c020: gathered UDP local candidate : [192.168.0.14]:36866 for s1/c1. U/P '(null)'/'(null)'
  745. [5634684437485302] Discovered new local candidate for component 1 in stream 1: type=host
  746. [5634684437485302] Public IP specified and 1:1 NAT mapping enabled (181.49.5.74), using that as host address in the candidates
  747. [5634684437485302] Address: 192.168.0.14:36866
  748. [5634684437485302] Priority: 2013266431
  749. [5634684437485302] Foundation: 1
  750. [5634684437485302] 1 1 udp 2013266431 181.49.5.74 36866 typ host
  751. [5634684437485302] Sending trickle event (candidate) to transport...
  752. Sending event to janus.transport.http (0x7f1294001030)
  753. Got a Janus API event to send (0x7f1294001030)
  754. [5634684437485302] Gathering done for stream 1
  755. [5634684437485302] Sending trickle event (end-of-candidates) to transport...
  756. Sending event to janus.transport.http (0x7f1294001030)
  757. Got a Janus API event to send (0x7f1294001030)
  758. (process:11864): libnice-DEBUG: 15:19:43.255: Detach source 0x7f129801b330, socket 0x7f12980075d0.
  759. (process:11864): libnice-DEBUG: 15:19:43.255: Detaching source 0x7f129801b330 (socket 0x7f12980075d0, FD 33) from context 0x7f12980138e0
  760. (process:11864): libnice-DEBUG: 15:19:43.255: Reattach source (nil).
  761. (process:11864): libnice-DEBUG: 15:19:43.255: Detaching source (nil) (socket 0x7f12980075d0, FD 33) from context (nil)
  762. (process:11864): libnice-DEBUG: 15:19:43.255: Attaching source 0x7f129801d470 (socket 0x7f12980075d0, FD 33) to context 0x7f12a00029a0
  763. [5634684437485302] Fingerprint (global) : sha-256 34:93:13:37:3A:A1:D6:B2:DC:BF:61:08:E3:A1:F4:FA:C9:22:39:80:11:F0:90:19:CF:EC:F1:FB:AF:76:F9:0B
  764. [5634684437485302] Parsing audio candidates (stream=1)...
  765. [5634684437485302] ICE pwd (local): a6f121a5c636cac31ab15362cd0708a6
  766. [5634684437485302] ICE ufrag (local): 10a72818
  767. [5634684437485302] Audio mid: sdparta_0
  768. [5634684437485302] DTLS setup (local): actpass
  769. [5634684437485302] Setting connect state (DTLS client)
  770. [5634684437485302] Peer audio SSRC: 3361686948
  771. -------------------------------------------
  772. >> Anonymized
  773. -------------------------------------------
  774. 123456 is calling sip:67890@192.168.0.112
  775. This is involving a negotiation (offer) as well:
  776. v=0
  777. o=mozilla...THIS_IS_SDPARTA-49.0.1 6743409845606219499 0 IN IP4 1.1.1.1
  778. s=-
  779. t=0 0
  780. m=audio 9 UDP/TLS/RTP/SAVPF 109 9 0 8
  781. c=IN IP4 1.1.1.1
  782. a=sendrecv
  783. a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
  784. a=fmtp:109 maxplaybackrate=48000;stereo=1
  785. a=rtpmap:109 opus/48000/2
  786. a=rtpmap:9 G722/8000/1
  787. a=rtpmap:0 PCMU/8000
  788. a=rtpmap:8 PCMA/8000
  789.  
  790. Going to negotiate audio...
  791. Allocating audio ports:
  792. Audio RTP listener bound to port 38406
  793. Audio RTCP listener bound to port 38407
  794. Setting protocol to RTP/AVP
  795. Prepared SDP for INVITE:
  796. v=0
  797. o=mozilla...THIS_IS_SDPARTA-49.0.1 6743409845606219499 0 IN IP4 1.1.1.1
  798. s=-
  799. t=0 0
  800. m=audio 38406 RTP/AVP 109 9 0 8
  801. c=IN IP4 192.168.0.14
  802. a=sendrecv
  803. a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
  804. a=fmtp:109 maxplaybackrate=48000;stereo=1
  805. a=rtpmap:109 opus/48000/2
  806. a=rtpmap:9 G722/8000/1
  807. a=rtpmap:0 PCMU/8000
  808. a=rtpmap:8 PCMA/8000
  809. [5634684437485302] Sending event to transport...
  810. Sending event to janus.transport.http (0x7f1294001030)
  811. Got a Janus API event to send (0x7f1294001030)
  812. >> Pushing event: 0 (Success)
  813. [123456][nua_i_state]: 0 INVITE sent
  814. New connection on REST API: ::ffff:181.48.138.30
  815. Creating plugin result...
  816. Sending Janus API response to janus.transport.http (0x7f12940012b0)
  817. Got a Janus API response to send (0x7f12940012b0)
  818. Destroying plugin result...
  819. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP POST request on /janus/771549177234035/5634684437485302...
  820. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  821. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  822. [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
  823. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  824. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  825. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  826. [transports/janus_http.c:janus_http_headers:1777] Content-Type: application/json
  827. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  828. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  829. [transports/janus_http.c:janus_http_headers:1777] Content-Length: 173
  830. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  831. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/771549177234035/5634684437485302...
  832. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  833. Session: 771549177234035
  834. Handle: 5634684437485302
  835. Processing POST data (application/json) (173 bytes)...
  836. [transports/janus_http.c:janus_http_handler:1277] -- Data we have now (173 bytes)
  837. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/771549177234035/5634684437485302...
  838. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  839. Session: 771549177234035
  840. Handle: 5634684437485302
  841. Processing POST data (application/json) (0 bytes)...
  842. [transports/janus_http.c:janus_http_handler:1282] Done getting payload, we can answer
  843. {"janus":"trickle","candidate":{"candidate":"candidate:0 1 UDP 2122252543 181.48.138.30 56734 typ host","sdpMid":"sdparta_0","sdpMLineIndex":0},"transaction":"T4B9XCExPMuG"}
  844. Forwarding request to the core (0x55655606b560)
  845. Got a Janus API request from janus.transport.http (0x55655606b560)
  846. [5634684437485302] Still waiting for the answer, queueing this trickle to wait until we're done there...
  847. Sending Janus API response to janus.transport.http (0x55655606b560)
  848. Got a Janus API response to send (0x55655606b560)
  849. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP POST request on /janus/771549177234035/5634684437485302...
  850. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  851. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  852. [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
  853. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  854. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  855. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  856. [transports/janus_http.c:janus_http_headers:1777] Content-Type: application/json
  857. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  858. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  859. [transports/janus_http.c:janus_http_headers:1777] Content-Length: 173
  860. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  861. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/771549177234035/5634684437485302...
  862. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  863. Session: 771549177234035
  864. Handle: 5634684437485302
  865. Processing POST data (application/json) (173 bytes)...
  866. [transports/janus_http.c:janus_http_handler:1277] -- Data we have now (173 bytes)
  867. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/771549177234035/5634684437485302...
  868. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  869. Session: 771549177234035
  870. Handle: 5634684437485302
  871. Processing POST data (application/json) (0 bytes)...
  872. [transports/janus_http.c:janus_http_handler:1282] Done getting payload, we can answer
  873. {"janus":"trickle","candidate":{"candidate":"candidate:0 2 UDP 2122252542 181.48.138.30 56735 typ host","sdpMid":"sdparta_0","sdpMLineIndex":0},"transaction":"GTJtNVEJcUeB"}
  874. Forwarding request to the core (0x7f1294005260)
  875. Got a Janus API request from janus.transport.http (0x7f1294005260)
  876. New connection on REST API: ::ffff:181.48.138.30
  877. [5634684437485302] Still waiting for the answer, queueing this trickle to wait until we're done there...
  878. Sending Janus API response to janus.transport.http (0x7f1294005260)
  879. Got a Janus API response to send (0x7f1294005260)
  880. We have a message to serve...
  881. [
  882. {
  883. "janus": "trickle",
  884. "session_id": 771549177234035,
  885. "sender": 5634684437485302,
  886. "candidate": {
  887. "sdpMid": "sdparta_0",
  888. "sdpMLineIndex": 0,
  889. "candidate": "candidate:1 1 udp 2013266431 181.49.5.74 36866 typ host"
  890. }
  891. },
  892. {
  893. "janus": "trickle",
  894. "session_id": 771549177234035,
  895. "sender": 5634684437485302,
  896. "candidate": {
  897. "completed": true
  898. }
  899. },
  900. {
  901. "janus": "event",
  902. "session_id": 771549177234035,
  903. "transaction": "QgsrlRHVP32G",
  904. "sender": 5634684437485302,
  905. "plugindata": {
  906. "plugin": "janus.plugin.sip",
  907. "data": {
  908. "sip": "event",
  909. "result": {
  910. "event": "calling"
  911. },
  912. "call_id": "wHUaT8esf1cF3Doxlh0BPYK"
  913. }
  914. }
  915. }
  916. ]
  917. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP GET request on /janus/771549177234035...
  918. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  919. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  920. [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
  921. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  922. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  923. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  924. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  925. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  926. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  927. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP GET request on /janus/771549177234035...
  928. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  929. Session: 771549177234035
  930. Got a Janus API request from janus.transport.http (0x7f1290005260)
  931. Session 771549177234035 found... returning up to 10 messages
  932. [transports/janus_http.c:janus_http_notifier:1810] ... handling long poll...
  933. Got a keep-alive on session 771549177234035
  934. Sending Janus API response to janus.transport.http (0x7f1290005260)
  935. Got a Janus API response to send (0x7f1290005260)
  936. [123456][nua_r_invite]: 180 Ringing
  937. [5634684437485302] Sending event to transport...
  938. Sending event to janus.transport.http (0x7f1294001030)
  939. Got a Janus API event to send (0x7f1294001030)
  940. >> Pushing event to peer: 0 (Success)
  941. [123456][nua_i_state]: 180 Ringing
  942. [5634684437485302] Sending event to transport...
  943. Sending event to janus.transport.http (0x7f1294001030)
  944. Got a Janus API event to send (0x7f1294001030)
  945. >> Pushing event: 0 (Success)
  946. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP POST request on /janus/771549177234035/5634684437485302...
  947. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  948. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  949. [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
  950. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  951. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  952. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  953. [transports/janus_http.c:janus_http_headers:1777] Content-Type: application/json
  954. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  955. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  956. [transports/janus_http.c:janus_http_headers:1777] Content-Length: 79
  957. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  958. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/771549177234035/5634684437485302...
  959. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  960. Session: 771549177234035
  961. Handle: 5634684437485302
  962. Processing POST data (application/json) (79 bytes)...
  963. [transports/janus_http.c:janus_http_handler:1277] -- Data we have now (79 bytes)
  964. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/771549177234035/5634684437485302...
  965. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  966. Session: 771549177234035
  967. Handle: 5634684437485302
  968. Processing POST data (application/json) (0 bytes)...
  969. [transports/janus_http.c:janus_http_handler:1282] Done getting payload, we can answer
  970. {"janus":"trickle","candidate":{"completed":true},"transaction":"p9DeR2JVdm7o"}
  971. Forwarding request to the core (0x7f1294002fa0)
  972. Got a Janus API request from janus.transport.http (0x7f1294002fa0)
  973. [5634684437485302] Still waiting for the answer, queueing this trickle to wait until we're done there...
  974. Sending Janus API response to janus.transport.http (0x7f1294002fa0)
  975. Got a Janus API response to send (0x7f1294002fa0)
  976. We have a message to serve...
  977. [
  978. {
  979. "janus": "event",
  980. "session_id": 771549177234035,
  981. "transaction": "QgsrlRHVP32G",
  982. "sender": 5634684437485302,
  983. "plugindata": {
  984. "plugin": "janus.plugin.sip",
  985. "data": {
  986. "sip": "event",
  987. "result": {
  988. "event": "ringing"
  989. },
  990. "call_id": "wHUaT8esf1cF3Doxlh0BPYK"
  991. }
  992. }
  993. },
  994. {
  995. "janus": "event",
  996. "session_id": 771549177234035,
  997. "transaction": "QgsrlRHVP32G",
  998. "sender": 5634684437485302,
  999. "plugindata": {
  1000. "plugin": "janus.plugin.sip",
  1001. "data": {
  1002. "sip": "event",
  1003. "result": {
  1004. "event": "proceeding",
  1005. "code": 180
  1006. },
  1007. "call_id": "wHUaT8esf1cF3Doxlh0BPYK"
  1008. }
  1009. }
  1010. }
  1011. ]
  1012. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP GET request on /janus/771549177234035...
  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] Origin: http://181.49.5.74:8080
  1020. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  1021. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  1022. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP GET request on /janus/771549177234035...
  1023. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  1024. Session: 771549177234035
  1025. Got a Janus API request from janus.transport.http (0x7f1290005260)
  1026. Session 771549177234035 found... returning up to 10 messages
  1027. [transports/janus_http.c:janus_http_notifier:1810] ... handling long poll...
  1028. Got a keep-alive on session 771549177234035
  1029. Sending Janus API response to janus.transport.http (0x7f1290005260)
  1030. Got a Janus API response to send (0x7f1290005260)
  1031. (process:11864): libnice-DEBUG: 15:19:47.199: Agent 0x7f129800c020: set_remote_candidates 1 1
  1032. (process:11864): libnice-DEBUG: 15:19:47.200: Agent 0x7f129800c020 : Adding UDP remote candidate with addr [181.48.138.30]:56734 for s1/c1. U/P '10a72818'/'a6f121a5c636cac31ab15362cd0708a6' prio: 2122252543
  1033. (process:11864): libnice-DEBUG: 15:19:47.200: Agent 0x7f129800c020 : Adding check pair between 1 and 0 for s1/c1
  1034. (process:11864): libnice-DEBUG: 15:19:47.200: Agent 0x7f129800c020 : creating new pair 0x7f12a000da90 state 5
  1035. (process:11864): libnice-DEBUG: 15:19:47.200: Agent 0x7f129800c020 : new pair 0x7f12a000da90 : [192.168.0.14]:36866 --> [181.48.138.30]:56734
  1036. (process:11864): libnice-DEBUG: 15:19:47.200: Agent 0x7f129800c020 : added a new conncheck 0x7f12a000da90 with foundation of '1:0' to list 1.
  1037. (process:11864): libnice-DEBUG: 15:19:47.201: Agent 0x7f129800c020 : stream 1 component 1 STATE-CHANGE disconnected -> connecting.
  1038. [123456][nua_r_invite]: 200 OK
  1039. Sending ACK (route=none)
  1040. Peer accepted our call:
  1041. v=0
  1042. o=sdp_admin 232071978 83117220 IN IP4 192.168.0.112
  1043. s=A conversation
  1044. c=IN IP4 192.168.0.112
  1045. t=0 0
  1046. m=audio 10264 RTP/AVP 0
  1047. a=rtpmap:0 PCMU/8000
  1048. Detected audio codec: 0 (pcmu)
  1049. -------------------------------------------
  1050. >> Anonymized
  1051. -------------------------------------------
  1052. -------------------------------------------
  1053. >> Merged (596 bytes)
  1054. -------------------------------------------
  1055. v=0
  1056. o=sdp_admin 232071978 83117220 IN IP4 181.49.5.74
  1057. s=A conversation
  1058. t=0 0
  1059. a=group:BUNDLE sdparta_0
  1060. a=msid-semantic: WMS janus
  1061. m=audio 9 UDP/TLS/RTP/SAVPF 0
  1062. c=IN IP4 181.49.5.74
  1063. a=sendrecv
  1064. a=mid:sdparta_0
  1065. a=rtcp-mux
  1066. a=ice-ufrag:Zakp
  1067. a=ice-pwd:o6zDAry4ndpH7gvQKT6Ynm
  1068. a=ice-options:trickle
  1069. a=fingerprint:sha-256 9E:75:E2:72:AE:73:05:E6:16:3D:18:1D:D2:BF:71:74:77:28:8A:69:51:49:4B:90:DA:95:39:9B:C2:67:A5:5D
  1070. a=setup:active
  1071. a=rtpmap:0 PCMU/8000
  1072. a=ssrc:1067598447 cname:janus
  1073. a=ssrc:1067598447 msid:janus janusa0
  1074. a=ssrc:1067598447 mslabel:janus
  1075. a=ssrc:1067598447 label:janusa0
  1076.  
  1077. [5634684437485302] Sending answer, ready to setup remote candidates and send connectivity checks...
  1078. [5634684437485302] -- Processing 3 pending trickle candidates
  1079. [5634684437485302] Trickle candidate (sdparta_0): candidate:0 1 UDP 2122252543 181.48.138.30 56734 typ host
  1080. [5634684437485302] Adding remote candidate component:1 stream:1 type:host 181.48.138.30:56734
  1081. [5634684437485302] Transport: UDP
  1082. [5634684437485302] Candidate added to the list! (1 elements for 1/1)
  1083. [5634684437485302] SDP processed but ICE not started yet for this component, setting candidates we have up to now
  1084. [5634684437485302] ## Setting remote candidates: stream 1, component 1 (1 in the list)
  1085. [5634684437485302] >> Remote Stream #1, Component #1
  1086. [5634684437485302] Address: 181.48.138.30:56734
  1087. [5634684437485302] Priority: 2122252543
  1088. [5634684437485302] Foundation: 0
  1089. [5634684437485302] Username: 10a72818
  1090. [5634684437485302] Password: a6f121a5c636cac31ab15362cd0708a6
  1091. [5634684437485302] Setting remote credentials...
  1092. [5634684437485302] Component state changed for component 1 in stream 1: 2 (connecting)
  1093. [5634684437485302] Remote candidates set!
  1094. [5634684437485302] Trickle candidate (sdparta_0): candidate:0 2 UDP 2122252542 181.48.138.30 56735 typ host
  1095. [5634684437485302] -- Skipping component 2 in stream 1 (rtcp-muxing)
  1096. No more remote candidates for handle 5634684437485302!
  1097. [5634684437485302] Done! Sending connectivity checks...
  1098. [5634684437485302] Component 1 in stream 1 has already been set up
  1099. [5634684437485302] Sending event to transport...
  1100. Sending event to janus.transport.http (0x7f1294001030)
  1101. Got a Janus API event to send (0x7f1294001030)
  1102. >> Pushing event to peer: 0 (Success)
  1103. [123456][nua_i_state]: 200 OK
  1104. [123456][nua_i_state]: 200 ACK sent
  1105. [123456][nua_i_active]: 200 Call active
  1106. Starting relay thread (123456 <--> sip:67890@192.168.0.112)
  1107. (process:11864): libnice-DEBUG: 15:19:47.221: Agent 0x7f129800c020 : stream 1: timer tick #1: 1 frozen, 0 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid.
  1108. (process:11864): libnice-DEBUG: 15:19:47.221: Agent 0x7f129800c020 : Pair 0x7f12a000da90 with s/c-id 1/1 (1:0) unfrozen.
  1109. (process:11864): libnice-DEBUG: 15:19:47.221: Agent 0x7f129800c020 : pair 0x7f12a000da90 state WAITING
  1110. (process:11864): libnice-DEBUG: 15:19:47.221: Agent 0x7f129800c020 : pair 0x7f12a000da90 state IN_PROGRESS
  1111. (process:11864): libnice-DEBUG: 15:19:47.221: Agent 0x7f129800c020 : STUN-CC REQ [192.168.0.14]:36866 --> [181.48.138.30]:56734, socket=33, pair=1:0 (c-id:1), tie=8744948723768599421, username='10a72818:Zakp' (13), password='a6f121a5c636cac31ab15362cd0708a6' (32), prio=1845494271, cont=0.
  1112. (process:11864): libnice-stun-DEBUG: 15:19:47.224: Message HMAC-SHA1 message integrity:
  1113. (process:11864): libnice-stun-DEBUG: 15:19:47.224: key : 0x6136663132316135633633366361633331616231353336326364303730386136
  1114. (process:11864): libnice-stun-DEBUG: 15:19:47.224: sent : 0x704e224972f1e903287ccea51eea5a2719f2e146
  1115. (process:11864): libnice-stun-DEBUG: 15:19:47.224: Message HMAC-SHA1 fingerprint: 0xe56fd272
  1116. (process:11864): libnice-DEBUG: 15:19:47.224: Agent 0x7f129800c020: conncheck created 92 - 0x7f12a000db50
  1117. (process:11864): libnice-DEBUG: 15:19:47.224: Agent 0x7f129800c020 : timer set to 100ms (waiting+in_progress=1)
  1118. (process:11864): libnice-DEBUG: 15:19:47.251: Agent 0x7f129800c020: inbound STUN packet for 1/1 (stream/component) from [181.48.138.30]:56734 (64 octets) :
  1119. (process:11864): libnice-stun-DEBUG: 15:19:47.252: STUN demux: OK!
  1120. (process:11864): libnice-stun-DEBUG: 15:19:47.252: Message HMAC-SHA1 fingerprint:
  1121. (process:11864): libnice-stun-DEBUG: 15:19:47.252: key : 0x6136663132316135633633366361633331616231353336326364303730386136
  1122. (process:11864): libnice-stun-DEBUG: 15:19:47.252: expected: 0xb238f8d3e9d6effe8d4c889853d14fcd087fbf27
  1123. (process:11864): libnice-stun-DEBUG: 15:19:47.252: received: 0xb238f8d3e9d6effe8d4c889853d14fcd087fbf27
  1124. (process:11864): libnice-stun-DEBUG: 15:19:47.252: STUN auth: OK!
  1125. (process:11864): libnice-stun-DEBUG: 15:19:47.252: STUN unknown: 0 mandatory attribute(s)!
  1126. (process:11864): libnice-stun-DEBUG: 15:19:47.252: Received 64-bytes STUN message
  1127. (process:11864): libnice-stun-DEBUG: 15:19:47.252: Mapped address found!
  1128. (process:11864): libnice-DEBUG: 15:19:47.252: Agent 0x7f129800c020 : stun_bind_process/conncheck for 0x7f12a000da90 res 0 (controlling=0).
  1129. (process:11864): libnice-DEBUG: 15:19:47.252: Agent 0x7f129800c020 : conncheck 0x7f12a000da90 MATCHED.
  1130. (process:11864): libnice-DEBUG: 15:19:47.252: Agent 0x7f129800c020 : Adding check pair between 2 and 0 for s1/c1
  1131. (process:11864): libnice-DEBUG: 15:19:47.252: Agent 0x7f129800c020 : creating new pair 0x7f129c006b70 state 5
  1132. (process:11864): libnice-DEBUG: 15:19:47.252: Agent 0x7f129800c020 : new pair 0x7f129c006b70 : [181.49.5.74]:36866 --> [181.48.138.30]:56734
  1133. (process:11864): libnice-DEBUG: 15:19:47.252: Agent 0x7f129800c020 : added a new conncheck 0x7f129c006b70 with foundation of '2:0' to list 1.
  1134. (process:11864): libnice-DEBUG: 15:19:47.252: Agent 0x7f129800c020 : pair 0x7f12a000da90 state FAILED
  1135. (process:11864): libnice-DEBUG: 15:19:47.252: Agent 0x7f129800c020 : new pair 0x7f129c007260 state DISCOVERED
  1136. (process:11864): libnice-DEBUG: 15:19:47.252: Agent 0x7f129800c020 : new pair 0x7f129c007260 : [181.49.5.74]:36866 --> [181.48.138.30]:56734
  1137. (process:11864): libnice-DEBUG: 15:19:47.252: Agent 0x7f129800c020 : added a new peer-discovered pair with foundation of '2:0'.
  1138. (process:11864): libnice-DEBUG: 15:19:47.252: Agent 0x7f129800c020 : conncheck 0x7f12a000da90 FAILED, 0x7f129c007260 DISCOVERED.
  1139. (process:11864): libnice-DEBUG: 15:19:47.252: Agent 0x7f129800c020 : conn.check list status: 0 nominated, 1 valid, c-id 1.
  1140. (process:11864): libnice-DEBUG: 15:19:47.252: agent_recv_message_unlocked: Valid STUN packet received.
  1141. We have a message to serve...
  1142. [
  1143. {
  1144. "janus": "event",
  1145. "session_id": 771549177234035,
  1146. "transaction": "QgsrlRHVP32G",
  1147. "sender": 5634684437485302,
  1148. "plugindata": {
  1149. "plugin": "janus.plugin.sip",
  1150. "data": {
  1151. "sip": "event",
  1152. "result": {
  1153. "event": "accepted",
  1154. "username": "sip:67890@192.168.0.112"
  1155. },
  1156. "call_id": "wHUaT8esf1cF3Doxlh0BPYK"
  1157. }
  1158. },
  1159. "jsep": {
  1160. "type": "answer",
  1161. "sdp": "v=0\r\no=sdp_admin 232071978 83117220 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\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:Zakp\r\na=ice-pwd:o6zDAry4ndpH7gvQKT6Ynm\r\na=ice-options:trickle\r\na=fingerprint:sha-256 9E:75:E2:72:AE:73:05:E6:16:3D:18:1D:D2:BF:71:74:77:28:8A:69:51:49:4B:90:DA:95:39:9B:C2:67:A5:5D\r\na=setup:active\r\na=rtpmap:0 PCMU/8000\r\na=ssrc:1067598447 cname:janus\r\na=ssrc:1067598447 msid:janus janusa0\r\na=ssrc:1067598447 mslabel:janus\r\na=ssrc:1067598447 label:janusa0\r\n"
  1162. }
  1163. }
  1164. ]
  1165. (process:11864): libnice-DEBUG: 15:19:47.263: Agent 0x7f129800c020 : Pair 0x7f129c006b70 with s/c-id 1/1 (2:0) unfrozen.
  1166. (process:11864): libnice-DEBUG: 15:19:47.263: Agent 0x7f129800c020 : pair 0x7f129c006b70 state WAITING
  1167. (process:11864): libnice-DEBUG: 15:19:47.263: Agent 0x7f129800c020 : pair 0x7f129c006b70 state IN_PROGRESS
  1168. (process:11864): libnice-DEBUG: 15:19:47.263: Agent 0x7f129800c020 : STUN-CC REQ [181.49.5.74]:36866 --> [181.48.138.30]:56734, socket=33, pair=2:0 (c-id:1), tie=8744948723768599421, username='10a72818:Zakp' (13), password='a6f121a5c636cac31ab15362cd0708a6' (32), prio=1845494269, cont=0.
  1169. (process:11864): libnice-stun-DEBUG: 15:19:47.263: Message HMAC-SHA1 message integrity:
  1170. (process:11864): libnice-stun-DEBUG: 15:19:47.263: key : 0x6136663132316135633633366361633331616231353336326364303730386136
  1171. (process:11864): libnice-stun-DEBUG: 15:19:47.263: sent : 0x855c429189bdabb55d9377912dcfd4e23fe120f3
  1172. (process:11864): libnice-stun-DEBUG: 15:19:47.263: Message HMAC-SHA1 fingerprint: 0x09c3806b
  1173. (process:11864): libnice-DEBUG: 15:19:47.263: Agent 0x7f129800c020: conncheck created 92 - 0x7f129c006c30
  1174. (process:11864): libnice-DEBUG: 15:19:47.263: Agent 0x7f129800c020 : timer set to 100ms (waiting+in_progress=1)
  1175. (process:11864): libnice-DEBUG: 15:19:47.267: Agent 0x7f129800c020: inbound STUN packet for 1/1 (stream/component) from [181.48.138.30]:56734 (64 octets) :
  1176. (process:11864): libnice-stun-DEBUG: 15:19:47.267: STUN demux: OK!
  1177. (process:11864): libnice-stun-DEBUG: 15:19:47.267: Message HMAC-SHA1 fingerprint:
  1178. (process:11864): libnice-stun-DEBUG: 15:19:47.267: key : 0x6136663132316135633633366361633331616231353336326364303730386136
  1179. (process:11864): libnice-stun-DEBUG: 15:19:47.267: expected: 0x8f4ad5e77806ee9616dc6b17cb6510b5eacd3bbe
  1180. (process:11864): libnice-stun-DEBUG: 15:19:47.267: received: 0x8f4ad5e77806ee9616dc6b17cb6510b5eacd3bbe
  1181. (process:11864): libnice-stun-DEBUG: 15:19:47.267: STUN auth: OK!
  1182. (process:11864): libnice-stun-DEBUG: 15:19:47.267: STUN unknown: 0 mandatory attribute(s)!
  1183. (process:11864): libnice-stun-DEBUG: 15:19:47.267: Received 64-bytes STUN message
  1184. (process:11864): libnice-stun-DEBUG: 15:19:47.267: Mapped address found!
  1185. (process:11864): libnice-DEBUG: 15:19:47.267: Agent 0x7f129800c020 : stun_bind_process/conncheck for 0x7f129c006b70 res 0 (controlling=0).
  1186. (process:11864): libnice-DEBUG: 15:19:47.267: Agent 0x7f129800c020 : conncheck 0x7f129c006b70 MATCHED.
  1187. (process:11864): libnice-DEBUG: 15:19:47.267: Agent 0x7f129800c020 : conncheck 0x7f129c006b70 SUCCEEDED.
  1188. (process:11864): libnice-DEBUG: 15:19:47.267: Agent 0x7f129800c020 : conn.check list status: 0 nominated, 1 valid, c-id 1.
  1189. (process:11864): libnice-DEBUG: 15:19:47.267: agent_recv_message_unlocked: Valid STUN packet received.
  1190. (process:11864): libnice-DEBUG: 15:19:47.398: Agent 0x7f129800c020: inbound STUN packet for 1/1 (stream/component) from [181.48.138.30]:56734 (96 octets) :
  1191. (process:11864): libnice-stun-DEBUG: 15:19:47.398: STUN demux: OK!
  1192. (process:11864): libnice-stun-DEBUG: 15:19:47.398: Comparing username/ufrag of len 13 and 4, equal=0
  1193. (process:11864): libnice-stun-DEBUG: 15:19:47.398: username: 0x5a616b703a3130613732383138
  1194. (process:11864): libnice-stun-DEBUG: 15:19:47.398: ufrag: 0x5a616b70
  1195. (process:11864): libnice-stun-DEBUG: 15:19:47.398: Found valid username, returning password: 'o6zDAry4ndpH7gvQKT6Ynm'
  1196. (process:11864): libnice-stun-DEBUG: 15:19:47.398: Message HMAC-SHA1 fingerprint:
  1197. (process:11864): libnice-stun-DEBUG: 15:19:47.398: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1198. (process:11864): libnice-stun-DEBUG: 15:19:47.398: expected: 0xdfd49a14c2a10107d892420f14a6060ae782726b
  1199. (process:11864): libnice-stun-DEBUG: 15:19:47.398: received: 0xdfd49a14c2a10107d892420f14a6060ae782726b
  1200. (process:11864): libnice-stun-DEBUG: 15:19:47.398: STUN auth: OK!
  1201. (process:11864): libnice-stun-DEBUG: 15:19:47.398: STUN unknown: 0 mandatory attribute(s)!
  1202. (process:11864): libnice-stun-DEBUG: 15:19:47.398: STUN Reply (buffer size = 1300)...
  1203. (process:11864): libnice-stun-DEBUG: 15:19:47.398: Message HMAC-SHA1 message integrity:
  1204. (process:11864): libnice-stun-DEBUG: 15:19:47.398: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1205. (process:11864): libnice-stun-DEBUG: 15:19:47.398: sent : 0x17838121bb5a79a54102e86e2628d8b63e456b65
  1206. (process:11864): libnice-stun-DEBUG: 15:19:47.399: Message HMAC-SHA1 fingerprint: 0x5c7ec7b6
  1207. (process:11864): libnice-stun-DEBUG: 15:19:47.399: All done (response size: 84)
  1208. (process:11864): libnice-DEBUG: 15:19:47.399: Agent 0x7f129800c020 : STUN-CC RESP to '181.48.138.30:56734', socket=33, len=84, cand=0x7f129800a6f0 (c-id:1), use-cand=1.
  1209. (process:11864): libnice-DEBUG: 15:19:47.399: Agent 0x7f129800c020 : Found a matching pair 0x7f12a000da90 for triggered check.
  1210. (process:11864): libnice-DEBUG: 15:19:47.399: Agent 0x7f129800c020 : marking pair 0x7f12a000da90 (1:0) as nominated
  1211. (process:11864): libnice-DEBUG: 15:19:47.399: Agent 0x7f129800c020 : conn.check list status: 0 nominated, 1 valid, c-id 1.
  1212. (process:11864): libnice-DEBUG: 15:19:47.399: agent_recv_message_unlocked: Valid STUN packet received.
  1213. (process:11864): libnice-DEBUG: 15:19:47.405: Agent 0x7f129800c020 : pair 0x7f12a000da90 state IN_PROGRESS
  1214. (process:11864): libnice-DEBUG: 15:19:47.405: Agent 0x7f129800c020 : STUN-CC REQ [192.168.0.14]:36866 --> [181.48.138.30]:56734, socket=33, pair=1:0 (c-id:1), tie=8744948723768599421, username='10a72818:Zakp' (13), password='a6f121a5c636cac31ab15362cd0708a6' (32), prio=1845494271, cont=0.
  1215. (process:11864): libnice-stun-DEBUG: 15:19:47.405: Message HMAC-SHA1 message integrity:
  1216. (process:11864): libnice-stun-DEBUG: 15:19:47.405: key : 0x6136663132316135633633366361633331616231353336326364303730386136
  1217. (process:11864): libnice-stun-DEBUG: 15:19:47.405: sent : 0xf2dafd0efc31dea09f44c66fd33a91ae7ac91206
  1218. (process:11864): libnice-stun-DEBUG: 15:19:47.405: Message HMAC-SHA1 fingerprint: 0x9680e5d9
  1219. (process:11864): libnice-DEBUG: 15:19:47.405: Agent 0x7f129800c020: conncheck created 92 - 0x7f12a000db50
  1220. (process:11864): libnice-DEBUG: 15:19:47.405: Agent 0x7f129800c020 : timer set to 100ms (waiting+in_progress=1)
  1221. (process:11864): libnice-DEBUG: 15:19:47.414: Agent 0x7f129800c020: inbound STUN packet for 1/1 (stream/component) from [181.48.138.30]:56734 (64 octets) :
  1222. (process:11864): libnice-stun-DEBUG: 15:19:47.414: STUN demux: OK!
  1223. (process:11864): libnice-stun-DEBUG: 15:19:47.414: Message HMAC-SHA1 fingerprint:
  1224. (process:11864): libnice-stun-DEBUG: 15:19:47.414: key : 0x6136663132316135633633366361633331616231353336326364303730386136
  1225. (process:11864): libnice-stun-DEBUG: 15:19:47.414: expected: 0xbe942b2728a34e237497fa1308a6e37a3a8e43df
  1226. (process:11864): libnice-stun-DEBUG: 15:19:47.414: received: 0xbe942b2728a34e237497fa1308a6e37a3a8e43df
  1227. (process:11864): libnice-stun-DEBUG: 15:19:47.414: STUN auth: OK!
  1228. (process:11864): libnice-stun-DEBUG: 15:19:47.414: STUN unknown: 0 mandatory attribute(s)!
  1229. (process:11864): libnice-stun-DEBUG: 15:19:47.414: Received 64-bytes STUN message
  1230. (process:11864): libnice-stun-DEBUG: 15:19:47.414: Mapped address found!
  1231. (process:11864): libnice-DEBUG: 15:19:47.414: Agent 0x7f129800c020 : stun_bind_process/conncheck for 0x7f12a000da90 res 0 (controlling=0).
  1232. (process:11864): libnice-DEBUG: 15:19:47.414: Agent 0x7f129800c020 : conncheck 0x7f12a000da90 MATCHED.
  1233. (process:11864): libnice-DEBUG: 15:19:47.414: Agent 0x7f129800c020 : conncheck 0x7f12a000da90 SUCCEEDED.
  1234. (process:11864): libnice-DEBUG: 15:19:47.414: Agent 0x7f129800c020 : conn.check list status: 0 nominated, 1 valid, c-id 1.
  1235. (process:11864): libnice-DEBUG: 15:19:47.414: agent_recv_message_unlocked: Valid STUN packet received.
  1236. (process:11864): libnice-DEBUG: 15:19:47.425: Agent 0x7f129800c020 : priv_conn_check_tick_unlocked: stopping conncheck timer
  1237. (process:11864): libnice-DEBUG: 15:19:47.425: Agent 0x7f129800c020 : conn.check list status: 0 nominated, 1 valid, c-id 1.
  1238. (process:11864): libnice-DEBUG: 15:19:47.425: Agent 0x7f129800c020 : changing conncheck state to COMPLETED.
  1239. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP GET request on /janus/771549177234035...
  1240. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  1241. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  1242. [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
  1243. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  1244. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  1245. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  1246. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  1247. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  1248. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  1249. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP GET request on /janus/771549177234035...
  1250. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  1251. Session: 771549177234035
  1252. Got a Janus API request from janus.transport.http (0x7f1290005260)
  1253. Session 771549177234035 found... returning up to 10 messages
  1254. [transports/janus_http.c:janus_http_notifier:1810] ... handling long poll...
  1255. Got a keep-alive on session 771549177234035
  1256. Sending Janus API response to janus.transport.http (0x7f1290005260)
  1257. Got a Janus API response to send (0x7f1290005260)
  1258. Got SIP peer audio SSRC: 817192430
  1259. Audio SSRC changed, 0 --> 817192430
  1260. (process:11864): libnice-DEBUG: 15:19:51.529: Agent 0x7f129800c020: inbound STUN packet for 1/1 (stream/component) from [181.48.138.30]:56734 (92 octets) :
  1261. (process:11864): libnice-stun-DEBUG: 15:19:51.530: STUN demux: OK!
  1262. (process:11864): libnice-stun-DEBUG: 15:19:51.530: Comparing username/ufrag of len 13 and 4, equal=0
  1263. (process:11864): libnice-stun-DEBUG: 15:19:51.530: username: 0x5a616b703a3130613732383138
  1264. (process:11864): libnice-stun-DEBUG: 15:19:51.530: ufrag: 0x5a616b70
  1265. (process:11864): libnice-stun-DEBUG: 15:19:51.530: Found valid username, returning password: 'o6zDAry4ndpH7gvQKT6Ynm'
  1266. (process:11864): libnice-stun-DEBUG: 15:19:51.530: Message HMAC-SHA1 fingerprint:
  1267. (process:11864): libnice-stun-DEBUG: 15:19:51.530: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1268. (process:11864): libnice-stun-DEBUG: 15:19:51.530: expected: 0x54ec3f2ea3188d608354b97e9b1157f4bdac91f2
  1269. (process:11864): libnice-stun-DEBUG: 15:19:51.531: received: 0x54ec3f2ea3188d608354b97e9b1157f4bdac91f2
  1270. (process:11864): libnice-stun-DEBUG: 15:19:51.531: STUN auth: OK!
  1271. (process:11864): libnice-stun-DEBUG: 15:19:51.531: STUN unknown: 0 mandatory attribute(s)!
  1272. (process:11864): libnice-stun-DEBUG: 15:19:51.531: STUN Reply (buffer size = 1300)...
  1273. (process:11864): libnice-stun-DEBUG: 15:19:51.531: Message HMAC-SHA1 message integrity:
  1274. (process:11864): libnice-stun-DEBUG: 15:19:51.531: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1275. (process:11864): libnice-stun-DEBUG: 15:19:51.531: sent : 0xdb7655e4661af5beb4b0d211aed869cbcddd893f
  1276. (process:11864): libnice-stun-DEBUG: 15:19:51.531: Message HMAC-SHA1 fingerprint: 0xbe06967a
  1277. (process:11864): libnice-stun-DEBUG: 15:19:51.531: All done (response size: 84)
  1278. (process:11864): libnice-DEBUG: 15:19:51.532: Agent 0x7f129800c020 : STUN-CC RESP to '181.48.138.30:56734', socket=33, len=84, cand=0x7f129800a6f0 (c-id:1), use-cand=0.
  1279. (process:11864): libnice-DEBUG: 15:19:51.532: Agent 0x7f129800c020 : Found a matching pair 0x7f12a000da90 for triggered check.
  1280. (process:11864): libnice-DEBUG: 15:19:51.532: Agent 0x7f129800c020 : Skipping triggered check, already completed..
  1281. (process:11864): libnice-DEBUG: 15:19:51.532: Agent 0x7f129800c020 : conn.check list status: 0 nominated, 1 valid, c-id 1.
  1282. (process:11864): libnice-DEBUG: 15:19:51.532: agent_recv_message_unlocked: Valid STUN packet received.
  1283. (process:11864): libnice-DEBUG: 15:19:57.165: Agent 0x7f129800c020: inbound STUN packet for 1/1 (stream/component) from [181.48.138.30]:56734 (92 octets) :
  1284. (process:11864): libnice-stun-DEBUG: 15:19:57.166: STUN demux: OK!
  1285. (process:11864): libnice-stun-DEBUG: 15:19:57.166: Comparing username/ufrag of len 13 and 4, equal=0
  1286. (process:11864): libnice-stun-DEBUG: 15:19:57.166: username: 0x5a616b703a3130613732383138
  1287. (process:11864): libnice-stun-DEBUG: 15:19:57.166: ufrag: 0x5a616b70
  1288. (process:11864): libnice-stun-DEBUG: 15:19:57.166: Found valid username, returning password: 'o6zDAry4ndpH7gvQKT6Ynm'
  1289. (process:11864): libnice-stun-DEBUG: 15:19:57.166: Message HMAC-SHA1 fingerprint:
  1290. (process:11864): libnice-stun-DEBUG: 15:19:57.166: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1291. (process:11864): libnice-stun-DEBUG: 15:19:57.166: expected: 0xc44de88bc3643c3ef31e569277a70ac93e9c79cb
  1292. (process:11864): libnice-stun-DEBUG: 15:19:57.166: received: 0xc44de88bc3643c3ef31e569277a70ac93e9c79cb
  1293. (process:11864): libnice-stun-DEBUG: 15:19:57.166: STUN auth: OK!
  1294. (process:11864): libnice-stun-DEBUG: 15:19:57.166: STUN unknown: 0 mandatory attribute(s)!
  1295. (process:11864): libnice-stun-DEBUG: 15:19:57.166: STUN Reply (buffer size = 1300)...
  1296. (process:11864): libnice-stun-DEBUG: 15:19:57.167: Message HMAC-SHA1 message integrity:
  1297. (process:11864): libnice-stun-DEBUG: 15:19:57.167: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1298. (process:11864): libnice-stun-DEBUG: 15:19:57.167: sent : 0x9215aa68b546caec4f265e5877bccfa759edfbc1
  1299. (process:11864): libnice-stun-DEBUG: 15:19:57.167: Message HMAC-SHA1 fingerprint: 0x2e5a27c8
  1300. (process:11864): libnice-stun-DEBUG: 15:19:57.167: All done (response size: 84)
  1301. (process:11864): libnice-DEBUG: 15:19:57.167: Agent 0x7f129800c020 : STUN-CC RESP to '181.48.138.30:56734', socket=33, len=84, cand=0x7f129800a6f0 (c-id:1), use-cand=0.
  1302. (process:11864): libnice-DEBUG: 15:19:57.167: Agent 0x7f129800c020 : Found a matching pair 0x7f12a000da90 for triggered check.
  1303. (process:11864): libnice-DEBUG: 15:19:57.167: Agent 0x7f129800c020 : Skipping triggered check, already completed..
  1304. (process:11864): libnice-DEBUG: 15:19:57.167: Agent 0x7f129800c020 : conn.check list status: 0 nominated, 1 valid, c-id 1.
  1305. (process:11864): libnice-DEBUG: 15:19:57.167: agent_recv_message_unlocked: Valid STUN packet received.
  1306. (process:11864): libnice-DEBUG: 15:20:01.544: Agent 0x7f129800c020: inbound STUN packet for 1/1 (stream/component) from [181.48.138.30]:56734 (92 octets) :
  1307. (process:11864): libnice-stun-DEBUG: 15:20:01.544: STUN demux: OK!
  1308. (process:11864): libnice-stun-DEBUG: 15:20:01.544: Comparing username/ufrag of len 13 and 4, equal=0
  1309. (process:11864): libnice-stun-DEBUG: 15:20:01.544: username: 0x5a616b703a3130613732383138
  1310. (process:11864): libnice-stun-DEBUG: 15:20:01.544: ufrag: 0x5a616b70
  1311. (process:11864): libnice-stun-DEBUG: 15:20:01.544: Found valid username, returning password: 'o6zDAry4ndpH7gvQKT6Ynm'
  1312. (process:11864): libnice-stun-DEBUG: 15:20:01.544: Message HMAC-SHA1 fingerprint:
  1313. (process:11864): libnice-stun-DEBUG: 15:20:01.544: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1314. (process:11864): libnice-stun-DEBUG: 15:20:01.544: expected: 0x3a8803777d7b27b744348e5bd7fb0d4b3b5332c3
  1315. (process:11864): libnice-stun-DEBUG: 15:20:01.544: received: 0x3a8803777d7b27b744348e5bd7fb0d4b3b5332c3
  1316. (process:11864): libnice-stun-DEBUG: 15:20:01.544: STUN auth: OK!
  1317. (process:11864): libnice-stun-DEBUG: 15:20:01.544: STUN unknown: 0 mandatory attribute(s)!
  1318. (process:11864): libnice-stun-DEBUG: 15:20:01.544: STUN Reply (buffer size = 1300)...
  1319. (process:11864): libnice-stun-DEBUG: 15:20:01.544: Message HMAC-SHA1 message integrity:
  1320. (process:11864): libnice-stun-DEBUG: 15:20:01.544: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1321. (process:11864): libnice-stun-DEBUG: 15:20:01.544: sent : 0x963983104795d577ea04cc1de2c5d3a276a61b8b
  1322. (process:11864): libnice-stun-DEBUG: 15:20:01.544: Message HMAC-SHA1 fingerprint: 0x3787e870
  1323. (process:11864): libnice-stun-DEBUG: 15:20:01.544: All done (response size: 84)
  1324. (process:11864): libnice-DEBUG: 15:20:01.544: Agent 0x7f129800c020 : STUN-CC RESP to '181.48.138.30:56734', socket=33, len=84, cand=0x7f129800a6f0 (c-id:1), use-cand=0.
  1325. (process:11864): libnice-DEBUG: 15:20:01.544: Agent 0x7f129800c020 : Found a matching pair 0x7f12a000da90 for triggered check.
  1326. (process:11864): libnice-DEBUG: 15:20:01.544: Agent 0x7f129800c020 : Skipping triggered check, already completed..
  1327. (process:11864): libnice-DEBUG: 15:20:01.544: Agent 0x7f129800c020 : conn.check list status: 0 nominated, 1 valid, c-id 1.
  1328. (process:11864): libnice-DEBUG: 15:20:01.544: agent_recv_message_unlocked: Valid STUN packet received.
  1329. (process:11864): libnice-DEBUG: 15:20:06.074: Agent 0x7f129800c020: inbound STUN packet for 1/1 (stream/component) from [181.48.138.30]:56734 (92 octets) :
  1330. (process:11864): libnice-stun-DEBUG: 15:20:06.075: STUN demux: OK!
  1331. (process:11864): libnice-stun-DEBUG: 15:20:06.075: Comparing username/ufrag of len 13 and 4, equal=0
  1332. (process:11864): libnice-stun-DEBUG: 15:20:06.075: username: 0x5a616b703a3130613732383138
  1333. (process:11864): libnice-stun-DEBUG: 15:20:06.075: ufrag: 0x5a616b70
  1334. (process:11864): libnice-stun-DEBUG: 15:20:06.075: Found valid username, returning password: 'o6zDAry4ndpH7gvQKT6Ynm'
  1335. (process:11864): libnice-stun-DEBUG: 15:20:06.075: Message HMAC-SHA1 fingerprint:
  1336. (process:11864): libnice-stun-DEBUG: 15:20:06.075: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1337. (process:11864): libnice-stun-DEBUG: 15:20:06.075: expected: 0x6576bc9f375474b731b4f1a81d75396a6c4cc4dc
  1338. (process:11864): libnice-stun-DEBUG: 15:20:06.075: received: 0x6576bc9f375474b731b4f1a81d75396a6c4cc4dc
  1339. (process:11864): libnice-stun-DEBUG: 15:20:06.075: STUN auth: OK!
  1340. (process:11864): libnice-stun-DEBUG: 15:20:06.075: STUN unknown: 0 mandatory attribute(s)!
  1341. (process:11864): libnice-stun-DEBUG: 15:20:06.075: STUN Reply (buffer size = 1300)...
  1342. (process:11864): libnice-stun-DEBUG: 15:20:06.075: Message HMAC-SHA1 message integrity:
  1343. (process:11864): libnice-stun-DEBUG: 15:20:06.075: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1344. (process:11864): libnice-stun-DEBUG: 15:20:06.075: sent : 0x29a2bb7675004161912aeb470f4ed6a46073c7bd
  1345. (process:11864): libnice-stun-DEBUG: 15:20:06.075: Message HMAC-SHA1 fingerprint: 0x47ed67fa
  1346. (process:11864): libnice-stun-DEBUG: 15:20:06.075: All done (response size: 84)
  1347. (process:11864): libnice-DEBUG: 15:20:06.075: Agent 0x7f129800c020 : STUN-CC RESP to '181.48.138.30:56734', socket=33, len=84, cand=0x7f129800a6f0 (c-id:1), use-cand=0.
  1348. (process:11864): libnice-DEBUG: 15:20:06.075: Agent 0x7f129800c020 : Found a matching pair 0x7f12a000da90 for triggered check.
  1349. (process:11864): libnice-DEBUG: 15:20:06.075: Agent 0x7f129800c020 : Skipping triggered check, already completed..
  1350. (process:11864): libnice-DEBUG: 15:20:06.075: Agent 0x7f129800c020 : conn.check list status: 0 nominated, 1 valid, c-id 1.
  1351. (process:11864): libnice-DEBUG: 15:20:06.075: agent_recv_message_unlocked: Valid STUN packet received.
  1352. (process:11864): libnice-DEBUG: 15:20:10.566: Agent 0x7f129800c020: inbound STUN packet for 1/1 (stream/component) from [181.48.138.30]:56734 (92 octets) :
  1353. (process:11864): libnice-stun-DEBUG: 15:20:10.567: STUN demux: OK!
  1354. (process:11864): libnice-stun-DEBUG: 15:20:10.567: Comparing username/ufrag of len 13 and 4, equal=0
  1355. (process:11864): libnice-stun-DEBUG: 15:20:10.567: username: 0x5a616b703a3130613732383138
  1356. (process:11864): libnice-stun-DEBUG: 15:20:10.567: ufrag: 0x5a616b70
  1357. (process:11864): libnice-stun-DEBUG: 15:20:10.567: Found valid username, returning password: 'o6zDAry4ndpH7gvQKT6Ynm'
  1358. (process:11864): libnice-stun-DEBUG: 15:20:10.567: Message HMAC-SHA1 fingerprint:
  1359. (process:11864): libnice-stun-DEBUG: 15:20:10.567: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1360. (process:11864): libnice-stun-DEBUG: 15:20:10.567: expected: 0x24f0cf6d01872ce0db2c52f0567fbed7d5192a22
  1361. (process:11864): libnice-stun-DEBUG: 15:20:10.567: received: 0x24f0cf6d01872ce0db2c52f0567fbed7d5192a22
  1362. (process:11864): libnice-stun-DEBUG: 15:20:10.567: STUN auth: OK!
  1363. (process:11864): libnice-stun-DEBUG: 15:20:10.567: STUN unknown: 0 mandatory attribute(s)!
  1364. (process:11864): libnice-stun-DEBUG: 15:20:10.567: STUN Reply (buffer size = 1300)...
  1365. (process:11864): libnice-stun-DEBUG: 15:20:10.568: Message HMAC-SHA1 message integrity:
  1366. (process:11864): libnice-stun-DEBUG: 15:20:10.568: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1367. (process:11864): libnice-stun-DEBUG: 15:20:10.568: sent : 0x0d30c4ac67b70083b5755aff3c903a9bdefd6e47
  1368. (process:11864): libnice-stun-DEBUG: 15:20:10.568: Message HMAC-SHA1 fingerprint: 0x7d669d9c
  1369. (process:11864): libnice-stun-DEBUG: 15:20:10.568: All done (response size: 84)
  1370. (process:11864): libnice-DEBUG: 15:20:10.568: Agent 0x7f129800c020 : STUN-CC RESP to '181.48.138.30:56734', socket=33, len=84, cand=0x7f129800a6f0 (c-id:1), use-cand=0.
  1371. (process:11864): libnice-DEBUG: 15:20:10.568: Agent 0x7f129800c020 : Found a matching pair 0x7f12a000da90 for triggered check.
  1372. (process:11864): libnice-DEBUG: 15:20:10.568: Agent 0x7f129800c020 : Skipping triggered check, already completed..
  1373. (process:11864): libnice-DEBUG: 15:20:10.568: Agent 0x7f129800c020 : conn.check list status: 0 nominated, 1 valid, c-id 1.
  1374. (process:11864): libnice-DEBUG: 15:20:10.568: agent_recv_message_unlocked: Valid STUN packet received.
  1375. (process:11864): libnice-DEBUG: 15:20:16.340: Agent 0x7f129800c020: inbound STUN packet for 1/1 (stream/component) from [181.48.138.30]:56734 (92 octets) :
  1376. (process:11864): libnice-stun-DEBUG: 15:20:16.340: STUN demux: OK!
  1377. (process:11864): libnice-stun-DEBUG: 15:20:16.340: Comparing username/ufrag of len 13 and 4, equal=0
  1378. (process:11864): libnice-stun-DEBUG: 15:20:16.340: username: 0x5a616b703a3130613732383138
  1379. (process:11864): libnice-stun-DEBUG: 15:20:16.340: ufrag: 0x5a616b70
  1380. (process:11864): libnice-stun-DEBUG: 15:20:16.340: Found valid username, returning password: 'o6zDAry4ndpH7gvQKT6Ynm'
  1381. (process:11864): libnice-stun-DEBUG: 15:20:16.340: Message HMAC-SHA1 fingerprint:
  1382. (process:11864): libnice-stun-DEBUG: 15:20:16.340: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1383. (process:11864): libnice-stun-DEBUG: 15:20:16.340: expected: 0xaea00c5d14b2f33c5afac358f90e166c33ad1b25
  1384. (process:11864): libnice-stun-DEBUG: 15:20:16.340: received: 0xaea00c5d14b2f33c5afac358f90e166c33ad1b25
  1385. (process:11864): libnice-stun-DEBUG: 15:20:16.340: STUN auth: OK!
  1386. (process:11864): libnice-stun-DEBUG: 15:20:16.340: STUN unknown: 0 mandatory attribute(s)!
  1387. (process:11864): libnice-stun-DEBUG: 15:20:16.340: STUN Reply (buffer size = 1300)...
  1388. (process:11864): libnice-stun-DEBUG: 15:20:16.340: Message HMAC-SHA1 message integrity:
  1389. (process:11864): libnice-stun-DEBUG: 15:20:16.340: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1390. (process:11864): libnice-stun-DEBUG: 15:20:16.340: sent : 0x73880bbddc8252705cc7edd5cad5d6716f084931
  1391. (process:11864): libnice-stun-DEBUG: 15:20:16.340: Message HMAC-SHA1 fingerprint: 0xa724d392
  1392. (process:11864): libnice-stun-DEBUG: 15:20:16.340: All done (response size: 84)
  1393. (process:11864): libnice-DEBUG: 15:20:16.340: Agent 0x7f129800c020 : STUN-CC RESP to '181.48.138.30:56734', socket=33, len=84, cand=0x7f129800a6f0 (c-id:1), use-cand=0.
  1394. (process:11864): libnice-DEBUG: 15:20:16.340: Agent 0x7f129800c020 : Found a matching pair 0x7f12a000da90 for triggered check.
  1395. (process:11864): libnice-DEBUG: 15:20:16.340: Agent 0x7f129800c020 : Skipping triggered check, already completed..
  1396. (process:11864): libnice-DEBUG: 15:20:16.340: Agent 0x7f129800c020 : conn.check list status: 0 nominated, 1 valid, c-id 1.
  1397. (process:11864): libnice-DEBUG: 15:20:16.340: agent_recv_message_unlocked: Valid STUN packet received.
  1398. Long poll time out for session 771549177234035...
  1399. We have a message to serve...
  1400. [
  1401. {
  1402. "janus": "keepalive"
  1403. }
  1404. ]
  1405. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP GET request on /janus/771549177234035...
  1406. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  1407. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  1408. [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
  1409. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  1410. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  1411. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  1412. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  1413. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  1414. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  1415. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP GET request on /janus/771549177234035...
  1416. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  1417. Session: 771549177234035
  1418. Got a Janus API request from janus.transport.http (0x7f12900052a0)
  1419. Session 771549177234035 found... returning up to 10 messages
  1420. [transports/janus_http.c:janus_http_notifier:1810] ... handling long poll...
  1421. Got a keep-alive on session 771549177234035
  1422. Sending Janus API response to janus.transport.http (0x7f12900052a0)
  1423. Got a Janus API response to send (0x7f12900052a0)
  1424. (process:11864): libnice-DEBUG: 15:20:21.582: Agent 0x7f129800c020: inbound STUN packet for 1/1 (stream/component) from [181.48.138.30]:56734 (92 octets) :
  1425. (process:11864): libnice-stun-DEBUG: 15:20:21.582: STUN demux: OK!
  1426. (process:11864): libnice-stun-DEBUG: 15:20:21.582: Comparing username/ufrag of len 13 and 4, equal=0
  1427. (process:11864): libnice-stun-DEBUG: 15:20:21.582: username: 0x5a616b703a3130613732383138
  1428. (process:11864): libnice-stun-DEBUG: 15:20:21.582: ufrag: 0x5a616b70
  1429. (process:11864): libnice-stun-DEBUG: 15:20:21.582: Found valid username, returning password: 'o6zDAry4ndpH7gvQKT6Ynm'
  1430. (process:11864): libnice-stun-DEBUG: 15:20:21.582: Message HMAC-SHA1 fingerprint:
  1431. (process:11864): libnice-stun-DEBUG: 15:20:21.582: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1432. (process:11864): libnice-stun-DEBUG: 15:20:21.582: expected: 0x5eac5d1f6a051cde0bf0ccbd35723b92d587af77
  1433. (process:11864): libnice-stun-DEBUG: 15:20:21.582: received: 0x5eac5d1f6a051cde0bf0ccbd35723b92d587af77
  1434. (process:11864): libnice-stun-DEBUG: 15:20:21.582: STUN auth: OK!
  1435. (process:11864): libnice-stun-DEBUG: 15:20:21.582: STUN unknown: 0 mandatory attribute(s)!
  1436. (process:11864): libnice-stun-DEBUG: 15:20:21.582: STUN Reply (buffer size = 1300)...
  1437. (process:11864): libnice-stun-DEBUG: 15:20:21.582: Message HMAC-SHA1 message integrity:
  1438. (process:11864): libnice-stun-DEBUG: 15:20:21.582: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1439. (process:11864): libnice-stun-DEBUG: 15:20:21.583: sent : 0xb5ecdfaad60d2e6cbd6e2d85248fb0406c215af0
  1440. (process:11864): libnice-stun-DEBUG: 15:20:21.583: Message HMAC-SHA1 fingerprint: 0x6dd8fbc6
  1441. (process:11864): libnice-stun-DEBUG: 15:20:21.583: All done (response size: 84)
  1442. (process:11864): libnice-DEBUG: 15:20:21.583: Agent 0x7f129800c020 : STUN-CC RESP to '181.48.138.30:56734', socket=33, len=84, cand=0x7f129800a6f0 (c-id:1), use-cand=0.
  1443. (process:11864): libnice-DEBUG: 15:20:21.583: Agent 0x7f129800c020 : Found a matching pair 0x7f12a000da90 for triggered check.
  1444. (process:11864): libnice-DEBUG: 15:20:21.583: Agent 0x7f129800c020 : Skipping triggered check, already completed..
  1445. (process:11864): libnice-DEBUG: 15:20:21.583: Agent 0x7f129800c020 : conn.check list status: 0 nominated, 1 valid, c-id 1.
  1446. (process:11864): libnice-DEBUG: 15:20:21.583: agent_recv_message_unlocked: Valid STUN packet received.
  1447. (process:11864): libnice-DEBUG: 15:20:26.575: Agent 0x7f129800c020: inbound STUN packet for 1/1 (stream/component) from [181.48.138.30]:56734 (92 octets) :
  1448. (process:11864): libnice-stun-DEBUG: 15:20:26.575: STUN demux: OK!
  1449. (process:11864): libnice-stun-DEBUG: 15:20:26.575: Comparing username/ufrag of len 13 and 4, equal=0
  1450. (process:11864): libnice-stun-DEBUG: 15:20:26.575: username: 0x5a616b703a3130613732383138
  1451. (process:11864): libnice-stun-DEBUG: 15:20:26.575: ufrag: 0x5a616b70
  1452. (process:11864): libnice-stun-DEBUG: 15:20:26.575: Found valid username, returning password: 'o6zDAry4ndpH7gvQKT6Ynm'
  1453. (process:11864): libnice-stun-DEBUG: 15:20:26.575: Message HMAC-SHA1 fingerprint:
  1454. (process:11864): libnice-stun-DEBUG: 15:20:26.575: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1455. (process:11864): libnice-stun-DEBUG: 15:20:26.575: expected: 0x28ab51e877ca970f4bd5426f2b92ef66fdfb1eec
  1456. (process:11864): libnice-stun-DEBUG: 15:20:26.575: received: 0x28ab51e877ca970f4bd5426f2b92ef66fdfb1eec
  1457. (process:11864): libnice-stun-DEBUG: 15:20:26.575: STUN auth: OK!
  1458. (process:11864): libnice-stun-DEBUG: 15:20:26.575: STUN unknown: 0 mandatory attribute(s)!
  1459. (process:11864): libnice-stun-DEBUG: 15:20:26.575: STUN Reply (buffer size = 1300)...
  1460. (process:11864): libnice-stun-DEBUG: 15:20:26.575: Message HMAC-SHA1 message integrity:
  1461. (process:11864): libnice-stun-DEBUG: 15:20:26.575: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1462. (process:11864): libnice-stun-DEBUG: 15:20:26.575: sent : 0x654d6da1745d2c6393026b1c303218ce5d0c3468
  1463. (process:11864): libnice-stun-DEBUG: 15:20:26.575: Message HMAC-SHA1 fingerprint: 0x26552b2b
  1464. (process:11864): libnice-stun-DEBUG: 15:20:26.576: All done (response size: 84)
  1465. (process:11864): libnice-DEBUG: 15:20:26.576: Agent 0x7f129800c020 : STUN-CC RESP to '181.48.138.30:56734', socket=33, len=84, cand=0x7f129800a6f0 (c-id:1), use-cand=0.
  1466. (process:11864): libnice-DEBUG: 15:20:26.576: Agent 0x7f129800c020 : Found a matching pair 0x7f12a000da90 for triggered check.
  1467. (process:11864): libnice-DEBUG: 15:20:26.576: Agent 0x7f129800c020 : Skipping triggered check, already completed..
  1468. (process:11864): libnice-DEBUG: 15:20:26.576: Agent 0x7f129800c020 : conn.check list status: 0 nominated, 1 valid, c-id 1.
  1469. (process:11864): libnice-DEBUG: 15:20:26.576: agent_recv_message_unlocked: Valid STUN packet received.
  1470. (process:11864): libnice-DEBUG: 15:20:31.927: Agent 0x7f129800c020: inbound STUN packet for 1/1 (stream/component) from [181.48.138.30]:56734 (92 octets) :
  1471. (process:11864): libnice-stun-DEBUG: 15:20:31.927: STUN demux: OK!
  1472. (process:11864): libnice-stun-DEBUG: 15:20:31.927: Comparing username/ufrag of len 13 and 4, equal=0
  1473. (process:11864): libnice-stun-DEBUG: 15:20:31.927: username: 0x5a616b703a3130613732383138
  1474. (process:11864): libnice-stun-DEBUG: 15:20:31.927: ufrag: 0x5a616b70
  1475. (process:11864): libnice-stun-DEBUG: 15:20:31.927: Found valid username, returning password: 'o6zDAry4ndpH7gvQKT6Ynm'
  1476. (process:11864): libnice-stun-DEBUG: 15:20:31.927: Message HMAC-SHA1 fingerprint:
  1477. (process:11864): libnice-stun-DEBUG: 15:20:31.927: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1478. (process:11864): libnice-stun-DEBUG: 15:20:31.927: expected: 0xd4f5baaebb6f127a88317caa0f0c6cff542199fe
  1479. (process:11864): libnice-stun-DEBUG: 15:20:31.927: received: 0xd4f5baaebb6f127a88317caa0f0c6cff542199fe
  1480. (process:11864): libnice-stun-DEBUG: 15:20:31.927: STUN auth: OK!
  1481. (process:11864): libnice-stun-DEBUG: 15:20:31.927: STUN unknown: 0 mandatory attribute(s)!
  1482. (process:11864): libnice-stun-DEBUG: 15:20:31.927: STUN Reply (buffer size = 1300)...
  1483. (process:11864): libnice-stun-DEBUG: 15:20:31.927: Message HMAC-SHA1 message integrity:
  1484. (process:11864): libnice-stun-DEBUG: 15:20:31.927: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1485. (process:11864): libnice-stun-DEBUG: 15:20:31.927: sent : 0x8772581910c993f7b4dc3a87d089f451401008c6
  1486. (process:11864): libnice-stun-DEBUG: 15:20:31.927: Message HMAC-SHA1 fingerprint: 0xf8e8f75b
  1487. (process:11864): libnice-stun-DEBUG: 15:20:31.927: All done (response size: 84)
  1488. (process:11864): libnice-DEBUG: 15:20:31.927: Agent 0x7f129800c020 : STUN-CC RESP to '181.48.138.30:56734', socket=33, len=84, cand=0x7f129800a6f0 (c-id:1), use-cand=0.
  1489. (process:11864): libnice-DEBUG: 15:20:31.927: Agent 0x7f129800c020 : Found a matching pair 0x7f12a000da90 for triggered check.
  1490. (process:11864): libnice-DEBUG: 15:20:31.927: Agent 0x7f129800c020 : Skipping triggered check, already completed..
  1491. (process:11864): libnice-DEBUG: 15:20:31.927: Agent 0x7f129800c020 : conn.check list status: 0 nominated, 1 valid, c-id 1.
  1492. (process:11864): libnice-DEBUG: 15:20:31.927: agent_recv_message_unlocked: Valid STUN packet received.
  1493. (process:11864): libnice-DEBUG: 15:20:36.162: Agent 0x7f129800c020: inbound STUN packet for 1/1 (stream/component) from [181.48.138.30]:56734 (92 octets) :
  1494. (process:11864): libnice-stun-DEBUG: 15:20:36.162: STUN demux: OK!
  1495. (process:11864): libnice-stun-DEBUG: 15:20:36.163: Comparing username/ufrag of len 13 and 4, equal=0
  1496. (process:11864): libnice-stun-DEBUG: 15:20:36.163: username: 0x5a616b703a3130613732383138
  1497. (process:11864): libnice-stun-DEBUG: 15:20:36.163: ufrag: 0x5a616b70
  1498. (process:11864): libnice-stun-DEBUG: 15:20:36.163: Found valid username, returning password: 'o6zDAry4ndpH7gvQKT6Ynm'
  1499. (process:11864): libnice-stun-DEBUG: 15:20:36.163: Message HMAC-SHA1 fingerprint:
  1500. (process:11864): libnice-stun-DEBUG: 15:20:36.163: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1501. (process:11864): libnice-stun-DEBUG: 15:20:36.164: expected: 0x50c49e4acb94f90b7f10283930379dec31b3cd42
  1502. (process:11864): libnice-stun-DEBUG: 15:20:36.164: received: 0x50c49e4acb94f90b7f10283930379dec31b3cd42
  1503. (process:11864): libnice-stun-DEBUG: 15:20:36.164: STUN auth: OK!
  1504. (process:11864): libnice-stun-DEBUG: 15:20:36.164: STUN unknown: 0 mandatory attribute(s)!
  1505. (process:11864): libnice-stun-DEBUG: 15:20:36.164: STUN Reply (buffer size = 1300)...
  1506. (process:11864): libnice-stun-DEBUG: 15:20:36.164: Message HMAC-SHA1 message integrity:
  1507. (process:11864): libnice-stun-DEBUG: 15:20:36.165: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1508. (process:11864): libnice-stun-DEBUG: 15:20:36.165: sent : 0x6bcbdbcf94fe70181e01d657c98b688e8fc12204
  1509. (process:11864): libnice-stun-DEBUG: 15:20:36.165: Message HMAC-SHA1 fingerprint: 0xce3a2696
  1510. (process:11864): libnice-stun-DEBUG: 15:20:36.165: All done (response size: 84)
  1511. (process:11864): libnice-DEBUG: 15:20:36.165: Agent 0x7f129800c020 : STUN-CC RESP to '181.48.138.30:56734', socket=33, len=84, cand=0x7f129800a6f0 (c-id:1), use-cand=0.
  1512. (process:11864): libnice-DEBUG: 15:20:36.165: Agent 0x7f129800c020 : Found a matching pair 0x7f12a000da90 for triggered check.
  1513. (process:11864): libnice-DEBUG: 15:20:36.166: Agent 0x7f129800c020 : Skipping triggered check, already completed..
  1514. (process:11864): libnice-DEBUG: 15:20:36.166: Agent 0x7f129800c020 : conn.check list status: 0 nominated, 1 valid, c-id 1.
  1515. (process:11864): libnice-DEBUG: 15:20:36.166: agent_recv_message_unlocked: Valid STUN packet received.
  1516. (process:11864): libnice-DEBUG: 15:20:42.153: Agent 0x7f129800c020: inbound STUN packet for 1/1 (stream/component) from [181.48.138.30]:56734 (92 octets) :
  1517. (process:11864): libnice-stun-DEBUG: 15:20:42.153: STUN demux: OK!
  1518. (process:11864): libnice-stun-DEBUG: 15:20:42.153: Comparing username/ufrag of len 13 and 4, equal=0
  1519. (process:11864): libnice-stun-DEBUG: 15:20:42.153: username: 0x5a616b703a3130613732383138
  1520. (process:11864): libnice-stun-DEBUG: 15:20:42.153: ufrag: 0x5a616b70
  1521. (process:11864): libnice-stun-DEBUG: 15:20:42.153: Found valid username, returning password: 'o6zDAry4ndpH7gvQKT6Ynm'
  1522. (process:11864): libnice-stun-DEBUG: 15:20:42.153: Message HMAC-SHA1 fingerprint:
  1523. (process:11864): libnice-stun-DEBUG: 15:20:42.153: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1524. (process:11864): libnice-stun-DEBUG: 15:20:42.153: expected: 0x703e610514f5fe56821473639557a229e6b1b2af
  1525. (process:11864): libnice-stun-DEBUG: 15:20:42.153: received: 0x703e610514f5fe56821473639557a229e6b1b2af
  1526. (process:11864): libnice-stun-DEBUG: 15:20:42.153: STUN auth: OK!
  1527. (process:11864): libnice-stun-DEBUG: 15:20:42.154: STUN unknown: 0 mandatory attribute(s)!
  1528. (process:11864): libnice-stun-DEBUG: 15:20:42.154: STUN Reply (buffer size = 1300)...
  1529. (process:11864): libnice-stun-DEBUG: 15:20:42.154: Message HMAC-SHA1 message integrity:
  1530. (process:11864): libnice-stun-DEBUG: 15:20:42.154: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1531. (process:11864): libnice-stun-DEBUG: 15:20:42.154: sent : 0xe35457f36d5740c415d9b4c14e6fd9fbe9933959
  1532. (process:11864): libnice-stun-DEBUG: 15:20:42.154: Message HMAC-SHA1 fingerprint: 0xf74ca4ad
  1533. (process:11864): libnice-stun-DEBUG: 15:20:42.154: All done (response size: 84)
  1534. (process:11864): libnice-DEBUG: 15:20:42.154: Agent 0x7f129800c020 : STUN-CC RESP to '181.48.138.30:56734', socket=33, len=84, cand=0x7f129800a6f0 (c-id:1), use-cand=0.
  1535. (process:11864): libnice-DEBUG: 15:20:42.154: Agent 0x7f129800c020 : Found a matching pair 0x7f12a000da90 for triggered check.
  1536. (process:11864): libnice-DEBUG: 15:20:42.154: Agent 0x7f129800c020 : Skipping triggered check, already completed..
  1537. (process:11864): libnice-DEBUG: 15:20:42.154: Agent 0x7f129800c020 : conn.check list status: 0 nominated, 1 valid, c-id 1.
  1538. (process:11864): libnice-DEBUG: 15:20:42.154: agent_recv_message_unlocked: Valid STUN packet received.
  1539. (process:11864): libnice-DEBUG: 15:20:46.211: Agent 0x7f129800c020: inbound STUN packet for 1/1 (stream/component) from [181.48.138.30]:56734 (92 octets) :
  1540. (process:11864): libnice-stun-DEBUG: 15:20:46.211: STUN demux: OK!
  1541. (process:11864): libnice-stun-DEBUG: 15:20:46.211: Comparing username/ufrag of len 13 and 4, equal=0
  1542. (process:11864): libnice-stun-DEBUG: 15:20:46.211: username: 0x5a616b703a3130613732383138
  1543. (process:11864): libnice-stun-DEBUG: 15:20:46.211: ufrag: 0x5a616b70
  1544. (process:11864): libnice-stun-DEBUG: 15:20:46.212: Found valid username, returning password: 'o6zDAry4ndpH7gvQKT6Ynm'
  1545. (process:11864): libnice-stun-DEBUG: 15:20:46.212: Message HMAC-SHA1 fingerprint:
  1546. (process:11864): libnice-stun-DEBUG: 15:20:46.212: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1547. (process:11864): libnice-stun-DEBUG: 15:20:46.212: expected: 0x0cf6c4ac64fb4ce52cb064207b07ab735d8885f4
  1548. (process:11864): libnice-stun-DEBUG: 15:20:46.212: received: 0x0cf6c4ac64fb4ce52cb064207b07ab735d8885f4
  1549. (process:11864): libnice-stun-DEBUG: 15:20:46.212: STUN auth: OK!
  1550. (process:11864): libnice-stun-DEBUG: 15:20:46.212: STUN unknown: 0 mandatory attribute(s)!
  1551. (process:11864): libnice-stun-DEBUG: 15:20:46.212: STUN Reply (buffer size = 1300)...
  1552. (process:11864): libnice-stun-DEBUG: 15:20:46.212: Message HMAC-SHA1 message integrity:
  1553. (process:11864): libnice-stun-DEBUG: 15:20:46.212: key : 0x6f367a44417279346e647048376776514b5436596e6d
  1554. (process:11864): libnice-stun-DEBUG: 15:20:46.212: sent : 0x028b5a58d84330c91cdd17ca40c693ca266d46be
  1555. (process:11864): libnice-stun-DEBUG: 15:20:46.212: Message HMAC-SHA1 fingerprint: 0x62db56c6
  1556. (process:11864): libnice-stun-DEBUG: 15:20:46.212: All done (response size: 84)
  1557. (process:11864): libnice-DEBUG: 15:20:46.212: Agent 0x7f129800c020 : STUN-CC RESP to '181.48.138.30:56734', socket=33, len=84, cand=0x7f129800a6f0 (c-id:1), use-cand=0.
  1558. (process:11864): libnice-DEBUG: 15:20:46.212: Agent 0x7f129800c020 : Found a matching pair 0x7f12a000da90 for triggered check.
  1559. (process:11864): libnice-DEBUG: 15:20:46.212: Agent 0x7f129800c020 : Skipping triggered check, already completed..
  1560. (process:11864): libnice-DEBUG: 15:20:46.212: Agent 0x7f129800c020 : conn.check list status: 0 nominated, 1 valid, c-id 1.
  1561. (process:11864): libnice-DEBUG: 15:20:46.212: agent_recv_message_unlocked: Valid STUN packet received.
  1562. Long poll time out for session 771549177234035...
  1563. We have a message to serve...
  1564. [
  1565. {
  1566. "janus": "keepalive"
  1567. }
  1568. ]
  1569. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP GET request on /janus/771549177234035...
  1570. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  1571. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  1572. [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
  1573. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  1574. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  1575. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  1576. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  1577. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  1578. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  1579. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP GET request on /janus/771549177234035...
  1580. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  1581. Session: 771549177234035
  1582. Got a Janus API request from janus.transport.http (0x7f1290005020)
  1583. Session 771549177234035 found... returning up to 10 messages
  1584. [transports/janus_http.c:janus_http_notifier:1810] ... handling long poll...
  1585. Got a keep-alive on session 771549177234035
  1586. Sending Janus API response to janus.transport.http (0x7f1290005020)
  1587. Got a Janus API response to send (0x7f1290005020)
  1588. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP POST request on /janus/771549177234035/5634684437485302...
  1589. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  1590. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  1591. [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
  1592. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  1593. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  1594. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  1595. [transports/janus_http.c:janus_http_headers:1777] Content-Type: application/json
  1596. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  1597. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  1598. [transports/janus_http.c:janus_http_headers:1777] Content-Length: 76
  1599. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  1600. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/771549177234035/5634684437485302...
  1601. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  1602. Session: 771549177234035
  1603. Handle: 5634684437485302
  1604. Processing POST data (application/json) (76 bytes)...
  1605. [transports/janus_http.c:janus_http_handler:1277] -- Data we have now (76 bytes)
  1606. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP POST request on /janus/771549177234035/5634684437485302...
  1607. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  1608. Session: 771549177234035
  1609. Handle: 5634684437485302
  1610. Processing POST data (application/json) (0 bytes)...
  1611. [transports/janus_http.c:janus_http_handler:1282] Done getting payload, we can answer
  1612. {"janus":"message","body":{"request":"hangup"},"transaction":"RumY1C183cEg"}
  1613. Forwarding request to the core (0x7f12940056d0)
  1614. Got a Janus API request from janus.transport.http (0x7f12940056d0)
  1615. Transport task pool, serving request
  1616. [5634684437485302] There's a message for JANUS SIP plugin
  1617. Creating plugin result...
  1618. Sending Janus API response to janus.transport.http (0x7f12940056d0)
  1619. Got a Janus API response to send (0x7f12940056d0)
  1620. Destroying plugin result...
  1621. [5634684437485302] Sending event to transport...
  1622. Sending event to janus.transport.http (0x7f1294001030)
  1623. Got a Janus API event to send (0x7f1294001030)
  1624. >> Pushing event: 0 (Success)
  1625. (process:11864): libnice-DEBUG: 15:20:53.733: Agent 0x7f129800c020, freeing conncheck_list of stream 0x7f129800f6b0
  1626. (process:11864): libnice-DEBUG: 15:20:53.733: Free socket sources for component 0x7f129800ff00.
  1627. (process:11864): libnice-DEBUG: 15:20:53.734: Detaching source 0x7f129801d470 (socket 0x7f12980075d0, FD 33) from context 0x7f12a00029a0
  1628. (process:11864): libnice-DEBUG: 15:20:53.734: Destroyed NiceComponent (1 created, 1 destroyed)
  1629. (process:11864): libnice-DEBUG: 15:20:53.734: Destroyed NiceStream (1 created, 1 destroyed)
  1630. [123456][nua_r_bye]: 200 OK
  1631. [123456][nua_i_state]: 200 to BYE
  1632. [5634684437485302] Sending event to transport...
  1633. Sending event to janus.transport.http (0x7f1294001030)
  1634. Got a Janus API event to send (0x7f1294001030)
  1635. >> Pushing event: 0 (Success)
  1636. [123456][nua_i_terminated]: 200 to BYE
  1637. [5634684437485302] Plugin asked to hangup PeerConnection: sending alert
  1638. [5634684437485302] Hanging up PeerConnection because of a Close PC
  1639. [5634684437485302] Telling the plugin about the hangup (JANUS SIP plugin)
  1640. [janus.plugin.sip-0x7f1294002cd0] No WebRTC media anymore
  1641. [5634684437485302] Notifying WebRTC hangup; 0x7f12a0001b30
  1642. [5634684437485302] Sending event to transport...; 0x7f12a0001b30
  1643. Sending event to janus.transport.http (0x7f1294001030)
  1644. Got a Janus API event to send (0x7f1294001030)
  1645. [5634684437485302] WebRTC resources freed; 0x7f12a0001b30 0x7f12a0001570
  1646. We have a message to serve...
  1647. [
  1648. {
  1649. "janus": "event",
  1650. "session_id": 771549177234035,
  1651. "transaction": "RumY1C183cEg",
  1652. "sender": 5634684437485302,
  1653. "plugindata": {
  1654. "plugin": "janus.plugin.sip",
  1655. "data": {
  1656. "sip": "event",
  1657. "result": {
  1658. "event": "hangingup"
  1659. },
  1660. "call_id": "wHUaT8esf1cF3Doxlh0BPYK"
  1661. }
  1662. }
  1663. },
  1664. {
  1665. "janus": "event",
  1666. "session_id": 771549177234035,
  1667. "transaction": "QgsrlRHVP32G",
  1668. "sender": 5634684437485302,
  1669. "plugindata": {
  1670. "plugin": "janus.plugin.sip",
  1671. "data": {
  1672. "sip": "event",
  1673. "result": {
  1674. "event": "hangup",
  1675. "code": 200,
  1676. "reason": "to BYE"
  1677. },
  1678. "call_id": "wHUaT8esf1cF3Doxlh0BPYK"
  1679. }
  1680. }
  1681. },
  1682. {
  1683. "janus": "hangup",
  1684. "session_id": 771549177234035,
  1685. "sender": 5634684437485302,
  1686. "reason": "Close PC"
  1687. }
  1688. ]
  1689. [transports/janus_http.c:janus_http_handler:1166] Got a HTTP GET request on /janus/771549177234035...
  1690. [transports/janus_http.c:janus_http_handler:1167] ... Just parsing headers for now...
  1691. [transports/janus_http.c:janus_http_headers:1777] Host: 181.49.5.74:8088
  1692. [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
  1693. [transports/janus_http.c:janus_http_headers:1777] Accept: application/json, text/plain, */*
  1694. [transports/janus_http.c:janus_http_headers:1777] Accept-Language: en-US,en;q=0.5
  1695. [transports/janus_http.c:janus_http_headers:1777] Accept-Encoding: gzip, deflate
  1696. [transports/janus_http.c:janus_http_headers:1777] Origin: http://181.49.5.74:8080
  1697. [transports/janus_http.c:janus_http_headers:1777] Referer: http://181.49.5.74:8080/siptest.html
  1698. [transports/janus_http.c:janus_http_headers:1777] Connection: keep-alive
  1699. [transports/janus_http.c:janus_http_handler:1199] Processing HTTP GET request on /janus/771549177234035...
  1700. [transports/janus_http.c:janus_http_handler:1252] ... parsing request...
  1701. Session: 771549177234035
  1702. Got a Janus API request from janus.transport.http (0x7f1290005020)
  1703. Session 771549177234035 found... returning up to 10 messages
  1704. [transports/janus_http.c:janus_http_notifier:1810] ... handling long poll...
  1705. Got a keep-alive on session 771549177234035
  1706. Sending Janus API response to janus.transport.http (0x7f1290005020)
  1707. Got a Janus API response to send (0x7f1290005020)
  1708. Leaving SIP relay thread
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement