Hi all,<br><br>So the first ivr-menu&nbsp; is&nbsp; reached with 123456-10 and the context is &quot;first-ivr&quot;<br><br>[first-ivr]<br>exten =&gt; 12345610,1,Answer<br>exten =&gt; 12345610,2,Set(TIMEOUT(digit)=2)<br>exten =&gt; 12345610,3,Set(TIMEOUT(response)=10)
<br>exten =&gt; 12345610,4,Background(${FIRST_IVR_MENU_SELECTION_MSG})<br><br>exten =&gt; 1,1,Noop(First IVR-Menu point 1 was selected)<br>exten =&gt; 2,1,Noop(First IVR-Menu point 2 was selected)<br>exten =&gt; 3,1,Noop(First IVR-Menu point 3 was selected)
<br><br>So everythin is fine, i can make my choice and the right Noop is shown in CLI.<br><br><br>[second-ivr]<br>exten =&gt; 12345620,1,Answer<br>
exten =&gt; 12345620,2,Set(TIMEOUT(digit)=2)<br>
exten =&gt; 12345620,3,Set(TIMEOUT(response)=10)<br>
exten =&gt; 12345620,4,Background(${SECOND_IVR_MENU_SELECTION_MSG})<br><br>exten =&gt; 1,1,Noop(Second IVR-Menu point 1 was selected)<br>
exten =&gt; 2,1,Noop(Second IVR-Menu point 2 was selected)<br>
exten =&gt; 3,1,Noop(Second IVR-Menu point 3 was selected)<br><br>When i call the 12345620 i hear the right Background message, but when i press button 1 - the CLI shows up<br>the &quot;Noop(First IVR-Menu point 1 was selected)&quot;. So that is the wrong one.
<br><br>Is this the right behaviour of asterisk, so i can only have one IVR-menu for a Telefonnr?<br><br>thanks<br><br>Christian Gansberger<br>Asterisk version <a href="http://1.2.7.1" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
1.2.7.1</a><br>