-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webrtc outbound call fail if inbound call receive on another sip sbc server #100
Comments
Hi @davehorton could you please send me the zip credential? |
@xquanluu shared with you in personal |
Hi @nitinpo-Kore From this line of code, sbc-outbound will forward the call to correct sbc outbound server IP address. |
Hi @nitinpo-Kore |
shared access to you |
Due to webrtc client is registered on different sbc 2, the sbc1 who received the inbound call will return 302 Moved Permanent response to feature server and the Contact header should contains the private IP address of the sbc 2. However, wrong configuration on drachtio server that make tcp have public IP address for server.hostport. xecStart=/usr/local/bin/drachtio --daemon For tcp protocol, we should use local IP only |
I would like to see the logs for the problem call. Are they in the above zip? I'm not sure I agree with you @xquanluu . jambonz SBC should be able to listen for incoming sip over tcp from the internet, ideally |
webrtc working and non working.zip
hi @davehorton ,
As we have checked webrtc on single sbc sip server it is working fine or call receive on same sbc server where webrtc agent is register then also it works fine , but if we have multiple sbc sip server for example: inbound call receive on sbc2 and user agent of webrtc is register on sbc1 then transferred webrtc call not get connected. i have attached the log for reference and shared the password in personal for these file.
The text was updated successfully, but these errors were encountered: