That's incorrect, both versions represent valid syntax. To the OP -- show us the contents of test.agi
> -----Original Message----- > From: John Millican [mailto:[EMAIL 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' > > > exten => s,1,agi(test.agi) > should be > exten => s,1,agi,test.agi > If there any arguments to send the script use > exten => s,1,agi,test.agi|args_to_pass > > John M > _______________________________________________ > Asterisk-Users mailing list > [email protected] > http://lists.digium.com/mailman/listinfo/aster> isk-users > To > UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
