On Sun, 09 Mar 2008 17:21:47 -0400, Jim Duda <[EMAIL PROTECTED]> wrote:
>exten => s,1,AGI(MisterHouse.agi,"Sphinx Connect")
>exten => s,2,Dial(CONSOLE/1)

Unless there's a technical reason for this, you should use "n", so you
can easily add/remove instructions without having to renumber
everything:

From

>exten => h,1,AGI(MisterHouse.agi,"Sphinx Disconnect")
>exten => h,2,Hangup

To

>exten => h,1,AGI(MisterHouse.agi,"Sphinx Disconnect")
>exten => h,n,Hangup


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to