aldanaalc / webrtc2sip

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

One way audio from sipml5 to freeswich #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Register extension from sipml5 through webrtc2sip to freeswitch and it's 
successful
2. Try to make a call from sipml5 to any extension on freeswitch and there is 
one way audio. Audio is only going from sipml5 to freeswich but not the other 
way around, and I see ERRORS on webrtc2sip server. 
3. But if I call from regular sip device to sipml5 , all goes well. Both way 
audio and no Error message on the server. 

What is the expected output? What do you see instead?
I expect to not see errors but I am seeing the following instead:

*INFO: State machine: tsip_transac_ist_Accepted_2_Accepted_iACK
*INFO: State machine: x0000_Connected_2_Connected_X_iACK
***ERROR: function: "tnet_getaddrinfo()"
file: "src/tnet_utils.c"
line: "908"
MSG: getaddrinfo(family=2, node=(null) and service=0) failed: [Name or service 
not known]
***ERROR: function: "tnet_sockaddrinfo_init()"
file: "src/tnet_utils.c"
line: "1279"
MSG: getaddrinfo have failed.
***ERROR: function: "tnet_sockaddrinfo_init()"
file: "src/tnet_utils.c"
line: "1279"
MSG: (SYSTEM)NETWORK ERROR ==>Success
***ERROR: function: "tnet_ice_pair_send_conncheck()"
file: "src/ice/tnet_ice_pair.c"
line: "114"
MSG: tnet_sockaddr_init((null):0) failed
***ERROR: function: "tnet_ice_pair_send_conncheck()"
file: "src/ice/tnet_ice_pair.c"
line: "114"
MSG: (SYSTEM)NETWORK ERROR ==>Success
***ERROR: function: "tnet_ice_ctx_recv_stun_message()"
file: "src/ice/tnet_ice_ctx.c"
line: "711"
MSG: Cannot find ICE pair with local fd = 26
***ERROR: function: "tnet_getaddrinfo()"
file: "src/tnet_utils.c"
line: "908"
MSG: getaddrinfo(family=2, node=(null) and service=0) failed: [Name or service 
not known]
***ERROR: function: "tnet_sockaddrinfo_init()"
file: "src/tnet_utils.c"
line: "1279"
MSG: getaddrinfo have failed.
***ERROR: function: "tnet_sockaddrinfo_init()"
file: "src/tnet_utils.c"
line: "1279"
MSG: (SYSTEM)NETWORK ERROR ==>Success
***ERROR: function: "tnet_ice_pair_send_conncheck()"
file: "src/ice/tnet_ice_pair.c"
line: "114"
MSG: tnet_sockaddr_init((null):0) failed
***ERROR: function: "tnet_ice_pair_send_conncheck()"
file: "src/ice/tnet_ice_pair.c"
line: "114"
MSG: (SYSTEM)NETWORK ERROR ==>Success
*INFO: State machine: No matching state found.
*INFO: ICE callback: ConnCheck succeed
*INFO: SO_RCVBUF = 65535, SO_SNDBUF = 65535
*INFO: rtcp.remote_ip=72.1.46.254, rtcp.remote_port=47075, rtcp.local_fd=23
*INFO: tsk_timer_manager_start
*INFO: Timer manager already running
*INFO: srtp_use_different_keys=false
*INFO: tnet_transport_prepare()
*INFO: pipeR fd=27
*INFO: Socket added[RTP/RTCP Manager]: fd=27, tail.count=1
*INFO: master fd=23
*INFO: Socket added[RTP/RTCP Manager]: fd=23, tail.count=2
*INFO: Transport::run() - enter
*INFO: Starting [RTP/RTCP Manager] server with IP {72.1.46.121} on port {55594} 
using fd {23} with type {3}...
warning: The VAD has been replaced by a hack pending a complete rewrite
*INFO: Audio producer not started yet
*INFO: Audio producer not started yet
*INFO: Audio producer not started yet
*INFO: Audio producer not started yet
*INFO: Audio producer not started yet

What version of the product are you using? On what operating system?
webrtc2sip 2.4.0
FreeSWITCH (latest)
sipml5 demo page

Please provide any additional information below.
Both freeswitch and webrtc2sip have public IP addresses.

Original issue reported on code.google.com by henry.w...@gmail.com on 11 Apr 2013 at 6:04

GoogleCodeExporter commented 9 years ago
Enable RTCWeb Breaker.

Original comment by rohitsor...@gmail.com on 23 Jul 2013 at 6:19