Roverok / webrtc2sip

Automatically exported from code.google.com/p/webrtc2sip
0 stars 0 forks source link

webrtc2sip: ../src/pj/os_core_unix.c:674: pj_thread_this: Assertion `!"Calling pjlib from unknown/external thread. You must " "register external threads with pj_thread_register() " "before calling any pjlib functions."' failed. #165

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hi,

i've a fresh compiled webrtc2sip
after login and starting a call, webrtc2sip exits with this error:
savanne ~ # webrtc2sip --config=/etc/webrtc2sip/config.xml
*******************************************************************
Copyright (C) 2012-2013 Doubango Telecom <http://www.doubango.org>
PRODUCT: webrtc2sip
HOME PAGE: http://webrtc2sip.org
LICENCE: GPLv3 or proprietary
VERSION: 2.6.0
'quit' to quit the application.
*******************************************************************

SSL is enabled :)
DTLS supported: yes
DTLS-SRTP supported: yes
webrtc2sip: ../src/pj/os_core_unix.c:674: pj_thread_this: Assertion `!"Calling 
pjlib from unknown/external thread. You must " "register external threads with 
pj_thread_register() " "before calling any pjlib functions."' failed.
Aborted

is there something else i can provide to dig deeper into the analysis?

thank you for your help

regards

philipp

Original issue reported on code.google.com by supp...@lionkeen.net on 13 Nov 2014 at 2:07

GoogleCodeExporter commented 9 years ago
This is crash dump for pjsip.

Original comment by boss...@yahoo.fr on 13 Nov 2014 at 3:18

GoogleCodeExporter commented 9 years ago
thank you, removing pjsip helped, think it was a conflikt with my old 
asterisk12 install

now there are no crashes but i can't get audio to work, this is the output of 
webrtc2sip

warning: The VAD has been replaced by a hack pending a complete rewrite
warning: The VAD has been replaced by a hack pending a complete rewrite
***ERROR: function: 
"_tnet_ice_ctx_fsm_GatheringCompleted_2_ConnChecking_X_ConnCheck()"
file: "src/ice/tnet_ice_ctx.c"
line: "1918"
MSG: ConnCheck timedout, have_nominated_symetric=false, 
have_nominated_answer=false, have_nominated_offer=false
warning: The VAD has been replaced by a hack pending a complete rewrite

Original comment by supp...@lionkeen.net on 14 Nov 2014 at 2:54