[asterisk-users] Re: [1.2.18] Wrong steps in extensions.conf?

Vincent vincent.delporte at bigfoot.com
Wed May 30 16:48:52 MST 2007


On Tue, 29 May 2007 07:39:40 -0400, in
gmane.comp.telephony.pbx.asterisk.user  Luis Morales wrote:
># send the result over callerid ;-)
>$AGI->exec('SetCallerId', $response->content); 
>$AGI->exec('Dial', "$ext");
>$AGI->hangup();

I'm sorry, but I don't understand why you added this in the script
that updates the web page.
Isn't LookupCIDName blocking, ie. the next step won't be run until
LookupCIDName is done?

exten => group,1,LookupCIDName
exten => group,n,AGI(web.agi|${CALLERID(num)}|${CALLERID(name)})
exten => group,n,Dial(${EXT204})

BTW, is LookupCIDName a binary program, or a script somewhere?

Thank you.


More information about the asterisk-users mailing list