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.
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to