search for: 770000wrtc

Displaying 5 results from an estimated 5 matches for "770000wrtc".

2016 Aug 09
2
Asterisk 11.23.0 on CentOS6 : how to get ICE support ?
.../configure --libdir=/usr/lib64 [root at myserver admin]# make menuselect [root at myserver admin]# make && make install In my sip.conf I have : icesupport = yes In my rtp.conf I have : icesupport=yes stunaddr=stun.l.google.com:19302 My SIP peer definition for webRTC client (sipml5) : [770000wrtc] type=peer host=dynamic username=770000wrtc defaultuser=770000wrtc fromuser=770000wrtc secret=987654 disallow=all allow=alaw ;allow=gsm qualify=yes canreinvite=no dtmfmode=rfc2833 amaflags=billing context=testwebrtc nat=force_rport,comedia transport=udp,ws,wss encryption=yes avpf=yes force_avp=yes...
2016 Aug 11
2
Asterisk 11.23.0 on CentOS6 : how to get ICE support ?
...oblem ?? SIP debug : [Aug 11 15:53:47] <--- SIP read from WS:178.119.146.190:60191 ---> [Aug 11 15:53:47] INVITE sip:419 at 178.18.90.230 SIP/2.0 [Aug 11 15:53:47] Via: SIP/2.0/WSS df7jal23ls0d.invalid;branch=z9hG4bKSqKu6K3uxr3dOFdU5WAtPM5tKKA5yzAq;rport [Aug 11 15:53:47] From: <sip:770000wrtc at 178.18.90.230>;tag=SGUVL1LMdvxQrUfxprZJ [Aug 11 15:53:47] To: <sip:419 at 178.18.90.230> [Aug 11 15:53:47] Contact: <sips:770000wrtc at df7jal23ls0d.invalid;rtcweb-breaker=no;click2call=no;transport=wss>;+g.oma.sip-im;language="en,fr" [Aug 11 15:53:47] Call-ID: 47ca4cc9...
2016 Aug 10
2
Asterisk 11.23.0 on CentOS6 : how to get ICE support ?
Hello thank you for your answer. I don't understand how there are many tutorials and examples on the web where every time the outcome is a working setup. Very strange I feel now after my personal experience with Asterisk 11 and webRTC. You also say Asterisk 13. How about Asterisk 12 then ?? Kind regards. On 10-08-16 21:53, Matt Fredrickson wrote: > I don't see an ice-ufrag or
2016 Aug 12
2
Asterisk 11.23.0 on CentOS6 : how to get ICE support ?
Hello setting "nat=no" or omitting "nat=" in peer definition does not help either. Still no audio. Why do you think this is a NAT issue ? IP and port information in SDP-body is correct. Kind regards. On 12-08-16 09:25, ????? ?????? wrote: > > Try delete nat from 770000wrtc settings ice should do the same > > > On Aug 11, 2016 10:00 PM, "Jonas Kellens" <jonas.kellens at telenet.be > <mailto:jonas.kellens at telenet.be>> wrote: > > On 11-08-16 18:03, Matt Fredrickson wrote: > > On Thu, Aug 11, 2016 at 9:40 AM,...
2016 Aug 11
2
Asterisk 11.23.0 on CentOS6 : how to get ICE support ?
On 11-08-16 18:03, Matt Fredrickson wrote: > On Thu, Aug 11, 2016 at 9:40 AM, Jonas Kellens <jonas.kellens at telenet.be> wrote: >> My main reason not to upgrade to Ast 13 is because I'm afraid of losing >> functionality as there are certain functions deprecated/replaced. This can >> also cause headache :-) >> >> I will do so if there is no other option.