I've got a context in my dialplan like so but pressing 0 doesn't seem
to be working.  Instead of dropping out to the "o" extension, it's
just returning to the start of the direcotry app.   Same with star.
Anyone see where I've gone awry?

[attendant]
    ; <snip>
    exten => *,1,NoOp(Attendant: Directory)
    exten => *,n,Directory(default,attendant,eb)
    exten => *,n,Goto(s,1)

    exten => o,1,NoOp(Zero)
    exten => o,n,Goto(0,1)

    exten => a,1,NoOp(Star)
    exten => a,n,Goto(0,1)

Paul
--
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

Reply via email to