On Monday 17 March 2003 11:36 am, Stefano Finetti wrote: > I was wondering about a little php-based GUI to manage Asterisk > Extensions. > > Many way to obtain this, but i think that implementing in a php > script the AGI Commands should obtain the best results (more, the > best result would come with AGI+Mysql instead of a text file like > extensions.conf but...). > > The problem is that I've tried to understand *where* and *how* > apply AGI commands, without, of course, any good result. > > In which way AGI commands are passed to asterisk? > Into the console? > Executing applications via extensions.conf?
AGI scripts are run from *within* Asterisk, not from without. If you're looking to change Asterisk from an external process, consider using the manager port. -Tilghman _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
