Displaying 20 results from an estimated 2000 matches similar to: "Asterisk 13 and WebRTC. Is wiki page still valid ?"
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 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 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
2015 Aug 10
2
webrtc no audio
hello,
i'm facing strange problem
asterisk13.5 + chan_sip wss transport + SIPML5 1.5.230
person1 to person3 are behind different NATs
audio devices double checked
call from person1(chrome) to person2(chrome) works
call from person1(chrome) to person 3(chrome) - no audio on both side
(RTP flowing only in one direction)
call from person2(chrome) to person 3(chrome) - no audio on both side
2012 Aug 07
1
Asterisk & Websockets
Hi everyone,
I'm currently trying to play a little with WebRTC using sipml5 client and
Asterisk trunk (370821)
It seems the the WebRTC implementation for Asterisk 11 is already available
in the trunk? Am I right?
http://lists.digium.com/pipermail/asterisk-dev/2012-July/055940.html
I'm having trouble to even register to my Asterisk server using sipml5
client.
The only reference to
2016 Feb 29
2
Asterisk 13 and WebRTC. Is wiki page still valid ?
2016-02-19 12:01 GMT+01:00 Marek ?ervenka <cervajs at fpf.slu.cz>:
> on my own server
>
Today, I'm back from holidays trip.
First of all, thanks for replying !
I'll try to use jssip as you suggested.
Anyway, I'm still failing to understand if wiki's page [1] is still valid
with Asterisk 13, and if it's not valid anymore, which is the main change
that prevent
2019 Jan 04
2
CyberMegaPhone WebRTC Video Conference demo
I am trying to run the CyberMegaPhone demo to see the WebRTC Video Conference demonstration from AstriDevCon 2017
I have been able to make WebRTC work on this same box with SIPML5 demo but not the CMP2K.
When I attempt to access the https://myip:8089/cmp2k I am prompted for the unsecure web. I enable unsecure web. (Using the asterisk local certificate generation from the SIPML5 demo).
After
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
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 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
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
2015 Mar 12
2
WebRTC demo phones
Hello,
Can anyone recommend a particular online WebRTC phone for testing with
Asterisk?
We tried:
- JsSIP, but even with the "enable video" checkbox disabled it sends video
options in the INVITE SDP and Asterisk rejects it with "Rejecting secure
video stream without encryption details".
- sipML5, but it won't register, perhaps something to do with not using the
Asterisk
2015 Sep 15
3
Asterisk 13 WebRTC Status report
hi,
i'm fighting with webrtc for 14 days
reporting my experience to minimize number of crazy asterisk users
i have working webrtc with simpl5 + asterisk 13 + pjproject 2.4.5 +
chan_pjsip + secure websockets + secure audio + audio in both ways
problems
first, i needed run chan_sip for old hard phones and wss with chan_pjsip
only for webrtc. this is possible with patch from
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
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
2015 Feb 26
2
WebRTC phone
Can anyone recommend a good WebRTC phone to use with Asterisk? I do
not mind if it is commercial or open source. Customers are starting to
ask for web solutions and we need to start testing.
--
Telecomunicaciones Abiertas de M?xico S.A. de C.V.
Carlos Ch?vez
+52 (55)9116-91161
2017 Mar 12
2
WebRTC - Transport Issues.
Hey all. I have webrtc up and running with asterisk 11. All is going well
with TLS now working.
At least I hope it is using TLS and wss. Based on what I am seeing I have
UDP, WSS listed in the Allowed transports, but every time I connect the
Primary transport shows WS.. Why is this? Am I actually running ws in wss
mode?
Prim.Transp. : WS
Allowed.Trsp : UDP,WSS
Def. Username:
2016 Sep 08
3
Asterisk 13 and WebRTC
Hello list,
before to lost my time, I'd like know if someone have a WebRTC working
configuration on Asterisk 13.11.0 SIP or PJSIP channel.
Thank you
Regards
2012 Aug 17
2
How to test Websocket support in SIP in Asterisk trunk?
I see no indication of how to do this in sip.conf, and when I start
Asterisk, it doesn't wait on port 80.
Greetings,
--
Juan Carlos Castro y Castro
Instant Solutions - Telefonia Gerando Resultado
http://www.instant.com.br
Principais capitais: 4063-6100
Demais regi?es: (11)4063-6100
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