Archives : July-2018
I sent the requested information. I always get this responde:Response: Success Message: Timeout Set But keep the old timeout, interestingly, decreasing the timeout works perfectly. The problem is increasing.Version Asterisk 1.8.32.$this->setTimeout($ch..
guys, I sent a dial to asterisk with a specific timeout, I want to increase it for some users if it is approaching to the end, but when I send AbsoluteTimeout action and change it timeout I get success but hangup at initial timeout, other words, it doesnâ..
Daniel Thanks for the reply! Yes, turns out it was all my fault, I had a line feed character (0x0a a.k.a printf(\n)) in one of the Asterisk channel variables passed via system() / shell() to my target script. It seems 13.22.0 (Im using the same vers..
Last question for today, I promise! The problem: In order to disconnect calls after x minutes, I need to do this: [setup] exten => setup,1,Answer() same => n,Set(LIMIT_PLAYAUDIO_CALLER=yes) same => n,Set(LIMIT_WARNING_FILE=/var/lib/asterisk/sounds/en_GB_TNS/time_limit_reach..
Im trying to configure sip2sip, which says: http://wiki.sip2sip.info/projects/sip2sip/wiki/SipDevicesAsterisk Asterisk, is currently unable to handle more that one result for a DNS SRV lookup, and the Asterisk configuration needed for getting it w..
Ive not needed to do a dialplan reload for a while, so I dont know exactly which version is stopped working, but on 15.5, Im not seeing ANY debug info at any debug level. So Im not really sure how to find mistakes in the dialplan.This is all I get..
Using pjsip 2.7.2 on Asterisk 15.5 Really struggling to make sense of translating these old 1.8 SIP instructions into a neat pjsip_wizard conf suitable for 2018 http://wiki.sip2sip.info/projects/sip2sip/wiki/SipDevicesAsterisk#Version-18 In pjsip_wizard.co..
——=_NextPart_001_0FE4_01D425D9.D78007D0Content-Type: text/plain; charset=windows-1255Content-Transfer-Encoding: quoted-printableAll, I never had to face this issue and when needed I thought I could set the relevant country indication tone per chann..
Guys Just feedback on this particular thread, this issue is SOLVED. The reason why SYSTEM() and SHELL() was not working for me was that I was passing a linefeed character (\n, hex 0x0a) in one of the channel variables in Asterisk that was then par..
all This is a followup on my post Asterisk 13 – system() dialplan app cannot call bash scripts from yesterday Ive given up trying to use system() to call BASH scripts with parameters from Asterisk 13. Turned out under Asterisk 13.22.0 System() DOES wo..