Archives : September-2021
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..
If I have in extensions.conf includes to files that does not exist Asterisk stop loading all other files. Say for instance I have:#include one.conf ; Exists#include two.conf ; Does not exist#include three.conf ; ExistsIf two.conf does not exist, e..
Is there any way to set the default expiration for the media cache? After looking at the sqlite3 db it seems that asterisk by default sets the expiration to the time that the file was accessed so the file is never cached locally and everytime the f..
Im attempting to enable conference bridge recording.I have it working, and Im dynamically pushing the filename onto the bridge via the set CONFBRIDGE commands. But it seems regardless of what name Iset, the actual filename is written as WHATIPROVIDED-uniqueid.wav.Examp..
Hi. I wonder if anyone has some helpful advice or suggestions for me? I have a very basic SIP client application, which can make and receive phone calls, and thats about it.Regard it as a pretty dumb softphone. Unfortunately I cannot change it fo..