In article <[EMAIL PROTECTED]>, Douglas Garstang <[EMAIL PROTECTED]> wrote: > > Given that all you have on the client side is: > > exten => _X.,1,AGI(agi://server.gumby.com) > > ... how do you send commands?
The other thing you can do, if you want the same FastAGI server to do different things from different points in the dialplan is to add another part to the URL. e.g. exten => _X.,1,AGI(agi://server.gumby.com/begin) ... exten => h,1,DeadAGI(agi:://server.gumby.com/end) In the above cases, agi_network_script will be set to "begin" or "end" respectively, and the server can decide what to do based on that. Cheers Tony -- Tony Mountifield Work: [EMAIL PROTECTED] - http://www.softins.co.uk Play: [EMAIL PROTECTED] - http://tony.mountifield.org _______________________________________________ --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
