similar to: Multiple protocols for transport in PJSIP

Displaying 20 results from an estimated 3000 matches similar to: "Multiple protocols for transport in PJSIP"

2016 Feb 15
2
Multiple protocols for transport in PJSIP
On 2/15/16 12:50 PM, Joshua Colp wrote: > Carlos Chavez wrote: >> Is it possible to use serveral protocols for a single transport section >> in pjsip.con? In sip.conf you could use transport=udp,ws,wss so you >> cound use webrtc along with your phones but if I try: >> >> [transport-udp] >> type=transport >> protocol=udp,ws,wss >> bind=0.0.0.0 >
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:
2015 Aug 13
2
simultaneous use of chan_sip/chan_pjsip
Dne 13.8.2015 v 17:20 Rusty Newton napsal(a): > On Thu, Aug 13, 2015 at 3:54 AM, Marek ?ervenka <cervajs at fpf.slu.cz > <mailto:cervajs at fpf.slu.cz>> wrote: > > hello, > > is it possible simultaneously use chan_sip and chan_pjsip? > > if yes, can you recommend settings > > i'm thinking about > - chan_sip - for sip
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
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 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
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 (
2019 May 10
4
Asterisk 13.26.0 webRTC: Asterisk not passing along video
Hello I am trying to set up webRTC video calls from my Chrome webbrowser (Fedora) to my Chrome webbrowser (Windows 10). There is local video input (I can see myself), but never video on the receiving side. This is the case in both directions (so it makes no difference which peer is calling which peer). Both webRTC SIP peers have opus and H264 codec in their peer definition :   Video
2015 Jan 14
1
WSS Socket Configuration
Hi Alexey, This is what works for me: [http.conf]: tlsenable=yes ; enable tls - default no. tlsbindaddr=144.x.y.z:8089 ; address and port to bind to - default is bindaddr and port 8089. tlscertfile=/etc/asterisk/keys/mycert.pem ; path to the certificate file (*.pem) only. tlsprivatekey=/etc/asterisk/keys/mycert.pem ; path to private key file (*.pem) only. Date: Tue, 13 Jan
2016 Jan 20
2
Incoming webrtc call succeeds in Firefox but fails in Google Chrome
I am having trouble getting Google Chrome to accept a WebRTC call coming from Asterisk, even though Firefox can (now) accept the same call without issue. My setup is as follows: Server: CentOS 7 x86_64 (Elastix 4 RC) with IP: 10.1.0.4 192.168.5.146 asterisk-11.21.0 patched to work around https://issues.asterisk.org/jira/browse/ASTERISK-25659 openssl-1.0.1e-51.el7_2.2.x86_64 [root at elx4 ~]#
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
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
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
2014 Sep 08
1
Asterisk removes ice lines in sdp when calling between webrtc clients
Hello, I have a problem with a call between 2 webrtc clients. Asterisk removes the ice-related lines from the sdp when it sends the INVITE out, and the called webrtc client rejects the INVITE due to the missing ice lines. Both webrtc clients are defined exactly the same way, same values in all fields except the number of the peer. There's probably something I've changed that causes this
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
2023 Jun 24
1
Why is WebRTC treated differently from regular SIP in Asterisk
I'm learning about WebRTC clients, and am wondering why Asterisk treats them differently from any other SIP client. The media (RTP) should be no different, so the only difference should be on the signaling side. I noticed that the Asterisk wiki mentions the need for res_pjsip_transport_websocket, so does that mean Asterisk requires the signaling to occur over a websocket? If I used
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
2019 Dec 12
2
asterisk pjsip webrtc rtp to private IP
hi, i have following topology PSTN - Asterisk ---- internet -----  router - jssip client (wss) Asterisk 13.29.1 on public IP, chan_pjsip for wss, chan_sip/udp for SIP connection to PSTN router - public IP/private IP (NAT) jssip client - private IP - sip over websocket to Asterisk PJSIP ~30% of calls has problem with no audio. reason is that Asterisk is sending RTP to private IP of jssip
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