On Tue, Sep 29, 2009 at 3:11 PM, Doug Lytle <[email protected]> wrote: > [directory] > > exten => s,1,Wait(1) > exten => s,n,Directory(sip|sip|eb) > exten => s,n,Playback(goodbye) > exten => s,n,Hangup() > exten => o,1,Goto(incoming,s,1)
I thought the second arg to Directory() was where it would look for the "o" extension. Briefly looking through app_meetme.c frim 1.6.1.6, it seems to fit. But you have "sip" for both the vm-context and the dial-context. Weird. P -- Paul Dugas -- Computer Engineer -- Dugas Enterprises, LLC 522 Black Canyon Park, Canton GA 30114 USA [email protected] -- +1.404.932.1355 _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2009 - October 13 - 15 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
