I need to call 1 number and that number and bring 3 phones into a confbridge. I tried this:; PHONE CONF – Phone group Confexten => 63,1,Originate(SIP/401,exten,63,join_conf)exten => 63,2,Originate(SIP/402,exten,63,join_conf)exten => 63,3,Originate(SIP/404,exten,63,join_conf)ex..
Author : Jerry Geis
All – I am playing with SIPML5.I was getting an error about wss…. I fixed that by doing :cat privkey.pem > asterisk.pem cat fullchain.pem >> asterisk.pem with my letsencrypt certificate. and setting tlscertfile=/etc/letsencrypt/live/mypath/asterisk.pem..
All,I am trying to get SIPml5 working with 18.6.0. My http.conf file:enabled=yes bindaddr=myi..
I had a different thread going about about no audio with asterisk – Ithought it was due to two network cards – but I dont think so any more. The endpoint is microsoft teams – and I think that might be the issue.Does Asterisk 18.6.0 work with Micros..
I am not using a SIP trunk as I normally do.I have an extensions 3382 setup that my server registers to the other SIPsystem. When the other system calls 3381 on my system I am getting this error:[Jul 27 10:08:50] WARNING[89791][C-00000068] chan_sip..
Is there a way to not compile/configure pjsip in 18 ?I am still using the older SIP channel driver and have not converted over just yet.Th..
using 18.4.0I did a ./configure –with-pjproject-bundled –with-jansson-bundled and I still saw a message about downloading .I have sights that cannot download – how can I configure to just use the bundled and not download anyt..
So installed Asterisk 18. changed the modules.conf to remove the noload chan_sip line and did some testing it seems to run fine in that mode.I configured asterisk 18 with–with-pjproject-bundled–with-jansson-bundledCouple questions:1) Is the older chan_..
-I was using asterisk 13.36.0 and tried to specify a MulticastRTP TTL with Channel: MulticastRTP/basic/239.1.2.3:20480/5where 5 is the ttlThis did not work. So I updated to asterisk 18.4.0 tried the same thing and did not work.I remove the /5 and j..
So I grabbed Asterisk 18.2.0 today and noticed that prproject is not part of the asterisk tar.gzhttps://raw.githubusercontent.com/asterisk/third-party/master/pjproject/2.10/pjproject-2.10.tar.bz2Why is that ? I have times when some customers do not h..