[asterisk-gui] Can't Receive a call

Christian Tardif christian.tardif at servinfo.ca
Wed Aug 26 22:22:41 CDT 2009


Bob Crandell wrote:
> Hi guys,
>
> I'm using 1.6.0.9.   Receiving calls starting working after an 
> update.  So maybe all you can do for now is wait for the patch.
I finally got things working!!!

Look at related extensions.conf lines from two servers:

Asterisk/1.6.0.6
Asterisk GUI-version : SVN-branch-2.0-r4561
================================
exten = s,1,ExecIf($[ "${CALLERID(num)}"="" ],SetCallerPres,unavailable)
exten = s,2,ExecIf($[ "${CALLERID(num)}"="" ],Set,CALLERID(all)=unknown 
<0000000>)
exten = s,3,Voicemail(6001,u)


Asterisk/1.6.1.4
Asterisk GUI-version : SVN-branch-2.0-r4980
================================
exten = s,1,ExecIf($[ "${CALLERID(num)}"="" ]?SetCallerPres(unavailable))
exten = s,1,ExecIf($[ "${CALLERID(num)}"="" ]?Set(CALLERID(all)=unknown 
<0000000>))
exten = s,3,Voicemail(6001,u)


You see the difference?  Look at the priority numbers. On the first one 
(which is working), priority goes from 1 to 3, in step of one. In the 
second one, priority goes from 1 to 1 to 3.  Replacing the second 
priority from 1 to 2 solves everything. So, it is indeed a GUI problem.


Christian



More information about the asterisk-gui mailing list