aldanaalc / webrtc2sip

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

Adds support foe TCP outbound #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by boss...@yahoo.fr on 25 Feb 2013 at 12:30

GoogleCodeExporter commented 9 years ago
I used sipml5 demo page to connect Kamilio SIP gateway through Webrtc2sip . My 
expert setting as below.

Disable Video - true (checked)
Enable RTCWeb Breaker-true (checked)
WebSocket Server URL: ws://192.168.0.121:10080
What steps will reproduce the problem?
SIP outbound Proxy URL: tcp://192.168.0.121:5060
When I try to Register in demo page, it is FAILED.

But If I am given SIP outbound Proxy URL as  udp://192.168.0.121:5060, it is 
connected. 
However when I use IMSDROID, using tcp, (instead of udp)  it is connected & 
working to my same Kamilio SIP Gw.. 

What is the expected output
registered to SIP GW through webrtc2sip, when used tcp://192.168.0.121:5060 as 
SIP outbound Proxy in expert settings

Original comment by ahe.san...@gmail.com on 25 Feb 2013 at 4:02

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 26 Feb 2013 at 9:50

GoogleCodeExporter commented 9 years ago
Added in r60 (requires Doubango 838)

Original comment by boss...@yahoo.fr on 13 Mar 2013 at 2:29

GoogleCodeExporter commented 9 years ago
"tcp" or "tls" transports must be added in the config.xml file[1]
[1] https://code.google.com/p/webrtc2sip/source/browse/trunk/config.xml?r=60#10

Original comment by boss...@yahoo.fr on 13 Mar 2013 at 2:30

GoogleCodeExporter commented 9 years ago
Fixed in 2.4.0

Original comment by boss...@yahoo.fr on 26 Mar 2013 at 8:17