--
You received this message because you are subscribed to a topic in the Google Groups "discuss-doubango" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/doubango/asAfP5ZCgdI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to doubango+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Glad to hear! Sorry I couldn't answer before.
SSL is enabled :)DTLS supported: yesDTLS-SRTP supported: yes**WARN: function: "tdav_session_av_prepare()"file: "src/tdav_session_av.c"line: "434"MSG: DTLS-SRTP requested but no SSL certificates provided, disabling this option :(***ERROR: function: "tdav_session_av_set_ro()"file: "src/tdav_session_av.c"line: "1284"MSG: Remote party requesting DTLS-DTLS (UDP/TLS/RTP/SAVPF) but this option is not enabled***ERROR: function: "tdav_session_audio_set_ro()"file: "src/audio/tdav_session_audio.c"line: "623"MSG: tdav_session_av_set_ro(audio) failed**WARN: function: "tmedia_session_mgr_set_ro()"file: "src/tmedia_session.c"line: "1429"MSG: _tmedia_session_set_ro() failed
__________________________________________________________________________________________________________________________________________________________________
This communication & accompanying documents ("this e-mail") contains confidential and/or privileged information for exclusive use of the individual to whom it is addressed. If you are not the intended recipient, please immediately notify the company & delete this e-mail. Any unauthorized use or disclosure of this e-mail is strictly prohibited. Representations in this e-mail are subject to contract. As an e-mail user please be cautious of the technical & other vulnerabilities of the internet which may result in malicious and/or unauthorized access to / use / alteration of e-mails/e-mail IDs. Thank you.
_______________________________________________________________________________________________________________________________________________________________
--You received this message because you are subscribed to the Google Groups "discuss-doubango" group.
To unsubscribe from this group and stop receiving emails from it, send an email to doubango+u...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "discuss-doubango" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/doubango/asAfP5ZCgdI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to doubango+u...@googlegroups.com.
__________________________________________________________________________________________________________________________________________________________________
This communication & accompanying documents ("this e-mail") contains confidential and/or privileged information for exclusive use of the individual to whom it is addressed. If you are not the intended recipient, please immediately notify the company & delete this e-mail. Any unauthorized use or disclosure of this e-mail is strictly prohibited. Representations in this e-mail are subject to contract. As an e-mail user please be cautious of the technical & other vulnerabilities of the internet which may result in malicious and/or unauthorized access to / use / alteration of e-mails/e-mail IDs. Thank you.
_______________________________________________________________________________________________________________________________________________________________
~# screen -dmSL webrtc2sip webrtc2sip --config=/usr/local/etc/webrtc2sip/config.xml
__________________________________________________________________________________________________________________________________________________________________
This communication & accompanying documents ("this e-mail") contains confidential and/or privileged information for exclusive use of the individual to whom it is addressed. If you are not the intended recipient, please immediately notify the company & delete this e-mail. Any unauthorized use or disclosure of this e-mail is strictly prohibited. Representations in this e-mail are subject to contract. As an e-mail user please be cautious of the technical & other vulnerabilities of the internet which may result in malicious and/or unauthorized access to / use / alteration of e-mails/e-mail IDs. Thank you.
_______________________________________________________________________________________________________________________________________________________________
--
You received this message because you are subscribed to the Google Groups "discuss-doubango" group.
To unsubscribe from this group and stop receiving emails from it, send an email to doubango+u...@googlegroups.com.
*INFO: codecs = pcmu;pcma*INFO: UnRegister codec: PCMU, G.711u codec (native)*INFO: UnRegister codec: PCMA, G.711a codec (native)
You received this message because you are subscribed to the Google Groups "discuss-doubango" group.
To unsubscribe from this group and stop receiving emails from it, send an email to doubango+u...@googlegroups.com.
@AlbertoShare your config.xml and when reporting an issue please always share the full logs.
__________________________________________________________________________________________________________________________________________________________________
This communication & accompanying documents ("this e-mail") contains confidential and/or privileged information for exclusive use of the individual to whom it is addressed. If you are not the intended recipient, please immediately notify the company & delete this e-mail. Any unauthorized use or disclosure of this e-mail is strictly prohibited. Representations in this e-mail are subject to contract. As an e-mail user please be cautious of the technical & other vulnerabilities of the internet which may result in malicious and/or unauthorized access to / use / alteration of e-mails/e-mail IDs. Thank you.
_______________________________________________________________________________________________________________________________________________________________
--
You received this message because you are subscribed to the Google Groups "discuss-doubango" group.
To unsubscribe from this group and stop receiving emails from it, send an email to doubango+u...@googlegroups.com.
__________________________________________________________________________________________________________________________________________________________________
This communication & accompanying documents ("this e-mail") contains confidential and/or privileged information for exclusive use of the individual to whom it is addressed. If you are not the intended recipient, please immediately notify the company & delete this e-mail. Any unauthorized use or disclosure of this e-mail is strictly prohibited. Representations in this e-mail are subject to contract. As an e-mail user please be cautious of the technical & other vulnerabilities of the internet which may result in malicious and/or unauthorized access to / use / alteration of e-mails/e-mail IDs. Thank you.
_______________________________________________________________________________________________________________________________________________________________
I see,even mine ws worked but not wss.wss was mandatory in my case as i was transferring the call to another Polycom Bridge.
WebSocket connection to 'wss://my.ip:10062/' failed: WebSocket opening handshake was canceled
__________________________________________________________________________________________________________________________________________________________________
This communication & accompanying documents ("this e-mail") contains confidential and/or privileged information for exclusive use of the individual to whom it is addressed. If you are not the intended recipient, please immediately notify the company & delete this e-mail. Any unauthorized use or disclosure of this e-mail is strictly prohibited. Representations in this e-mail are subject to contract. As an e-mail user please be cautious of the technical & other vulnerabilities of the internet which may result in malicious and/or unauthorized access to / use / alteration of e-mails/e-mail IDs. Thank you.
_______________________________________________________________________________________________________________________________________________________________
The solution for wss is to accespt the self signed cert.
For me it works in firefox and chrome.
Try for you:
Yep, this is the workaround to have self-signed certs working with WSS:https://yourip:port/ws in the navigator to add an exception.
...
ice_servers: [{ url: 'stun:stun.l.google.com:19302'}],
After struggling with the configuration on webrtc2sip's config.xml. I'd like to post the correct configuration for all those trying to make DTLS work (either for FireFox or for Chrome v35+):Assuming you followed the tutorials above and created the following:* private key: /home/user/myca/private/key.ca.cg.pem* root certificate: /home/user/myca/certs/crt.ca.cg.pem* new private key: /home/user/mycert/private/key.csr.server1.pem* certificate signing request: /home/user/mycert/csr/csr.server1.pem* self signed certificate: /home/user/myca/certs/crt.server1.pemThe following configuration for the ssl-certificates element works:<ssl-certificates>/home/user/mycert/private/key.csr.server1.pem; <!-- new private key -->/home/user/myca/certs/crt.server1.pem; <!-- self signed certificate -->*;no</ssl-certificates>
On Friday, July 12, 2013 11:17:00 PM UTC+3, andy424 wrote:I followed this guide from code ghar to create a certificate authority, generate a private key, public key csr and then signed it using the CA certificateand voila it started workingSo I highly recommend this set of steps documented at code ghar to get your certificate credentials in order for those of you struggling to make it work with firefox which uses dtls for srtp.
*******************************************************************
Copyright (C) 2012-2015 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
*[DOUBANGO INFO]: transport = udp://*:10060
*[DOUBANGO INFO]: transport = ws://*:10060
*[DOUBANGO INFO]: transport = wss://*:10062
*[DOUBANGO INFO]: enable-rtp-symetric = yes
*[DOUBANGO INFO]: enable-100rel = no
*[DOUBANGO INFO]: enable-media-coder = no
*[DOUBANGO INFO]: enable-videojb = yes
*[DOUBANGO INFO]: video-size-pref = vga
*[DOUBANGO INFO]: rtp-buffsize = 65535
*[DOUBANGO INFO]: avpf-tail-length = [100-400]
*[DOUBANGO INFO]: srtp-mode = optional
*[DOUBANGO INFO]: srtp-type = sdes;dtls
*[DOUBANGO INFO]: dtmf-type = rfc4733
*[DOUBANGO INFO]: codecs = opus;pcma;pcmu;gsm;vp8;h264-bp;h264-mp;h263;h263+
*[DOUBANGO INFO]: UnRegister codec: PCMA, G.711a codec (native)
*[DOUBANGO INFO]: UnRegister codec: PCMU, G.711u codec (native)
*[DOUBANGO INFO]: UnRegister codec: GSM, GSM Full Rate (libgsm)
*[DOUBANGO INFO]: UnRegister codec: VP8, VP8 codec (libvpx)
*[DOUBANGO INFO]: 'h264-bp' codec enabled but not supported
*[DOUBANGO INFO]: 'h264-mp' codec enabled but not supported
*[DOUBANGO INFO]: 'h263' codec enabled but not supported
*[DOUBANGO INFO]: 'h263+' codec enabled but not supported
*[DOUBANGO INFO]: codec-opus-maxrates = 48000;48000
*[DOUBANGO INFO]: stun-server = stun.l.google.com;19302;-;-
*[DOUBANGO INFO]: enable-icestun = yes
*[DOUBANGO INFO]: max-fds = -1
*[DOUBANGO INFO]: transport = c2c://*:10070
*[DOUBANGO INFO]: transport = c2cs://*:10072
*[DOUBANGO INFO]: database = sqlite;*
*[DOUBANGO INFO]: sqlite3_threadsafe = 1
*[DOUBANGO INFO]: Database opened = TRUE
*[DOUBANGO INFO]: tnet_transport_prepare()
*[DOUBANGO INFO]: pipeR fd=8, pipeW=9
*[DOUBANGO INFO]: Socket added[TCP/IPv4 transport]: fd=8, tail.count=1
*[DOUBANGO INFO]: master fd=3
*[DOUBANGO INFO]: Socket added[TCP/IPv4 transport]: fd=3, tail.count=2
*[DOUBANGO INFO]: tnet_transport_prepare()
*[DOUBANGO INFO]: pipeR fd=10, pipeW=11
*[DOUBANGO INFO]: Socket added[TLS/IPv4 transport]: fd=10, tail.count=1
*[DOUBANGO INFO]: master fd=4
*[DOUBANGO INFO]: Socket added[TLS/IPv4 transport]: fd=4, tail.count=2
*[DOUBANGO INFO]: Stack running in SERVER mode
*[DOUBANGO INFO]: tsk_timer_manager_start
*[DOUBANGO INFO]: Timer manager run()::enter
*[DOUBANGO INFO]: Transport::run(TLS/IPv4 transport) - enter
*[DOUBANGO INFO]: Transport::run(TCP/IPv4 transport) - enter
*[DOUBANGO INFO]: TIMER MANAGER -- START
*[DOUBANGO INFO]: Starting [TLS/IPv4 transport] server with IP {0.0.0.0} on port {10072} using fd {4} with type {17}...
*[DOUBANGO INFO]: Starting [TCP/IPv4 transport] server with IP {0.0.0.0} on port {10070} using fd {3} with type {9}...
*[DOUBANGO INFO]: tnet_transport_prepare()
*[DOUBANGO INFO]: pipeR fd=15, pipeW=16
*[DOUBANGO INFO]: Socket added[SIP transport]: fd=15, tail.count=1
*[DOUBANGO INFO]: master fd=12
*[DOUBANGO INFO]: Socket added[SIP transport]: fd=12, tail.count=2
*[DOUBANGO INFO]: tnet_transport_prepare()
*[DOUBANGO INFO]: pipeR fd=17, pipeW=18
*[DOUBANGO INFO]: Socket added[SIP transport]: fd=17, tail.count=1
*[DOUBANGO INFO]: master fd=13
*[DOUBANGO INFO]: Socket added[SIP transport]: fd=13, tail.count=2
*[DOUBANGO INFO]: tnet_transport_prepare()
*[DOUBANGO INFO]: pipeR fd=19, pipeW=20
*[DOUBANGO INFO]: Socket added[SIP transport]: fd=19, tail.count=1
*[DOUBANGO INFO]: master fd=14
*[DOUBANGO INFO]: Socket added[SIP transport]: fd=14, tail.count=2
*[DOUBANGO INFO]: SIP STACK -- START
*[DOUBANGO INFO]: Transport::run(SIP transport) - enter
*[DOUBANGO INFO]: Transport::run(SIP transport) - enter
*[DOUBANGO INFO]: Transport::run(SIP transport) - enter
*[DOUBANGO INFO]: SIP STACK::run -- START
*[DOUBANGO INFO]: Starting [SIP transport] server with IP {199.59.82.24} on port {10062} using fd {14} with type {128}...
*[DOUBANGO INFO]: Starting [SIP transport] server with IP {199.59.82.24} on port {10060} using fd {13} with type {64}...
*[DOUBANGO INFO]: Starting [SIP transport] server with IP {199.59.82.24} on port {10060} using fd {12} with type {2}...
*[DOUBANGO INFO]: ioctlt(14), len=0 returned zero or failed
*[DOUBANGO INFO]: NETWORK EVENT FOR SERVER [SIP transport] -- FD_ACCEPT(fd=21)
*[DOUBANGO INFO]: Socket added[SIP transport]: fd=21, tail.count=3
*[DOUBANGO INFO]: WebSocket Peer accepted/connected with fd = 21
*[DOUBANGO INFO]: #1 peers in the 'SIP transport' transport
***[DOUBANGO ERROR]: function: "tnet_tls_socket_accept()"
file: "src/tls/tnet_tls.c"
line: "168"
MSG: SSL_accept() failed with error code [1, error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher]
*[DOUBANGO INFO]: WebSocket Peer closed with fd = 21
*[DOUBANGO INFO]: #0 peers in the 'SIP transport' transport
*[DOUBANGO INFO]: *** Stream Peer destroyed ***
*[DOUBANGO INFO]: Removing socket 21
*[DOUBANGO INFO]: Socket to remove: fd=21, index=2, tail.count=3
*[DOUBANGO INFO]: CloseSocket(21)
*[DOUBANGO INFO]: WebSocket Peer closed with fd = 21
***[DOUBANGO ERROR]: function: "tnet_transport_mainthread()"
file: "src/tnet_transport_poll.c"
line: "708"
MSG: SSL_accept() failed
***[DOUBANGO ERROR]: function: "tnet_transport_mainthread()"
file: "src/tnet_transport_poll.c"
line: "708"
MSG: (SYSTEM)NETWORK ERROR ==>Success
*[DOUBANGO INFO]: PipeR event = 1
*[DOUBANGO INFO]: ioctlt(14), len=0 returned zero or failed
*[DOUBANGO INFO]: NETWORK EVENT FOR SERVER [SIP transport] -- FD_ACCEPT(fd=21)
*[DOUBANGO INFO]: Socket added[SIP transport]: fd=21, tail.count=3
*[DOUBANGO INFO]: WebSocket Peer accepted/connected with fd = 21
*[DOUBANGO INFO]: #1 peers in the 'SIP transport' transport
***[DOUBANGO ERROR]: function: "tnet_tls_socket_accept()"
file: "src/tls/tnet_tls.c"
line: "168"
MSG: SSL_accept() failed with error code [1, error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher]
*[DOUBANGO INFO]: WebSocket Peer closed with fd = 21
*[DOUBANGO INFO]: #0 peers in the 'SIP transport' transport
*[DOUBANGO INFO]: *** Stream Peer destroyed ***
*[DOUBANGO INFO]: Removing socket 21
*[DOUBANGO INFO]: Socket to remove: fd=21, index=2, tail.count=3
*[DOUBANGO INFO]: CloseSocket(21)
*[DOUBANGO INFO]: WebSocket Peer closed with fd = 21
***[DOUBANGO ERROR]: function: "tnet_transport_mainthread()"
file: "src/tnet_transport_poll.c"
line: "708"
MSG: SSL_accept() failed
***[DOUBANGO ERROR]: function: "tnet_transport_mainthread()"
file: "src/tnet_transport_poll.c"
line: "708"
MSG: (SYSTEM)NETWORK ERROR ==>Success
*[DOUBANGO INFO]: PipeR event = 1
*[DOUBANGO INFO]: ioctlt(14), len=0 returned zero or failed
*[DOUBANGO INFO]: NETWORK EVENT FOR SERVER [SIP transport] -- FD_ACCEPT(fd=21)
*[DOUBANGO INFO]: Socket added[SIP transport]: fd=21, tail.count=3
*[DOUBANGO INFO]: WebSocket Peer accepted/connected with fd = 21
*[DOUBANGO INFO]: #1 peers in the 'SIP transport' transport
***[DOUBANGO ERROR]: function: "tnet_tls_socket_accept()"
file: "src/tls/tnet_tls.c"
line: "168"
MSG: SSL_accept() failed with error code [1, error:140A1175:SSL routines:SSL_BYTES_TO_CIPHER_LIST:inappropriate fallback]
*[DOUBANGO INFO]: WebSocket Peer closed with fd = 21
*[DOUBANGO INFO]: #0 peers in the 'SIP transport' transport
*[DOUBANGO INFO]: *** Stream Peer destroyed ***
*[DOUBANGO INFO]: Removing socket 21
*[DOUBANGO INFO]: Socket to remove: fd=21, index=2, tail.count=3
*[DOUBANGO INFO]: CloseSocket(21)
*[DOUBANGO INFO]: WebSocket Peer closed with fd = 21
***[DOUBANGO ERROR]: function: "tnet_transport_mainthread()"
file: "src/tnet_transport_poll.c"
line: "708"
MSG: SSL_accept() failed
***[DOUBANGO ERROR]: function: "tnet_transport_mainthread()"
file: "src/tnet_transport_poll.c"
line: "708"
MSG: (SYSTEM)NETWORK ERROR ==>Success
*[DOUBANGO INFO]: PipeR event = 1