Archives : September-2021
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..
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..
Running Asterisk 16.17.0We combine calls into a ConfBridge using AMI with AsynAGI.Executing actions to ConfBridge channels into the same ConfBridge. Its a very large and busy system, so there are dozens of these that may happen during a second (differ..
We have an extremely busy/large customer.They run fine most of the time, but periodically asterisk will output FRACK refcount related messages.It doesnt seem to be related to the volume, because its not breaking during their peak times.When this happe..
i need check sip headers of incoming calls i have hybrid configuration with chan_sip and chan_pjsip enabled so i need check if incoming call is through chan_sip or chan_pjsip because i cant use i.e. ${PJSIP_HEADER(read,something)} on chan_sip is th..
is there any way to configure, how often these warnings are reported? 04:48:33NOTICE: Peer 8822 is now UNREACHABLE!Last qualify: 30 04:49:02NOTICE: Peer 8822 is now Reachable. (29ms / 2000ms) 04:51:03NOTICE: Peer 8822 is now UNREACHABLE!Last quali..
I am working with a very large customer running Asterisk with PJSIP.Systems total channels have been over 2500 (which includes hundreds of local channels and ConfBridges) when the issues occur. Its running on a Hyper-V VM with 12 CPU cores. Things w..
All,I am trying to get SIPml5 working with 18.6.0. My http.conf file:enabled=yes bindaddr=myi..
all Im experiencing issues while trying to restrict ExtenSpy to a single users channels. Im trying this: same => n,ExtenSpy(${EXTEN:3},bde(${EXTEN:3})) and this too same => n,ExtenSpy(${EXTEN:3},bde(SIP/${EXTEN:3})) Being EXTEN:3 ==ext20012104 in t..
i have this dialplan [incoming] exten => _X./_+421XXXXXXXXX,1,noop(cut +421 from CALLER) exten => _X./_+421XXXXXXXXX,n,Set(CALLERID(num)=${CALLERID(num):4}) exten => _X./_+421XXXXXXXXX,n,goto(${CONTEXT},${EXTEN},1) exten => _X.,1,noop(main block) ex..