similar to: Websockets on Asterisk 11 and SipML5

Displaying 20 results from an estimated 1000 matches similar to: "Websockets on Asterisk 11 and SipML5"

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 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 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
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 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
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 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
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
2013 Oct 24
0
When i do Video call from sipml5 to sipml5, Call get rejected
Hello All, I am using Asterisk 12 and sipml5 as front-end and when i call from one to another the call will ring on other end but when i allow the camera access call will terminated automatically. I have attached the logs of Asterisk, if some one will get something useful Please reply on the same. Thanks and Regards, Anant == Using SIP VIDEO CoS mark 6 == Using SIP RTP CoS mark 5
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 Apr 14
1
Webrtc and adventures with Asterisk 11
Hi, I spent the past week experimenting with webrtc + asterisk 11.9.0-rc1 + opus/vb8 codec patch. This is interesting technology and I try to find out how to connect all the moving parts. Firefox: Neither sipml5 or jssip works with calls to asterisk, audio/video doesn't matter. WARNING[977][C-00000005] chan_sip.c: Rejecting secure audio stream without encryption details: audio 35684
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
2018 Dec 07
2
Question on WebRTC configuration
In the asterisk wiki instructions for Configuring Asterisk for WebRTC clients... https://wiki.asterisk.org/wiki/display/AST/Configuring+Asterisk+for+WebRTC+Clients "To communicate with websocket clients, Asterisk uses its built-in HTTP daemon. Configure /etc/asterisk/http.conf as follows: [general] enabled=yes bindaddr=0.0.0.0 bindport=8088 tlsenable=yes tlsbindaddr=0.0.0.0:8089
2018 Apr 25
2
Wanted: WebRTC tutorial
On 04/24/2018 09:08 AM, Matt Fredrickson wrote: > On Tue, Apr 24, 2018 at 10:54 AM, Bruce Ferrell <bferrell at baywinds.org> wrote: >> A while back (last year maybe?), there was a Digium blog post on setting up >> WebRTC. >> >> I was never able to get that working. >> >> I was working with Asterisk 15 on a RHEL derived distro and had no idea of >>
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
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 Sep 12
1
How to get call progress events from WebSocket connected to Asterisk 12 ARI events API
Hello, I am experimenting with Asterisk 12.0.0 alpha1. I have a couple of SIP phones working. Good. I can retrieve data using curl to interact with the new Asterisk REST API (ARI). Good. Now I want to use the new ARI events API, which requires a WebSocket connection. I am using Node.js for the client, and have a stable connection to ARI events on the Asterisk 12 server. What I hope for is
2014 Jun 11
2
WSS over Asterisk
Hi, Have anyone tried using SIPML5 to connect to Asterisk over wss? I'm having the error as shown below Connecting to 'wss://54.xxx.xxx.xxx:8080/ws <wss://54.254.228.251:8080/ws>' SIPml-api.js?svn=224:1 ==stack event = starting SIPml-api.js?svn=224:1 __tsip_transport_ws_onerror SIPml-api.js?svn=224:1 __tsip_transport_ws_onclose SIPml-api.js?svn=224:1 ==stack event =
2015 Mar 04
2
WebRTC phone
For those that were interested I have attached the kamailio.cfg which we have working with Kamailio 4.2.1 and Asterisk 1.8.23/32. Specifically, the following yum packages: kamailio.x86_64 4.2.1-4.1 @home_kamailio_v4.2.x-rpms kamailio-auth-ephemeral.x86_64 4.2.1-4.1 @home_kamailio_v4.2.x-rpms kamailio-bdb.x86_64 4.2.1-4.1 @home_kamailio_v4.2.x-rpms
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 (