[Asterisk-Users] IVR menus on different DIDs

Christian Gansberger c.gansberger at gmail.com
Sat Jul 1 03:22:21 MST 2006


Hi all,

So the first ivr-menu  is  reached with 123456-10 and the context is
"first-ivr"

[first-ivr]
exten => 12345610,1,Answer
exten => 12345610,2,Set(TIMEOUT(digit)=2)
exten => 12345610,3,Set(TIMEOUT(response)=10)
exten => 12345610,4,Background(${FIRST_IVR_MENU_SELECTION_MSG})

exten => 1,1,Noop(First IVR-Menu point 1 was selected)
exten => 2,1,Noop(First IVR-Menu point 2 was selected)
exten => 3,1,Noop(First IVR-Menu point 3 was selected)

So everythin is fine, i can make my choice and the right Noop is shown in
CLI.


[second-ivr]
exten => 12345620,1,Answer
exten => 12345620,2,Set(TIMEOUT(digit)=2)
exten => 12345620,3,Set(TIMEOUT(response)=10)
exten => 12345620,4,Background(${SECOND_IVR_MENU_SELECTION_MSG})

exten => 1,1,Noop(Second IVR-Menu point 1 was selected)
exten => 2,1,Noop(Second IVR-Menu point 2 was selected)
exten => 3,1,Noop(Second IVR-Menu point 3 was selected)

When i call the 12345620 i hear the right Background message, but when i
press button 1 - the CLI shows up
the "Noop(First IVR-Menu point 1 was selected)". So that is the wrong one.

Is this the right behaviour of asterisk, so i can only have one IVR-menu for
a Telefonnr?

thanks

Christian Gansberger
Asterisk version 1.2.7.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060701/68cfe533/attachment.htm


More information about the asterisk-users mailing list