[asterisk-users] dialing 0 in directory()

Paul Dugas paul at dugasenterprises.com
Tue Sep 29 13:16:42 CDT 2009


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
paul at dugasenterprises.com -- +1.404.932.1355



More information about the asterisk-users mailing list