Roverok / webrtc2sip

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

webtc2sip crash on re-INVITE #164

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Webrtc2sip server crashes on unhold the call . Here I give the messages we are 
getting on console ...

 *INFO: State machine: tsip_transac_ist_Started_2_Proceeding_X_INVITE
*INFO: State machine: x0000_Connected_2_Connected_X_iINVITE
*INFO: tnet_ice_ctx_set_remote_candidates
**WARN: function: "tnet_ice_ctx_set_remote_candidates()"
file: "src/ice/tnet_ice_ctx.c"
line: "586"
MSG: Adding Remote ICE candidates after pairs building
*INFO: is_ice_active=1,
is_ro_hold_resume_changed=1,
is_ro_provisional_final_matching=0,
is_ro_media_lines_changed=0,
is_ro_network_info_changed=1,
is_ro_loopback_address=0,
is_media_type_changed=0,
is_ro_codecs_changed=0

*INFO: stopped_to_reconf=true,is_ice_active=true
*INFO: tmedia_session_mgr_stop()
*INFO: Transport::run(RTP/RTCP Manager) - exit
*INFO: Stopping [RTP/RTCP Manager] server with IP {128.199.154.49} on port 
{54294} with type {5}...
*INFO: Stopped [RTP/RTCP Manager] server with IP {128.199.154.49} on port 
{54294}
*INFO: Socket to remove: fd=29, index=0, tail.count=2
*INFO: CloseSocket(29)
*INFO: Socket to remove: fd=23, index=0, tail.count=1
*INFO: Remote SSRC = 2409987885
*INFO: dtls.remote.setup=actpass
*INFO: dtls.remote.setup=passive
*INFO: max_bw_up=2147483647 kpbs, max_bw_down=2147483647 kpbs, 
congestion_ctrl_enabled=0, media_type=2
*INFO: SO_RCVBUF = 65535, SO_SNDBUF = 65535
*INFO: rtcp.remote_ip=182.74.233.46, rtcp.remote_port=3298, rtcp.local_fd=23
*INFO: tsk_timer_manager_start
*INFO: Timer manager already running
***ERROR: function: "_trtp_manager_srtp_activate()"
file: "src/trtp_manager.c"
line: "563"
MSG: SRTP engine not enabled yet
*INFO: Audio denoiser to be opened(record_frame_size_samples=160, 
record_sampling_rate=8000, playback_frame_size_samples=160, 
playback_sampling_rate=8000)
warning: The VAD has been replaced by a hack pending a complete rewrite
*INFO: State machine: tsip_transac_ist_Proceeding_2_Accepted_X_2xx
Segmentation fault

Original issue reported on code.google.com by gomt...@gmail.com on 29 Oct 2014 at 10:46