Displaying 20 results from an estimated 300 matches similar to: "How to enable DTLS"
2014 May 10
2
Asterisk 11.9 with webRTC demo integration
Hi All,
I am trying to configure webRTC phone example for SIPml5 and i found this
info from https://wiki.asterisk.org/wiki/display/AST/Asterisk+WebRTC+Support
.
I have asterisk 11.9.0 installed and downloaded source of SIPml5 from
http://code.google.com/p/sipml5/source/checkout I copied sample code into
web root directory and example loaded successfully and also able to
register 2 extensions.
I
2013 Jun 17
1
Has anyone succeeded in making a WebRTC call from Mozilla Nightly to Asterisk?
I am using Asterisk 11.3.0 and just updated Nightly to 24.0a1 (2013-06017)
and get a SIP 488 Not Acceptable Here response.
I have no problems using the same Asterisk configuration and the same page
to make a call from Chrome.
I have seen other people post a similar issue, but I have not seen a
solution. If someone with good knowledge of this issue were to respond
with "this is a known
2016 Feb 18
2
Asterisk 13 and WebRTC. Is wiki page still valid ?
Hello,
I'm trying to have my first calls with WebRTC.
My server has asterisk 13.7.0.
I'm following the instructions from the wiki [1].
So I'm using [2] live demo from a Chrome navigator (v48) on Debian Jessie
station.
Whenever I type something like ws://123.123.123.123:8088/ws in Expert Mode
form (see [1]), I'm getting this error :
*2:SecurityError: Failed to construct
2016 Feb 18
2
Asterisk 13 and WebRTC. Is wiki page still valid ?
2016-02-18 15:42 GMT+01:00 Marek ?ervenka <cervajs at fpf.slu.cz>:
> my experience with pjsip for webrtc
> http://lists.digium.com/pipermail/asterisk-users/2015-September/287562.html
>
>
> Yes I saw this post earlier today.
Having to fight 14 days scared me a bit !
Did you set sipml5 on your own server or did you use Live demo (
2016 Aug 11
2
Asterisk 11.23.0 on CentOS6 : how to get ICE support ?
Hello
Using Asterisk 12.8.2.
I now have the "via ICE" messages in the RTP debug (see below).
If you look in the SIP debug (see below), you also now see the
"ice-ufrag" and "ice-pwd" in the 200 OK SIP-message from Asterisk to the
webRTC client.
But still no audio ! None at all ! In both directions.
You can see in the SIP debug that the IP-address in de
2011 Sep 02
5
how to add-edit-delete entery into asterisk conf files
Hi list,
I want ot do basic work (add-edit-delete) into asterisk configuration files,
like sip.conf, manager.conf,musiconhold.conf etc.
Please guide me how to configure all these files from from AMI connection. I
am able to login into AMI from Login action but I want to do more task in to
it.
*AMI login:- *
*login.php*
<?php
$socket = fsockopen("127.0.0.1","5038",
2016 Aug 11
3
Asterisk 11.23.0 on CentOS6 : how to get ICE support ?
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.
But still, I don't see why Ast 13 would differ so much in this case ? If
ICE and NAT is working (not causing problems) why should Ast 13 bring me
audio and Ast 12 don't
2012 Aug 13
1
Websockets on Asterisk 11 and SipML5
Hello,
I'm trying to register a user using sipml5 on Asterisk 11. I followed the
instructions here:
http://thr3ads.net/asterisk-users/2012/08/1972342-Asterisk-Websockets
I added transport=ws to my sip.conf file:
[3002]
username=3002
secret=XXXXXXXXX
host=dynamic
type=friend
context=test
disallow=all
allow=g729
;allow=all ; Allow codecs in order of preference
allow=ilbc
2007 Jul 09
2
DTLS for Centos?
Is DTLS available for Centos? Either Centos 4 or 5.
DTLS is TLS over UDP. Highly valued to protect SIP traffic.....
2015 May 21
1
asterisk 13 webrtc
hi,
is there someone with working asterisk13+chan_sip+SIP.js/sipml5 ?
or is chan_pjsip better supported?
or the recommended way for asterisk is use respoke.io?
my problem with asterisk13+chan_sip+sipml5(the same problem is with SIP.js)
chan_sip.c:10496 process_sdp: Can't provide secure audio requested in
SDP offer "
sip.conf (important parts)
[vr1a882]
...
nat=force_rport,comedia
2014 Mar 14
0
sipML5, Ast12 and WebRTC: not acceptable here
Hi All.
I'm running some tests with the latest Asterisk SVN-branch-12-r410493M
compiled with fresh github pjsip and srtp 1.4.2 on an i386 centOS
machine (2.6.32-358.18.1.el6.i686).
As a client I'm using the sipMLP WebRTC javascript softphone running on
Chrome 33.0.1750.146 m.
I have the softphone correctly registered on the Asterisk machine but as
soon as I try to start a new call
2013 May 17
1
DTLS
Hi all,
I am looking for a secured communication between web clients and my
servers. tinc looks great. I understand it uses UDP for data. But does
it use DTLS (newbbie question) ?
As someone tryed to use 0MQ with it ?
Cheers,
Laurent.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Apr 25
1
srtp/dtls when sip is clear over lo
Given a box with a sip proxy listen(2)ing on 0.0.0.0 and chan_sip or
chan_pjsip listen(2)ing on 127.0.0.1, with ast sending rtp directly,
will ast negotiate srtp or dtls even ast and the proxy speak sip in
the clear over the lo interface?
Avoiding encryption over lo can aid debugging, but will doing so also
block secure media?
-JimC
--
James Cloos <cloos at jhcloos.com> OpenPGP:
2015 Jun 16
1
Req help regarding webRTC : Attempted Attempted to set an invalid DTLS-SRTP configuration on RTP instance
Hi List,
I am trying to setup a Asterisk setup in AWS instance Centos6.5 . I
have installed Asterisk 13.4 with srtp,pjproject. I have configured two
numbers for webRTC clients, when i try to call from a client (sipml5) to
another client (sipml5) it throws the following error:
"chan_sip.c:5851 dialog_initialize_dtls_srtp: Attempted to set an invalid
DTLS-SRTP configuration on RTP
2016 Aug 09
2
Asterisk 11.23.0 on CentOS6 : how to get ICE support ?
Hello
I'm trying for several days now to get ICE support for my Asterisk 11.23
on CentOS 6.
My call setup : sipml5_webRTC (nat) --> public Asterisk on 178.18.90.230
--> softphone Zoiper
(problem : no audio)
Reverse does not work either.
(problem : failed get local SDP)
I followed this guide :
https://wiki.asterisk.org/wiki/display/AST/WebRTC+tutorial+using+SIPML5
2011 Mar 06
0
imsdroid on droidX to asterisk: No matching peer found
sip.conf:
[imsdroid]
type=friend
;;auth=md5
;;defaultuser=imsdroid
secret=mysecret
host=dynamic
context=cloud-out
qualify=60
dtmfmode=auto
insecure=port,invite
callerid="IMSDroid client" <imsdroid>
disallow=all
allow=ulaw
I've tried with and without defaultuser and secret.
sip show peer imsdroid:
* Name : imsdroid
Secret : <Set>
MD5Secret :
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
2014 Jul 02
1
Webrtc Not acceptable here
Hi,
I am getting
*Can't provide secure audio requested in SDP offer*
with sipml5 client hosted on my local system
[1060] ; This will be WebRTC client
type=friend
username=1060 ; The Auth user for SIP.js
host=dynamic ; Allows any host to register
secret=sameer ; The SIP Password for SIP.js
encryption=yes ; Tell Asterisk to use encryption for this peer
avpf=yes ; Tell Asterisk to use AVPF
2016 Feb 18
2
Asterisk 13 and WebRTC. Is wiki page still valid ?
Thank you much for yor reply.
2016-02-18 13:30 GMT+01:00 Simon Hohberg <simon.hohberg at mcs-datalabs.com>:
> Hi Oliver,
>
> On 02/18/2016 12:10 PM, Olivier wrote:
>
> Hello,
>
> I'm trying to have my first calls with WebRTC.
> My server has asterisk 13.7.0.
>
> I'm following the instructions from the wiki [1].
> So I'm using [2] live demo from
2016 Feb 18
2
Asterisk 13 and WebRTC. Is wiki page still valid ?
2016-02-18 14:57 GMT+01:00 Simon Hohberg <simon.hohberg at mcs-datalabs.com>:
>
> Is it implied here that both HTTPS and WSS must also come from the same
>> server (Same Origin Policy) ?
>>
> No, the same origin policy does not apply to web sockets.
>
> Then, can I also install my own WebRTC demo page on my own private
>> Asterisk server and access this demo