Archives : September-2019
I had a look at https://wiki.asterisk.org/wiki/display/AST/cURL and I was wondering if anyone had an example of what the response would look like if I wanted to use it for MOH with Asterisk Realtime..
Can anyone advise what I am doing wrong here?Expression: EXP(1.0)Result: [19] 2.71828182845904524Expression: EXP2(1.0)Result: [1] 2Expression: LOG(10)Result: [19] 2.30258509299404568Expression: LOG2(10)Result: [19] 3.32192809488736235Expression: LOG10(10)Resu..
, I would like to now what is the sense of such type of entry in security.log [2019-09-27 15:12:24] SECURITY[26964] res_security_log.c: SecurityEvent=ChallengeSent,EventTV=2019-09-27T15:12:24.181+0200,Severity=Informational,Servic e=PJSIP,EventVersion=1,AccountI..
I saw a video online from Astricon discussing enhancements to cdrs in recent versions. For older versions (Asterisk 11) does anyone have any stats on how much performance wasgained by disabling the cdrs ..
When using chan_sip with qualify=yes Asterisk seems to send the SIP OPTIONSdirectly and does not send them via OUTBOUNDPROXY. Has anyone else come across this and if yes what did you do to correct it..
Using Asteirsk 13.28.1:If I configure my pjsip transport to handle NAT from the Internet:[transport-tcp]type=transport protocol=tcp bind=10.75.22.8:5060local_net=10.75.22.0/24external_media_address=[external address redacted]external_signaling_address=[exter..
all,we have just upgraded from Asterisk 11 to Asterisk 16. After porting all the config to 16 we figured out some major load problems.the majority running of our Asterisk instances is still having Asterisk 11so we can compare load handling on both versio..
Hey everyone,I posted a topic on the community forum which can be found here:https://community.asterisk.org/t/request-for-feedback-queues-penalties-ringall-and-use-cases/80960It covers a scenario encountered while debugging an issue, and I would l..
I would like to know for App_Originate that how I can pass the argument to next dialplan as listed below partial dialplan;same => n,GotoIf($[${COUNT} > 0 ]?bridge_conference,1)same => n,Set(__TMPEXTEN=${EXTEN}1)same => n,ExecIf($[0${CONFBRIDGE_INFO(parties,${EXTEN..
Hello;I have 10 Caller IDs and I need each call (each time) to use one of these Caller IDs to be the caller id. I know that I can use this syntax as example:exten => _90ZXXXXXX,1,Set(CALLERID(num)747576)But how I can set the callerid each time f..