I can't make audio and video works on NixOS
I'm trying to package Jami for NixOS. But I failed to make audio and video work. This is the log from jami-qt command line. I got similiar error on the gnome client.
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
"notify server name: gnome-shell, vendor: GNOME, version: 40.1, spec: 1.2"
No migration required
Screen saver dbus interface: "org.freedesktop.ScreenSaver"
QDBusMarshaller: type `VectorString' attempts to redefine basic D-BUS type 'as' (QStringList) (Did you forget to call beginStructure() ?)
QDBusMarshaller: type `MapStringVectorString' produces invalid D-BUS signature `a{s}' (Did you forget to call beginStructure() ?)
QDBusMarshaller: type `QMap<QString,MapStringVectorString>' produces invalid D-BUS signature `a{s}' (Did you forget to call beginStructure() ?)
QDBusConnection: name 'cx.ring.Ring' had owner '' but we thought it was ':1.320'
Syncing lrc accounts list with the daemon
NetworkManager client initialized, version: 1.30.6 , daemon running: yes , networking enabled: yes
primary network connection: 8c9d3959-3bf4-4d21-802b-f64ceb074b7e default: yes
qrc:/src/mainview/components/AboutPopUp.qml:74:21: QML MaterialLineEdit: Binding loop detected for property "implicitWidth"
qrc:/src/mainview/MainView.qml:470:5: QML AboutPopUp: Binding loop detected for property "height"
NewAccountModel::getAccountInfo, can't find dummy ; Using default avatar
lookup name NOT FOUND: "" "b4128b5c1abd52e5"
lookup name NOT FOUND: "" "b4128b5c1abd52e5"
lookup name NOT FOUND: "" "b4128b5c1abd52e5"
"slotCallStateChanged (call: 3121858061123032), from Searching to Connecting"
"slotCallStateChanged (call: 3121858061123032), from Connecting to Calling"
"slotCallStateChanged (call: 3121858061123032), from Calling to Talking"
Can't find renderer 3121858061123032
Couldn't start rendering for id: "3121858061123032"
Can't find renderer 3121858061123032
Couldn't start rendering for id: "3121858061123032"
Screen saver inhibited
Invalid JSON: ""
"slotCallStateChanged (call: 3121858061123032), from Talking to Finished"
"slotCallStateChanged (call: 3121858061123032), from Finished to Finished"
js: Uncaught TypeError: Cannot read property 'parentNode' of null
"slotCallStateChanged (call: 4041836831965996), from Searching to Connecting"
"slotCallStateChanged (call: 4041836831965996), from Connecting to Calling"
"slotCallStateChanged (call: 4041836831965996), from Calling to Talking"
Can't find renderer 4041836831965996
Couldn't start rendering for id: "4041836831965996"
Can't find renderer 4041836831965996
Couldn't start rendering for id: "4041836831965996"
Invalid JSON: ""
"slotCallStateChanged (call: 4041836831965996), from Talking to Finished"
"slotCallStateChanged (call: 4041836831965996), from Finished to Finished"
js: Uncaught TypeError: Cannot read property 'parentNode' of null
This is the log from the client.
[1633528203.676|10498|manager.cpp :946 ] ############## START MONITORING ##############
[1633528203.676|10498|manager.cpp :947 ] Using PJSIP version 2.11.1 for x86_64-unknown-linux-gnu
[1633528203.676|10498|manager.cpp :948 ] Using GnuTLS version 3.7.2
[1633528203.676|10498|manager.cpp :949 ] Using OpenDHT version 2.3.0
[1633528203.676|10498|manager.cpp :955 ] Opened files: 48
[1633528203.676|10498|jamiaccount.cpp :4366 ] [Account -------------------------] Monitor connections
[1633528203.676|10498|connectionmanager.cpp:1100 ] ConnectionManager for account ------------------------- (jami:-------------------------------------), current status:
[1633528203.677|10498|multiplexed_socket.cpp:639 ] - Socket with device: 3540a8436654210a113eb696db19266d12c5aa08c4c0564e353eb2e1977a42b0 - account: -------------------------------------
[1633528203.677|10498|multiplexed_socket.cpp:641 ] - Duration: 120575
[1633528203.677|10498|multiplexed_socket.cpp:645 ] - Ice connection: [1] -------------:35726 [prflx] <-> 10.131.151.82:43359 [host]
[1633528203.677|10498|multiplexed_socket.cpp:649 ] - Channel with name sync://3aa806882803bf0fe2dffc40750d8c80fd2c945e302ba2843653150c49e36020
[1633528203.677|10498|multiplexed_socket.cpp:649 ] - Channel with name sip
[1633528203.677|10498|connectionmanager.cpp:1107 ] ConnectionManager for account ------------------------- (jami:------------------------), end status.
[1633528203.677|10498|manager.cpp :964 ] ############## END MONITORING ##############
[1633528209.272|10498|manager.cpp :1057 ] try outgoing call to 'ring:-------------------------------------' with account '-------------------------'
[1633528209.272|10498|jamiaccount.cpp :439 ] [Account -------------------------] Calling peer -------------------------------------
[1633528209.272|10498|media_attribute.cpp:120 ] [MEDIA_TYPE] key not found in media map
[1633528209.272|10498|media_attribute.cpp:132 ] [ON_HOLD] key not found for media
[1633528209.272|10498|media_attribute.cpp:120 ] [MEDIA_TYPE] key not found in media map
[1633528209.272|10498|media_attribute.cpp:132 ] [ON_HOLD] key not found for media
[1633528209.272|10498|sipcall.cpp :163 ] [call:8955869718594030] Create a new [OUTGOING] SIP call with 2 media
[1633528209.272|10498|audio_rtp_session.cpp:56 ] Created Audio RTP session: 0xf140c0 - call Id 8955869718594030
[1633528209.272|10498|ringbuffer.cpp :55 ] Create new RingBuffer 8955869718594030
[1633528209.273|10498|sipcall.cpp :1793 ] [call:8955869718594030] Added media @0: [0xf6ce30] type [AUDIO] enabled [YES] muted [NO] label [audio_0] source [camera://SunplusIT_Inc_HD_User_Facing] src type [CAPTURE_DEVICE] secure [YES]
[1633528209.273|10498|sipcall.cpp :1793 ] [call:8955869718594030] Added media @1: [0xf6cea0] type [VIDEO] enabled [YES] muted [NO] label [video_0] source [camera://SunplusIT_Inc_HD_User_Facing] src type [CAPTURE_DEVICE] secure [YES]
[1633528209.273|10498|sipcall.cpp :1799 ] [call:8955869718594030] Created 2 Media streams
[1633528209.273|10498|jamiaccount.cpp :457 ] [Account -------------------------] Calling DHT peer -------------------------------------
[1633528209.273|10498|contact_list.cpp :68 ] Can't set certificate status for existing contacts -------------------------------------
[1633528209.273|10498|call.cpp :244 ] [call:8955869718594030] state change 0/0, cnx 0/1, code 0
[1633528209.282|10498|sipcall.cpp :163 ] [call:5319303795394192] Create a new [OUTGOING] SIP call with 2 media
[1633528209.282|10498|audio_rtp_session.cpp:56 ] Created Audio RTP session: 0xf6d820 - call Id 5319303795394192
[1633528209.282|10498|ringbuffer.cpp :55 ] Create new RingBuffer 5319303795394192
[1633528209.282|10498|sipcall.cpp :1793 ] [call:5319303795394192] Added media @0: [0xf74230] type [AUDIO] enabled [YES] muted [NO] label [audio_0] source [camera://SunplusIT_Inc_HD_User_Facing] src type [CAPTURE_DEVICE] secure [YES]
[1633528209.282|10498|sipcall.cpp :1793 ] [call:5319303795394192] Added media @1: [0xf6e070] type [VIDEO] enabled [YES] muted [NO] label [video_0] source [camera://SunplusIT_Inc_HD_User_Facing] src type [CAPTURE_DEVICE] secure [YES]
[1633528209.282|10498|sipcall.cpp :1799 ] [call:5319303795394192] Created 2 Media streams
[1633528209.282|10498|call.cpp :471 ] [call:8955869718594030] add subcall 5319303795394192
[1633528209.282|10498|jamiaccount.cpp :633 ] [call 8955869718594030] A channeled socket is detected with this peer.
[1633528209.282|10498|sipcall.cpp :163 ] [call:7131473212314966] Create a new [OUTGOING] SIP call with 2 media
[1633528209.282|10498|audio_rtp_session.cpp:56 ] Created Audio RTP session: 0xd95bd0 - call Id 7131473212314966
[1633528209.282|10498|ringbuffer.cpp :55 ] Create new RingBuffer 7131473212314966
[1633528209.282|10498|sipcall.cpp :1793 ] [call:7131473212314966] Added media @0: [0xf74670] type [AUDIO] enabled [YES] muted [NO] label [audio_0] source [camera://SunplusIT_Inc_HD_User_Facing] src type [CAPTURE_DEVICE] secure [YES]
[1633528209.282|10498|sipcall.cpp :1793 ] [call:7131473212314966] Added media @1: [0xd96240] type [VIDEO] enabled [YES] muted [NO] label [video_0] source [camera://SunplusIT_Inc_HD_User_Facing] src type [CAPTURE_DEVICE] secure [YES]
[1633528209.282|10498|sipcall.cpp :1799 ] [call:7131473212314966] Created 2 Media streams
[1633528209.283|10498|sipcall.cpp :438 ] [call:7131473212314966] Transport was set to [0x7f6650010190]
[1633528209.283|10498|call.cpp :471 ] [call:8955869718594030] add subcall 7131473212314966
[1633528209.283|10498|call.cpp :244 ] [call:7131473212314966] state change 0/0, cnx 0/2, code 0
[1633528209.283|10498|jamiaccount.cpp :712 ] [call:7131473212314966] outgoing call connected to -------------------------------------
[1633528209.283|10498|multiplexed_socket.cpp:266 ] Send beacon to peer 3540a8436654210a113eb696db19266d12c5aa08c4c0564e353eb2e1977a42b0
[1633528209.283|10499|call.cpp :244 ] [call:8955869718594030] state change 0/0, cnx 1/2, code 0
[1633528209.283|10525|jamiaccount.cpp :3513 ] [Account -------------------------] Store DHT public IPv4 address : -------------
[1633528209.283|10499|call.cpp :274 ] [call:8955869718594030] emit client call state change CONNECTING, code 0
[1633528209.283|10498|manager.cpp :604 ] ----- Switch current call id to '8955869718594030' -----
[1633528209.283|10525|sipcall.cpp :2907 ] [call:7131473212314966] create media ICE transport
[1633528209.283|10525|ice_transport.cpp :315 ] [ice:0x7f6660242820] Creating IceTransport session for "7131473212314966" - comp count 4 - as a master
[1633528209.283|10525|ice_transport.cpp :816 ] [ice:0x7f6660242820] Setup default candidates
[1633528209.283|10525|ice_transport.cpp :806 ] [ice:0x7f6660242820] added host stun config for UDP transport
[1633528209.283|10525|ice_transport.cpp :806 ] [ice:0x7f6660242820] added host stun config for UDP transport
[1633528209.283|10525|ice_transport.cpp :361 ] [ice:0x7f6660242820] Add generic srflx candidates:
[1633528209.283|10525|ice_transport.cpp :806 ] [ice:0x7f6660242820] added host stun config for UDP transport
[1633528209.283|10525|ice_transport.cpp :900 ] [ice:0x7f6660242820] Add srflx reflexive candidates [-------------:20773 : -------------:20773] for comp 1
[1633528209.283|10525|ice_transport.cpp :900 ] [ice:0x7f6660242820] Add srflx reflexive candidates [-------------:20090 : -------------:20090] for comp 2
[1633528209.283|10525|ice_transport.cpp :900 ] [ice:0x7f6660242820] Add srflx reflexive candidates [-------------:21594 : -------------:21594] for comp 3
[1633528209.283|10525|ice_transport.cpp :900 ] [ice:0x7f6660242820] Add srflx reflexive candidates [-------------:24481 : -------------:24481] for comp 4
[1633528209.285|10525|ice_transport.cpp :583 ] [ice:0x7f6660242820] UDP initialization success
[1633528209.285|10525|ice_transport.cpp :648 ] [ice:0x7f6660242820] as master
[1633528209.285|10525|ice_transport.cpp :781 ] [ice:0x7f6660242820] (local) ufrag=35934956, pwd=385a225506db701265ba5157
[1633528209.285|10525|sipcall.cpp :2962 ] [call:7131473212314966] Successfully created media ICE transport [ice:0x7f6660217c70]
[1633528209.285|10499|sdp.cpp :536 ] Creating SDP offer with 2 media
[1633528209.285|10499|sdp.cpp :243 ] Add media description [[0x7f6660039830] type [AUDIO] enabled [YES] muted [NO] label [audio_0] source [camera://SunplusIT_Inc_HD_User_Facing] src type [CAPTURE_DEVICE] secure [YES]]
[1633528209.285|10499|sdp.cpp :243 ] Add media description [[0x7f6660039888] type [VIDEO] enabled [YES] muted [NO] label [video_0] source [camera://SunplusIT_Inc_HD_User_Facing] src type [CAPTURE_DEVICE] secure [YES]]
[1633528209.286|10499|sdp.cpp :483 ] [SDP OFFER] Local session (initial):
v=0
o=PC 3842517009 0 IN IP4 -------------
s=Call ID 7131473212314966
c=IN IP4 -------------
t=0 0
m=audio 32240 RTP/SAVP 104 101
a=rtpmap:104 opus/48000/2
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=rtcp:32241 IN IP4 -------------
a=sendrecv
m=video 63288 RTP/SAVP 96 97
a=rtpmap:96 H264/90000
a=fmtp:96 profile-level-id=428029
a=rtpmap:97 VP8/90000
a=rtcp:63289 IN IP4 -------------
a=sendrecv
[1633528209.286|10550|sipcall.cpp :1654 ] [call:7131473212314966] fill SDP with ICE transport 0x7f6660217c70
[1633528209.286|10550|sipcall.cpp :1694 ] [call:7131473212314966] add ICE local candidates for media [[0xf74670] type [AUDIO] enabled [YES] muted [NO] label [audio_0]] @ 0
[1633528209.286|10550|sipcall.cpp :1694 ] [call:7131473212314966] add ICE local candidates for media [[0xd96240] type [VIDEO] enabled [YES] muted [NO] label [video_0]] @ 1
[1633528209.286|10550|jamiaccount.cpp :805 ] contact header: "---" <sips:7b97ab0f390791ba1aa29c0322d45cfbce9a23db@-------------:35726;transport=tls> / "---" <sip:-------------------------------------@ring.dht> -> <sips:-------------------------------------@10.131.151.82:43359;transport=tls> / <sips:10.131.151.82:43359;transport=tls>
[1633528209.286|10550|sipaccountbase.cpp:82 ] Creating SIP dialog:
from: "---" <sip:-------------------------------------@ring.dht>
contact: "---" <sips:7b97ab0f390791ba1aa29c0322d45cfbce9a23db@-------------:35726;transport=tls>
to: <sips:-------------------------------------@10.131.151.82:43359;transport=tls>
[1633528209.286|10550|sipaccountbase.cpp:91 ] target: <sips:10.131.151.82:43359;transport=tls>
[1633528209.286|10550|sipcall.cpp :685 ] [call:7131473212314966] Set new invite session [0x7f66601d2fc8]
[1633528209.286|10550|jamiaccount.cpp :848 ] [call:7131473212314966] Sending SIP invite
[1633528209.286|10550|sip_utils.cpp :208 ] Add header to SIP message: "User-Agent: Jami Daemon 10.1.0 (linux)"
[1633528209.287|10550|sipvoiplink.cpp :903 ] [call:7131473212314966] INVITE@0x7f66601d2fc8 state changed to 1 (CALLING): cause=0, tsx@0x7f6658019c28 status 0 (Default status message)
[1633528209.287|10550|call.cpp :244 ] [call:7131473212314966] state change 0/1, cnx 2/2, code 0
[1633528209.287|10499|call.cpp :244 ] [call:8955869718594030] state change 0/1, cnx 2/2, code 0
[1633528209.288|10617|multiplexed_socket.cpp:305 ] Get beacon response from peer 3540a8436654210a113eb696db19266d12c5aa08c4c0564e353eb2e1977a42b0
[1633528209.291|10525|sipcall.cpp :163 ] [call:4972029744683685] Create a new [OUTGOING] SIP call with 2 media
[1633528209.291|10525|audio_rtp_session.cpp:56 ] Created Audio RTP session: 0x7f66603c5540 - call Id 4972029744683685
[1633528209.291|10525|ringbuffer.cpp :55 ] Create new RingBuffer 4972029744683685
[1633528209.291|10525|sipcall.cpp :1793 ] [call:4972029744683685] Added media @0: [0x7f66602a9080] type [AUDIO] enabled [YES] muted [NO] label [audio_0] source [camera://SunplusIT_Inc_HD_User_Facing] src type [CAPTURE_DEVICE] secure [YES]
[1633528209.291|10525|sipcall.cpp :1793 ] [call:4972029744683685] Added media @1: [0x7f666029f280] type [VIDEO] enabled [YES] muted [NO] label [video_0] source [camera://SunplusIT_Inc_HD_User_Facing] src type [CAPTURE_DEVICE] secure [YES]
[1633528209.291|10525|sipcall.cpp :1799 ] [call:4972029744683685] Created 2 Media streams
[1633528209.291|10525|call.cpp :244 ] [call:4972029744683685] state change 0/0, cnx 0/1, code 0
[1633528209.291|10525|call.cpp :471 ] [call:8955869718594030] add subcall 4972029744683685
[1633528209.291|10525|jamiaccount.cpp :607 ] [call 8955869718594030] No channeled socket with this peer. Send request
[1633528209.291|10525|jamiaccount.cpp :3951 ] [Account -------------------------] Request SIP connection to peer ------------------------------------- on device 3aa806882803bf0fe2dffc40750d8c80fd2c945e302ba2843653150c49e36020
[1633528209.291|10525|jamiaccount.cpp :3979 ] [Account -------------------------] Ask 3aa806882803bf0fe2dffc40750d8c80fd2c945e302ba2843653150c49e36020 for a new SIP channel
[1633528209.291|10525|call.cpp :244 ] [call:4972029744683685] state change 0/5, cnx 1/0, code 0
[1633528209.291|10616|call.cpp :244 ] [call:5319303795394192] state change 0/5, cnx 0/0, code 6
[1633528209.291|10499|call.cpp :539 ] [call:8955869718594030] subcall 4972029744683685 failed
[1633528209.291|10499|call.cpp :564 ] [call:8955869718594030] remains 2 subcall(s)
[1633528209.291|10499|manager.cpp :2233 ] [call:4972029744683685] Sub-call failed
[1633528209.291|10499|manager.cpp :1859 ] [call:4972029744683685] Remove local audio
[1633528209.291|10499|ringbufferpool.cpp:262 ] Unbind call 4972029744683685 from all bound calls
[1633528209.291|10499|sipcall.cpp :1449 ] [call:4972029744683685] removeCall()
[1633528209.291|10499|call_factory.cpp :89 ] Removing call 4972029744683685
[1633528209.291|10499|call_factory.cpp :92 ] Remaining 3 call
[1633528209.291|10499|call.cpp :244 ] [call:4972029744683685] state change 5/6, cnx 0/0, code 0
[1633528209.291|10499|sipcall.cpp :435 ] [call:4972029744683685] Transport was set to null
[1633528209.291|10499|sipcall.cpp :435 ] [call:4972029744683685] Transport was set to null
[1633528209.292|10499|audio_rtp_session.cpp:65 ] Destroyed Audio RTP session: 0x7f66603c5540 - call Id 4972029744683685
[1633528209.292|10499|ringbuffer.cpp :60 ] Destroy RingBuffer 4972029744683685
[1633528209.292|10499|call.cpp :539 ] [call:8955869718594030] subcall 5319303795394192 failed
[1633528209.292|10499|call.cpp :564 ] [call:8955869718594030] remains 1 subcall(s)
[1633528209.292|10499|manager.cpp :2233 ] [call:5319303795394192] Sub-call failed
[1633528209.292|10499|manager.cpp :1859 ] [call:5319303795394192] Remove local audio
[1633528209.292|10499|ringbufferpool.cpp:262 ] Unbind call 5319303795394192 from all bound calls
[1633528209.292|10499|sipcall.cpp :1449 ] [call:5319303795394192] removeCall()
[1633528209.292|10499|call_factory.cpp :89 ] Removing call 5319303795394192
[1633528209.292|10499|call_factory.cpp :92 ] Remaining 2 call
[1633528209.292|10499|call.cpp :244 ] [call:5319303795394192] state change 5/6, cnx 0/0, code 0
[1633528209.292|10499|sipcall.cpp :435 ] [call:5319303795394192] Transport was set to null
[1633528209.292|10525|sipcall.cpp :163 ] [call:7753554354573436] Create a new [OUTGOING] SIP call with 2 media
[1633528209.292|10525|audio_rtp_session.cpp:56 ] Created Audio RTP session: 0x7f666013c010 - call Id 7753554354573436
[1633528209.292|10525|ringbuffer.cpp :55 ] Create new RingBuffer 7753554354573436
[1633528209.292|10525|sipcall.cpp :1793 ] [call:7753554354573436] Added media @0: [0x7f6660299f00] type [AUDIO] enabled [YES] muted [NO] label [audio_0] source [camera://SunplusIT_Inc_HD_User_Facing] src type [CAPTURE_DEVICE] secure [YES]
[1633528209.292|10525|sipcall.cpp :1793 ] [call:7753554354573436] Added media @1: [0x7f6660299f70] type [VIDEO] enabled [YES] muted [NO] label [video_0] source [camera://SunplusIT_Inc_HD_User_Facing] src type [CAPTURE_DEVICE] secure [YES]
[1633528209.292|10525|sipcall.cpp :1799 ] [call:7753554354573436] Created 2 Media streams
[1633528209.292|10525|call.cpp :244 ] [call:7753554354573436] state change 0/0, cnx 0/1, code 0
[1633528209.292|10525|call.cpp :471 ] [call:8955869718594030] add subcall 7753554354573436
[1633528209.292|10525|jamiaccount.cpp :607 ] [call 8955869718594030] No channeled socket with this peer. Send request
[1633528209.292|10525|jamiaccount.cpp :3951 ] [Account -------------------------] Request SIP connection to peer ------------------------------------- on device d8136e2730b7d21941d6064ffc71113d3de5b292b2f7f1682b24534e71f9c085
[1633528209.292|10525|jamiaccount.cpp :3979 ] [Account -------------------------] Ask d8136e2730b7d21941d6064ffc71113d3de5b292b2f7f1682b24534e71f9c085 for a new SIP channel
[1633528209.292|10525|account_manager.cpp:669 ] Found 3 devices
[1633528209.292|10525|jamiaccount.cpp :2071 ] [Account -------------------------] Dht status: IPv4 connected; IPv6 connecting
[1633528209.292|10525|jamiaccount.cpp :3513 ] [Account -------------------------] Store DHT public IPv4 address : -------------
[1633528209.293|10525|ice_transport.cpp :315 ] [ice:0x7f66605c2150] Creating IceTransport session for "-------------------------" - comp count 1 - as a slave
[1633528209.293|10525|ice_transport.cpp :816 ] [ice:0x7f66605c2150] Setup default candidates
[1633528209.293|10525|ice_transport.cpp :806 ] [ice:0x7f66605c2150] added host stun config for TCP transport
[1633528209.293|10525|ice_transport.cpp :806 ] [ice:0x7f66605c2150] added host stun config for TCP transport
[1633528209.293|10525|ice_transport.cpp :361 ] [ice:0x7f66605c2150] Add generic srflx candidates:
[1633528209.293|10525|ice_transport.cpp :806 ] [ice:0x7f66605c2150] added host stun config for TCP transport
[1633528209.293|10525|ice_transport.cpp :900 ] [ice:0x7f66605c2150] Add srflx reflexive candidates [-------------:9 : -------------:9] for comp 1
[1633528209.293|10525|ice_transport.cpp :583 ] [ice:0x7f66605c2150] TCP initialization success
[1633528209.293|10525|ice_transport.cpp :671 ] [ice:0x7f66605c2150] as slave
[1633528209.293|10525|ice_transport.cpp :781 ] [ice:0x7f66605c2150] (local) ufrag=1c3c01fe, pwd=11d9897a346895602d6fcc52
[1633528209.293|10550|connectionmanager.cpp:305 ] Added local ICE candidate Ha83d8f2 1 TCP 2130706431 ------------- 44853 typ host tcptype passive
[1633528209.293|10550|connectionmanager.cpp:305 ] Added local ICE candidate Ha83d8f2 1 TCP 2130706175 ------------- 9 typ host tcptype active
[1633528209.293|10550|connectionmanager.cpp:305 ] Added local ICE candidate H46ef2ff7 1 TCP 2130706431 ------------- 54333 typ host tcptype passive
[1633528209.293|10550|connectionmanager.cpp:305 ] Added local ICE candidate H46ef2ff7 1 TCP 2130706175 ------------- 9 typ host tcptype active
[1633528209.293|10550|connectionmanager.cpp:305 ] Added local ICE candidate Sa83d8f2 1 TCP 1694498303 ------------- 9 typ srflx tcptype active
[1633528209.293|10550|connectionmanager.cpp:305 ] Added local ICE candidate Ha83d8f2 1 TCP 2130706431 ------------- 9 typ host tcptype active
[1633528209.293|10550|connectionmanager.cpp:317 ] [Account -------------------------] Request connection to d8136e2730b7d21941d6064ffc71113d3de5b292b2f7f1682b24534e71f9c085
[1633528209.414|11409|sipvoiplink.cpp :903 ] [call:7131473212314966] INVITE@0x7f66601d2fc8 state changed to 3 (EARLY): cause=0, tsx@0x7f6658019c28 status 180 (Ringing)
[1633528209.415|11409|sipcall.cpp :1555 ] [call:7131473212314966] Set peer's User-Agent to [Jami Daemon 10.1.0-6de733c52b (android)]
[1633528209.415|11409|sipcall.cpp :1624 ] [call:7131473212314966] Peer ringing
[1633528209.415|11409|call.cpp :244 ] [call:7131473212314966] state change 1/1, cnx 2/3, code 0
[1633528209.415|10499|manager.cpp :2184 ] [call:7131473212314966] Peer ringing
[1633528209.415|10499|audiostream.cpp :48 ] Playback: Creating stream with device (44100Hz, 2 channels)
[1633528209.415|10499|audiostream.cpp :173 ] Stream is creating...
[1633528209.415|10499|call.cpp :244 ] [call:8955869718594030] state change 1/1, cnx 2/3, code 0
[1633528209.415|10499|call.cpp :274 ] [call:8955869718594030] emit client call state change RINGING, code 0
[1633528209.415|10617|call.cpp :244 ] [call:5319303795394192] state change 6/5, cnx 0/0, code 6
[1633528209.415|10499|manager.cpp :2184 ] [call:8955869718594030] Peer ringing
[1633528209.415|10616|call.cpp :244 ] [call:5319303795394192] state change 6/5, cnx 0/0, code 6
[1633528209.415|10616|sipcall.cpp :435 ] [call:5319303795394192] Transport was set to null
[1633528209.415|10616|audio_rtp_session.cpp:65 ] Destroyed Audio RTP session: 0xf6d820 - call Id 5319303795394192
[1633528209.415|10616|ringbuffer.cpp :60 ] Destroy RingBuffer 5319303795394192
[1633528209.811|10522|audiostream.cpp :181 ] Stream successfully created, connected to alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink
[1633528209.811|10522|pulselayer.cpp :365 ] All streams ready, starting audio
[1633528215.039|11409|sipvoiplink.cpp :903 ] [call:7131473212314966] INVITE@0x7f66601d2fc8 state changed to 4 (CONNECTING): cause=0, tsx@0x7f6658019c28 status 200 (OK)
[1633528215.040|11409|sipvoiplink.cpp :1125 ] [call:7131473212314966] INVITE@0x7f66601d2fc8 media update: status 0
[1633528215.040|11409|sdp.cpp :483 ] [SDP OFFER] Local active session:
v=0
o=PC 3842517009 0 IN IP4 -------------
s=Call ID 7131473212314966
c=IN IP4 -------------
t=0 0
a=ice-ufrag:35934956
a=ice-pwd:385a225506db701265ba5157
m=audio 32240 RTP/SAVP 104 101
a=rtpmap:104 opus/48000/2
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=rtcp:32241 IN IP4 -------------
a=sendrecv
a=candidate:Ha83d8f2 1 UDP 2130706431 ------------- 39067 typ host
a=candidate:H46ef2ff7 1 UDP 2130706431 ------------- 55020 typ host
a=candidate:Sa83d8f2 1 UDP 1694498303 ------------- 20773 typ srflx
a=candidate:Ha83d8f2 1 UDP 2130706431 ------------- 20773 typ host
a=candidate:Ha83d8f2 2 UDP 2130706430 ------------- 32898 typ host
a=candidate:H46ef2ff7 2 UDP 2130706430 ------------- 33280 typ host
a=candidate:Sa83d8f2 2 UDP 1694498302 ------------- 20090 typ srflx
a=candidate:Ha83d8f2 2 UDP 2130706430 ------------- 20090 typ host
m=video 63288 RTP/SAVP 96
a=rtpmap:96 H264/90000
a=fmtp:96 profile-level-id=428029
a=rtcp:63289 IN IP4 -------------
a=sendrecv
a=candidate:Ha83d8f2 3 UDP 2130706429 ------------- 50583 typ host
a=candidate:H46ef2ff7 3 UDP 2130706429 ------------- 49228 typ host
a=candidate:Sa83d8f2 3 UDP 1694498301 ------------- 21594 typ srflx
a=candidate:Ha83d8f2 3 UDP 2130706429 ------------- 21594 typ host
a=candidate:Ha83d8f2 4 UDP 2130706428 ------------- 51647 typ host
a=candidate:H46ef2ff7 4 UDP 2130706428 ------------- 42248 typ host
a=candidate:Sa83d8f2 4 UDP 1694498300 ------------- 24481 typ srflx
a=candidate:Ha83d8f2 4 UDP 2130706428 ------------- 24481 typ host
[1633528215.040|11409|sdp.cpp :483 ] [SDP OFFER] Remote active session:
v=0
o=localhost 3842517009 1 IN IP4 172.19.0.1
s=Call ID 3368250106680458
c=IN IP4 172.19.0.1
t=0 0
a=ice-ufrag:07f647e6
a=ice-pwd:2f86cbff2138444e6eb4159b
m=audio 23166 RTP/SAVP 104 101
a=rtpmap:104 opus/48000/2
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=rtcp:23167 IN IP4 172.19.0.1
a=sendrecv
a=candidate:Hac130001 1 UDP 2130706431 172.19.0.1 47731 typ host
a=candidate:Ha839752 1 UDP 2130706175 10.131.151.82 47731 typ host
a=candidate:H30dec080 1 UDP 2130706431 fdfe:dcba:9876::1 40629 typ host
a=candidate:Sac130001 1 UDP 1694498303 218.197.153.16 21457 typ srflx
a=candidate:Hac130001 1 UDP 2130706431 172.19.0.1 21457 typ host
a=candidate:Hac130001 2 UDP 2130706430 172.19.0.1 49698 typ host
a=candidate:Ha839752 2 UDP 2130706174 10.131.151.82 49698 typ host
a=candidate:H30dec080 2 UDP 2130706430 fdfe:dcba:9876::1 48647 typ host
a=candidate:Sac130001 2 UDP 1694498302 218.197.153.16 23041 typ srflx
a=candidate:Hac130001 2 UDP 2130706430 172.19.0.1 23041 typ host
m=video 58434 RTP/SAVP 96
a=rtpmap:96 H264/90000
a=fmtp:96 profile-level-id=428029
a=rtcp:58435 IN IP4 172.19.0.1
a=sendrecv
a=candidate:Hac130001 3 UDP 2130706429 172.19.0.1 49074 typ host
a=candidate:Ha839752 3 UDP 2130706173 10.131.151.82 49074 typ host
a=candidate:H30dec080 3 UDP 2130706429 fdfe:dcba:9876::1 44843 typ host
a=candidate:Sac130001 3 UDP 1694498301 218.197.153.16 22973 typ srflx
a=candidate:Hac130001 3 UDP 2130706429 172.19.0.1 22973 typ host
a=candidate:Hac130001 4 UDP 2130706428 172.19.0.1 39993 typ host
a=candidate:Ha839752 4 UDP 2130706172 10.131.151.82 39993 typ host
a=candidate:H30dec080 4 UDP 2130706428 fdfe:dcba:9876::1 49185 typ host
a=candidate:Sac130001 4 UDP 1694498300 218.197.153.16 21216 typ srflx
a=candidate:Hac130001 4 UDP 2130706428 172.19.0.1 21216 typ host
[1633528215.040|11409|sipcall.cpp :2289 ] [call:7131473212314966] Media negotiation complete
[1633528215.040|10499|sipcall.cpp :2296 ] [call:7131473212314966] media changed
[1633528215.040|11409|sipvoiplink.cpp :914 ] [call:7131473212314966] INVITE@0x7f66601d2fc8 state changed to 5 (CONFIRMED): cause=0 (TX_MSG)
[1633528215.040|11409|sipcall.cpp :1512 ] [call:7131473212314966] onAnswered()
[1633528215.040|10499|call.cpp :244 ] [call:7131473212314966] state change 1/1, cnx 3/4, code 0
[1633528215.040|10499|call.cpp :511 ] [call:8955869718594030] subcall 7131473212314966 answered by peer
[1633528215.040|10499|sipcall.cpp :2996 ] [call:8955869718594030] merge subcall 7131473212314966
[1633528215.040|10499|sipcall.cpp :438 ] [call:8955869718594030] Transport was set to [0x7f6650010190]
[1633528215.040|10617|sipcall.cpp :2050 ] [call:7753554354573436] stopping all medias
[1633528215.040|10499|call.cpp :585 ] [call:8955869718594030] merge subcall 7131473212314966
[1633528215.040|10617|call.cpp :244 ] [call:7753554354573436] state change 0/0, cnx 1/0, code 0
[1633528215.040|10499|call.cpp :244 ] [call:8955869718594030] state change 1/1, cnx 3/4, code 0
[1633528215.040|10617|sipcall.cpp :1449 ] [call:7753554354573436] removeCall()
[1633528215.040|10617|call_factory.cpp :89 ] Removing call 7753554354573436
[1633528215.040|10499|call.cpp :274 ] [call:8955869718594030] emit client call state change CURRENT, code 0
[1633528215.040|10617|call_factory.cpp :92 ] Remaining 2 call
[1633528215.040|10617|call.cpp :244 ] [call:7753554354573436] state change 0/6, cnx 0/0, code 0
[1633528215.040|10617|sipcall.cpp :435 ] [call:7753554354573436] Transport was set to null
[1633528215.040|10499|sipcall.cpp :2333 ] [call:8955869718594030] Starting ICE
[1633528215.041|10499|sipcall.cpp :1728 ] [call:8955869718594030] add remote ICE candidate: Hac130001 1 UDP 2130706431 172.19.0.1 47731 typ host
[1633528215.041|10499|sipcall.cpp :1728 ] [call:8955869718594030] add remote ICE candidate: Ha839752 1 UDP 2130706175 10.131.151.82 47731 typ host
[1633528215.041|10499|sipcall.cpp :1728 ] [call:8955869718594030] add remote ICE candidate: H30dec080 1 UDP 2130706431 fdfe:dcba:9876::1 40629 typ host
[1633528215.041|10499|sipcall.cpp :1728 ] [call:8955869718594030] add remote ICE candidate: Sac130001 1 UDP 1694498303 218.197.153.16 21457 typ srflx
[1633528215.041|10499|sipcall.cpp :1728 ] [call:8955869718594030] add remote ICE candidate: Hac130001 1 UDP 2130706431 172.19.0.1 21457 typ host
[1633528215.041|10499|sipcall.cpp :1728 ] [call:8955869718594030] add remote ICE candidate: Hac130001 2 UDP 2130706430 172.19.0.1 49698 typ host
[1633528215.041|10499|sipcall.cpp :1728 ] [call:8955869718594030] add remote ICE candidate: Ha839752 2 UDP 2130706174 10.131.151.82 49698 typ host
[1633528215.041|10499|sipcall.cpp :1728 ] [call:8955869718594030] add remote ICE candidate: H30dec080 2 UDP 2130706430 fdfe:dcba:9876::1 48647 typ host
[1633528215.041|10499|sipcall.cpp :1728 ] [call:8955869718594030] add remote ICE candidate: Sac130001 2 UDP 1694498302 218.197.153.16 23041 typ srflx
[1633528215.041|10499|sipcall.cpp :1728 ] [call:8955869718594030] add remote ICE candidate: Hac130001 2 UDP 2130706430 172.19.0.1 23041 typ host
[1633528215.041|10499|sipcall.cpp :1728 ] [call:8955869718594030] add remote ICE candidate: Hac130001 3 UDP 2130706429 172.19.0.1 49074 typ host
[1633528215.041|10499|sipcall.cpp :1728 ] [call:8955869718594030] add remote ICE candidate: Ha839752 3 UDP 2130706173 10.131.151.82 49074 typ host
[1633528215.041|10499|sipcall.cpp :1728 ] [call:8955869718594030] add remote ICE candidate: H30dec080 3 UDP 2130706429 fdfe:dcba:9876::1 44843 typ host
[1633528215.041|10499|sipcall.cpp :1728 ] [call:8955869718594030] add remote ICE candidate: Sac130001 3 UDP 1694498301 218.197.153.16 22973 typ srflx
[1633528215.041|10499|sipcall.cpp :1728 ] [call:8955869718594030] add remote ICE candidate: Hac130001 3 UDP 2130706429 172.19.0.1 22973 typ host
[1633528215.041|10499|sipcall.cpp :1728 ] [call:8955869718594030] add remote ICE candidate: Hac130001 4 UDP 2130706428 172.19.0.1 39993 typ host
[1633528215.041|10499|sipcall.cpp :1728 ] [call:8955869718594030] add remote ICE candidate: Ha839752 4 UDP 2130706172 10.131.151.82 39993 typ host
[1633528215.041|10499|sipcall.cpp :1728 ] [call:8955869718594030] add remote ICE candidate: H30dec080 4 UDP 2130706428 fdfe:dcba:9876::1 49185 typ host
[1633528215.041|10499|sipcall.cpp :1728 ] [call:8955869718594030] add remote ICE candidate: Sac130001 4 UDP 1694498300 218.197.153.16 21216 typ srflx
[1633528215.041|10499|sipcall.cpp :1728 ] [call:8955869718594030] add remote ICE candidate: Hac130001 4 UDP 2130706428 172.19.0.1 21216 typ host
[1633528215.041|10499|ice_transport.cpp :1168 ] [ice:0x7f6660242820] negotiation starting (20 remote candidates)
[1633528215.041|10499|manager.cpp :2162 ] [call:8955869718594030] Peer answered
[1633528215.041|10499|audiostream.cpp :147 ] Destroying stream with device alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink
[1633528215.042|10499|manager.cpp :1825 ] Add audio to call 8955869718594030
[1633528215.042|10499|manager.cpp :1838 ] [call:8955869718594030] Attach audio
[1633528215.042|10499|ringbufferpool.cpp:174 ] Bind call 8955869718594030 to call audiolayer_id
[1633528215.042|10499|ringbufferpool.cpp:155 ] Bind rbuf '8955869718594030' to callid 'audiolayer_id'
[1633528215.042|10499|ringbufferpool.cpp:155 ] Bind rbuf 'audiolayer_id' to callid '8955869718594030'
[1633528215.042|10499|audiostream.cpp :48 ] Playback: Creating stream with device (44100Hz, 2 channels)
[1633528215.042|10499|audiostream.cpp :173 ] Stream is creating...
[1633528215.042|10499|sipcall.cpp :1449 ] [call:7131473212314966] removeCall()
[1633528215.042|10499|call_factory.cpp :89 ] Removing call 7131473212314966
[1633528215.042|10499|call_factory.cpp :92 ] Remaining 1 call
[1633528215.042|10499|call.cpp :244 ] [call:7131473212314966] state change 1/6, cnx 4/4, code 0
[1633528215.042|10499|sipcall.cpp :435 ] [call:7131473212314966] Transport was set to null
[1633528215.043|10522|audiostream.cpp :181 ] Stream successfully created, connected to alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink
[1633528215.043|10522|pulselayer.cpp :365 ] All streams ready, starting audio
[1633528217.559|10525|connectionmanager.cpp:653 ] Received request answer from d8136e2730b7d21941d6064ffc71113d3de5b292b2f7f1682b24534e71f9c085
[1633528217.559|10616|connectionmanager.cpp:626 ] [Account -------------------------] New response received from d8136e2730b7d21941d6064ffc71113d3de5b292b2f7f1682b24534e71f9c085
[1633528217.559|10550|ice_transport.cpp :1732 ] [ice:0x7f66605c2150] Add remote candidate: Hc0a8643b 1 TCP 2130706431 192.168.100.59 41785 typ host tcptype passive
[1633528217.559|10550|ice_transport.cpp :1732 ] [ice:0x7f66605c2150] Add remote candidate: Hc0a8643b 1 TCP 2130706175 192.168.100.59 9 typ host tcptype active
[1633528217.559|10550|ice_transport.cpp :1732 ] [ice:0x7f66605c2150] Add remote candidate: H75751175 1 TCP 2130706431 fe80::e654:e8ff:fea8:dc94 35929 typ host tcptype passive
[1633528217.559|10550|ice_transport.cpp :1732 ] [ice:0x7f66605c2150] Add remote candidate: H75751175 1 TCP 2130706175 fe80::e654:e8ff:fea8:dc94 9 typ host tcptype active
[1633528217.559|10550|ice_transport.cpp :1732 ] [ice:0x7f66605c2150] Add remote candidate: Sc0a8643b 1 TCP 1694498303 202.114.121.100 9 typ srflx tcptype active
[1633528217.559|10550|ice_transport.cpp :1732 ] [ice:0x7f66605c2150] Add remote candidate: Hc0a8643b 1 TCP 2130706431 192.168.100.59 9 typ host tcptype active
[1633528217.559|10550|ice_transport.cpp :1168 ] [ice:0x7f66605c2150] negotiation starting (6 remote candidates)
[1633528218.044|11409|sipvoiplink.cpp :903 ] [call:8955869718594030] INVITE@0x7f66601d2fc8 state changed to 6 (DISCONNCTD): cause=200, tsx@0x7f6628000be8 status 200 (OK)
[1633528218.044|10499|manager.cpp :2195 ] [call:8955869718594030] Peer hung up
[1633528218.045|10499|sipcall.cpp :2050 ] [call:8955869718594030] stopping all medias
[1633528218.045|10499|sipcall.cpp :697 ] [call:8955869718594030] Terminate SIP session
[1633528218.045|10499|sipcall.cpp :671 ] [call:8955869718594030] Delete current invite session
[1633528218.045|10499|call.cpp :244 ] [call:8955869718594030] state change 1/1, cnx 4/0, code 103
[1633528218.045|10499|call.cpp :274 ] [call:8955869718594030] emit client call state change HUNGUP, code 103
[1633528218.045|10499|manager.cpp :1859 ] [call:8955869718594030] Remove local audio
[1633528218.045|10499|ringbufferpool.cpp:262 ] Unbind call 8955869718594030 from all bound calls
[1633528218.045|10499|audiostream.cpp :147 ] Destroying stream with device alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink
[1633528218.045|10499|sipcall.cpp :1449 ] [call:8955869718594030] removeCall()
[1633528218.045|10499|call_factory.cpp :89 ] Removing call 8955869718594030
[1633528218.045|10499|call_factory.cpp :92 ] Remaining 0 call
[1633528218.045|10499|call.cpp :244 ] [call:8955869718594030] state change 1/6, cnx 0/0, code 0
[1633528218.045|10499|sipcall.cpp :2818 ] - Call 8955869718594030 with -------------------------------------@ring.dht:
[1633528218.045|10499|sipcall.cpp :2819 ] - Duration: 3 s
[1633528218.045|10499|sipcall.cpp :2821 ] - Media: [0xf6ce30] type [AUDIO] enabled [YES] muted [NO] label [audio_0] source [camera://SunplusIT_Inc_HD_User_Facing] src type [CAPTURE_DEVICE] secure [YES]
[1633528218.045|10499|sipcall.cpp :2821 ] - Media: [0xf6cea0] type [VIDEO] enabled [YES] muted [NO] label [video_0] source [camera://SunplusIT_Inc_HD_User_Facing] src type [CAPTURE_DEVICE] secure [YES]
[1633528218.045|10499|sipcall.cpp :2828 ] - Medias: [1] disabled
[2] disabled
[1] disabled
[2] disabled
[1633528218.046|10499|call.cpp :274 ] [call:8955869718594030] emit client call state change OVER, code 0
[1633528218.046|10499|sipcall.cpp :435 ] [call:8955869718594030] Transport was set to null
[1633528218.046|10550|ice_transport.cpp :450 ] [ice:0x7f6660242820] destroying 0x7f66602ad278
[1633528218.049|10550|ice_transport.cpp :466 ] [ice:0x7f6660242820] Destroying ice_strans 0x7f66602ad278
[1633528218.549|10550|ice_transport.cpp :488 ] [ice:0x7f6660242820] done destroying
[1633528218.550|10550|sipcall.cpp :435 ] [call:7131473212314966] Transport was set to null
[1633528218.550|10550|audio_rtp_session.cpp:65 ] Destroyed Audio RTP session: 0xd95bd0 - call Id 7131473212314966
[1633528218.550|10550|ringbuffer.cpp :60 ] Destroy RingBuffer 7131473212314966