Displaying 20 results from an estimated 1000 matches similar to: "Why is WebRTC treated differently from regular SIP in Asterisk"
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 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 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
>
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
2023 Jun 28
1
SDP a=ice-ufrag & a=ice-pwd UNSUPPORTED OR FAILED
Hello list
when trying to set up webRTC communications with sipjs client package
(tried 0.7.0, 0.10.0 and 0.19.0), I see in the asterisk debug log-file
the following :
DEBUG[30891][C-00000000] chan_sip.c: Processing media-level (audio) SDP
c=IN IP4 99.88.77.66... OK.
DEBUG[30891][C-00000000] chan_sip.c: Processing media-level (audio) SDP
a=rtcp:9 IN IP4 0.0.0.0... UNSUPPORTED OR FAILED.
2014 Aug 22
0
Asterisk rejects sdp from webrtc client
Hello,
I was testing with sdp and something came up worth asking:
While calling from a webrtc client to another (chrome, sip.js) Asterisk
receives the following sdp and rejects it with 488 Not Acceptable. Why does
this happen, what's wrong with the sdp? The second sdp body below is
accepted instead. Both have rtp profile RTP/SAVPF, difference is that the
second one was produced by rtpengine,
2015 Oct 28
2
Receiving Messages and Extensions Config for WebRTC
Hi All,
I have configured WebRTC according to the install document.
The clients register correctly. I'm use SIPjs.
The clients are able to send messages to the server. The SIP debug shows
the messages being received.
However I'm stumped for directions on how to route the messages between the
clients.
Asterisk 11.11.0
Here is my client sip config:
[1060]
type=friend
username=1060 ; The
2016 Feb 15
2
Multiple protocols for transport in PJSIP
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
I get an error that transport-udp is not found. Do I need a
dedicated interface for WebRTC?
[Feb 15 12:42:10] ERROR[3308]:
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
2018 Oct 18
2
After updating to 16 "Some non-required modules failed to load"
I just noticed this upon startup since updating from 15.6.1 to 16.0.0
- do any of these matter?
[Oct 18 12:12:18] WARNING[4489]: loader.c:2228 load_modules: Some
non-required modules failed to load.
[Oct 18 12:12:18] ERROR[4489]: loader.c:2243 load_modules:
res_pjsip_transport_websocket declined to load.
[Oct 18 12:12:18] ERROR[4489]: loader.c:2243 load_modules:
cdr_sqlite3_custom declined to
2018 Oct 23
2
After updating to 16 "Some non-required modules failed to load"
On Tue, Oct 23, 2018 at 1:35 PM Dan Cropp <dan at amtelco.com> wrote:
> The res_pjsip_transport_websocket failing to load seems to be a conflict
> with the chan_sip.so loading.
>
> When I make the chan_sip.so not load, res_pjsip_transport_websocket.so
> does load.
>
> We have customers who need chan_sip and chan_pjsip, so we need to load
> both. Is there a way to
2015 Aug 12
2
webrtc no audio
Dne 11.8.2015 v 12:18 Joshua Colp napsal(a):
> Vinicius Fontes wrote:
>> I'm having the same issue! The difference in my case is Asterisk server
>> has a public IPv4 and the browser is behind a single NAT.
>>
>> I'm forwarding my configuration below (which I posted previously on
>> asterisk-users).
>>
>> How can we debug ICE negotiation?
>
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 trying to set
2014 Dec 05
2
Inbound call from sip peer to internal webrtc peer fails while internal sip-webrtc calls work
Hello,
I'd appreciate your comments on the following problem I'm having, please
forgive me if this is something obvious, I've been scratching my head on
this for a while:
I have Asterisk+Kamailio setup where I'm currently testing inbound calls
from outside. I have both webrtc and sip clients, where webrtc peers are
defined according to sip.js instructions (
2014 Aug 11
1
Letting rtp profiles be handled by rtpengine instead of Asterisk
Hello,
I'm trying to get calls working between websocket clients and sip clients.
For clients I have sip.js based clients on chrome, Zoipers and a
Grandstream phone. Challenge here is I'd like to have Kamailio and
rtpengine to handle the bridging between different rtp profiles but
Asterisk changes them in the sdp bodies along the way. I'm using Asterisk
11.11.0.
Is there a way to
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
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
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
2023 Jun 27
1
Get channel variables via ARI/AMI
I need to get hooked up with this class, I could have students doing
projects for homework :) Interested in RTCP?
j
On 6/26/23 7:45 PM, TTT wrote:
>
> I’m in training, so I have to demonstrate something SIP related. I
> figure it would be cool to hack a call, hanging it up while in
> progress from outside Asterisk. Doing so will demonstrate
> use/knowledge of ARI, AMI, SIP,