Re: [Asterisk-Users] pbx_extension_helper: No application 'agi'

2005-06-28 Thread Tom Fielding
L PROTECTED] > > > Sent: Tuesday, June 28, 2005 8:23 AM > > > To: Tom Fielding; Asterisk Users Mailing List - > > > Non-Commercial Discussion > > > Subject: Re: [Asterisk-Users] pbx_extension_helper: No > > > application 'agi' > > >

Re: [Asterisk-Users] pbx_extension_helper: No application 'agi'

2005-06-28 Thread Moises Silva
28, 2005 8:23 AM > > To: Tom Fielding; Asterisk Users Mailing List - > > Non-Commercial Discussion > > Subject: Re: [Asterisk-Users] pbx_extension_helper: No > > application 'agi' > > > > > > exten => s,1,agi(test.agi) > > should be > &g

Re: [Asterisk-Users] pbx_extension_helper: No application 'agi'

2005-06-28 Thread Tom Fielding
esult = ; &checkresult($result); print STDERR "== Complete ==\n"; print STDERR "$tests tests completed, $pass passed, $fail failed\n"; print STDERR "==========\n"; On 6/28/05, Jay Milk <

RE: [Asterisk-Users] pbx_extension_helper: No application 'agi'

2005-06-28 Thread Jay Milk
> Non-Commercial Discussion > Subject: Re: [Asterisk-Users] pbx_extension_helper: No > application 'agi' > > > exten => s,1,agi(test.agi) > should be > exten => s,1,agi,test.agi > If there any arguments to send the scr

Re: [Asterisk-Users] pbx_extension_helper: No application 'agi'

2005-06-28 Thread John Millican
On Tuesday June 28 2005 4:56 am, Tom Fielding wrote: > Hi all, > > Sorry for this elementary question (I'm a newbie). > > I'm trying to write an agi script (test.agi) and run it when I call > in. However, I'm getting an error that says application agi isn't > being found. I've put test.agi into ag