search for: jssip

Displaying 20 results from an estimated 44 matches for "jssip".

Did you mean: josip
2014 Apr 16
1
WebRTC and JsSIP
Hi ! My name is Gerald and I am working with WEBRTC and JsSIP.<div><br></div><div>I configure my Asterisk 11.7.0 to work wit WEBRTC.</div><div><br></div><div>Using a JsSIP (http://tryit.jssip.net/), the SIP extension can connect at the Asterisk, but when we try to make a call they send a 488 response and f...
2014 Mar 22
0
webrtc not working with asterisk 11.8 + jssip/sipml5
users are registering over ws:// but while dialing A -> B , using either jssip/sipml5 I receive an error on B side saying , ice related information is missing , and in INVITE sdp mentioned fields are really missing. Exact error in console is SetRemoteDescription failed: Called with an SDP without ice-ufrag and ice-pwd lots of users are using webrtc with jssip/sipml5 + aste...
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 priv...
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 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 things to work. [1] https://wiki.asterisk.org/wiki/display/AST/WebRTC+tutorial+using+SIPML5 > > i...
2015 Mar 11
0
Video call with WebRTC on asterisk 13
...arking the video packets this complain web browser specially VP8 codecs so a friend of mine help me to patch res_rtp_asterisk and now asterisk is marking video streams :) it just mark video packets not touch anything else and web browser show video on web page now I?m using online demo http://tryit.jssip.net/ <http://tryit.jssip.net/> <http://tryit.jssip.net/ <http://tryit.jssip.net/>> is stable and get more updates than sipml5. so i try echo() dialplan test and everything work perfect on echo test :). i have two questions and i hope you could give me some advise. 1) after mark...
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 RTP/SAVPF 109 0 8 101 --> Asterisk sends "SIP/2.0 488 Not acceptable here" Chrome: I've tried both sipml5 and...
2018 Sep 26
4
WebRTC as Softphone substitute ?
Hello, This morning, I asked myself if WebRTC could be a viable alternative to softphone deployment. For me, main issue with Softphones is the amount of work needed for installation and configuration. Also, Softphones must be carefully choosen if Deskphone-like quality is expected. Now that WebRTC becomes ubiquitous, it might make sense to trade Softphone features (call history, BLF, ...) for
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 Websock...
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
2016 Oct 05
2
Ast 13.10 to 13.11 stop working webrtc
>From this change (res_rtp_asterisk): ast 13.10 to 13.11 webrtc JSSIP stop working, failing with chan_sip.c:4083 retrans_pkt: Hanging up call 7238b48c11581d4166b899bf747a05f7 at 130.211.62.184:0 - no reply to our critical packet (see https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions). is there any way to configure to have the previous behaviour? Im tr...
2015 Mar 23
2
PJSIP - Video Support for WebRTC
...arking the video packets this complain web browser specially VP8 codecs so a friend of mine help me to patch res_rtp_asterisk and now asterisk is marking video streams :) it just mark video packets not touch anything else and web browser show video on web page now I?m using online demo http://tryit.jssip.net/ is stable and get more updates than sipml5. so i try echo() dialplan test and everything work perfect on echo test :). i have two questions and i hope you could give me some advise. 1) after marking video packet I?m able to make Dial() between two webrtc peers but i get one way audio and vi...
2015 Feb 26
0
WebRTC phone
For the client: JSSIP and Sipml5. If you are going to be coding something up yourself I like the JSSIP 0.5.x javascript interfaces. If you are simply going to use a pre-canned one then sipml5 works pretty well and remembers your settings in localstorage. I haven't used any closed source versions since the above wor...
2015 Mar 10
0
video call with WebRTC on asterisk 13.
...arking the video packets this complain web browser specially VP8 codecs so a friend of mine help me to patch res_rtp_asterisk and now asterisk is marking video streams :) it just mark video packets not touch anything else and web browser show video on web page now I?m using online demo http://tryit.jssip.net/ <http://tryit.jssip.net/> is stable and get more updates than sipml5. so i try echo() dialplan test and everything work perfect on echo test :). i have two questions and i hope you could give me some advise. 1) after marking video packet I?m able to make Dial() between two webrtc peer...
2018 Sep 26
2
WebRTC as Softphone substitute ?
...s > that any changes in your network may disrupt it and even trying to > replicate your installation is difficult. I have it working fine on my > website so customers can call us directly from our web page but I never > could get Cyber Mega Phone 2K to work on the same server. We used JSSIP > to create the webrtc phone on our website. We just updated the documentation for how to get CMP2K working on the wiki [1]. We'd love some feedback if you still have issues getting it setup so that we can improve the docs. [1] https://wiki.asterisk.org/wiki/display/AST/Installing+and+Con...
2019 Dec 12
2
asterisk pjsip webrtc rtp to private IP
...:         icess0x7f5d44081e88 .Valid list [Dec 12 15:39:19] DEBUG[2182][C-00000000]: pjproject: <?>:         icess0x7f5d44081e88 . 0: [1] 1.1.1.1:17728-->2.2.2.2:57536 (nominated, state=Succeeded) 1.1.1.1 is asterisk on "public" ip 2.2.2.2 is router on "public" ip (jssip is behind it on private ip 10.128.3.150) our specific case we found problem in customers internet provider we dont know yet what technology is the problem but "sometimes" respond ip of some core router ( ISP - isp core/edge router ip - customers router ip - customers private ip ) t...
2019 Dec 12
2
asterisk pjsip webrtc rtp to private IP
...se* * Dne 12/12/2019 v 11:51 Joshua C. Colp napsal(a): > On Thu, Dec 12, 2019 at 6:39 AM marek <cervajs64 at gmail.com > <mailto:cervajs64 at gmail.com>> wrote: > > 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 h...
2018 Sep 29
2
WebRTC as Softphone substitute ?
...your network may disrupt it and even trying to > >> replicate your installation is difficult. I have it working fine on my > >> website so customers can call us directly from our web page but I never > >> could get Cyber Mega Phone 2K to work on the same server. We used JSSIP > >> to create the webrtc phone on our website. > > We just updated the documentation for how to get CMP2K working on the > > wiki [1]. We'd love some feedback if you still have issues getting it > > setup so that we can improve the docs. > > > > [1] >...
2017 May 09
2
asterisk 13.15.0 stopping/crashing
hi, i have strange problem with asterisk 13.15.0+pjsip bundled/centos 7/systemd start script we are using chan_pjsip only for webrtc endpoints . switched from sipml5 to jssip with upgrade to 13.15.0(from 13.9.0) few days ago today i have problems with stopping/crashing asterisk /var/log/asterisk/messages dont show any clues [May 9 12:10:52] WARNING[25762] pjproject: tsx0x7fbb28024088 ..Error sending Response msg 200/REGISTER/cseq=4 (tdta0x7fbb080d29e8): Unknown Er...
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