-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Gilles Sent: Friday, July 16, 2010 9:28 AM To: [email protected] Subject: Re: [asterisk-users] Good script to make appointment?
On Thu, 15 Jul 2010 12:39:51 -0500, "Danny Nicholas" <[email protected]> wrote: >This how I would do it BTW, is it possible to trigger an AGI script right from the first step and handle the whole IVR logic in an higher-level script language than what's available in extensions.conf? -- -- To give you the best answer I can - a qualified yes; I always do Exten => s,1,answer Then Exten => s,2,AGI... So that any functions that need the line active are "housekeeped" before the AGI starts. YMMV but that's my practice. Also, in my experience, you will live a happier life depending on the dialplan to handle DTMF processing than an AGI. _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
