[asterisk-users] AGI Problems

2006-11-02 Thread Jordan Kirby
Hi, I've got a setup whereby calls come into the asterisk server (1.2.7.1) over a IAX2 trunk and into a dialplan that launches a php AGI script: [live-full] exten = _X.,1,Set(TIMEOUT(absolute)=0) exten = _X.,2,NoOp(${EXTEN}) exten = _X.,3,DEADAGI(live-full.php) exten = _X.,4,Wait,2 exten =

Re: [asterisk-users] AGI Problems

2006-11-02 Thread Eric \ManxPower\ Wieling
Jordan Kirby wrote: Hi, I've got a setup whereby calls come into the asterisk server (1.2.7.1) over a IAX2 trunk and into a dialplan that launches a php AGI script: [live-full] exten = _X.,1,Set(TIMEOUT(absolute)=0) exten = _X.,2,NoOp(${EXTEN}) exten = h,1,DEADAGI(live-full.php)