On 7/1/06, Christian Gansberger <c.gansberger@gmail.com>
wrote:>
> 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
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>
No it is not.
Please attach the relevant part of the log from /var/log/asterisk/full.
Also, as a reference, you might wish to check FreePBX project can
generate IVR dial logic using a simple web management interface.
--
Cheers,
Maxim Vexler
"Free as in Freedom" - Do u GNU ?