Archives : March-2019

Home » 2019 (paged 25)

From my provider I get extensions of: +1 1 seemingly randomly. What Id like to do is exten=_!1234567890,1,Answer() which would match anything ending in 1234567890. But that doesnt work since ! can only be used at the end of a pattern. I tried [+\ ]..

Read more

Hello IVR call is coming. I want 8 (digit) in the loop. How can I do that ? Current confi: [ivr1] exten=>_XXXXXXXXXXXX,1,answer() exten=>_XXXXXXXXXXXX,n,background(/var/lib/asterisk/ivr/ob) exten=>_XXXXXXXXXXXX,n,WaitExten(10) exten=>_XXXXXXXXXXXX,n,Dial(${OPERATO..

Read more

since ipv6 doesnt really push ipv4 out of our networks, we still use IAX (when possible) to not face NAT problems from SIP, Asterisk 16 included. Question is, what is the future of IAX. Is it a dead protocol ? Will it stay as is even only security probl..

Read more

Joshua Does the survey imply that there are big changes coming for Asterisk? E. g. features or facilities will be dropped / deprecated from the open source version innew releases, big changes to existing facilities / protocols, what is supported offici..

Read more

Lets say I have to make 40 phone calls quickly.If I use the AMI interface to originate a call, close the connection, open another connection etc… This works. but is slow…If I open the AMI interface and originate a call – DONT close the interfa..

Read more