<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-2" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<tt>In each of included context You specified menu items like:<br>
exten =&gt; 1,1,Do_something<br>
and diffrent context have<br>
exten =&gt; 1,1,Do_something_else<br>
<br>
If You include=&gt; both context only first 1,1, should be aded to
dialplan.<br>
second will not be added becouse there is 1,1,.. alredy.<br>
You can check it CLI&gt;show dialplan<br>
and You should see context [iax] and only one  '1' extension available.</tt><br>
<br>
Użytkownik Christian Gansberger napisał:
<blockquote
 cite="mid84e53ee00607040705x36552222ye24dfcf452719458@mail.gmail.com"
 type="cite">i didn't thought of that, and i tried it - it works when i
use the Goto command<br>
  <br>
before i had one incoming context like [iax] which includes the
different sub-contexts of<br>
the three ivr-menus - and  the menupoints of the first listet included
context were played. <br>
Interesting.<br>
  <br>
thanks to you Filip !<br>
  <br>
  <br>
  <br>
  <br>
  <div><span class="gmail_quote">On 7/4/06, <b class="gmail_sendername">Filip
Drągowski</b> &lt;<a href="mailto:f.dragowski@ontp.net">f.dragowski@ontp.net</a>
&gt; wrote:</span>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Looking
(not so deep) at Your logs... mostly cdr INSERT INTO...<br>
for me, it's looks that both calls was handled in [iax] context
    <br>
so...<br>
You specified [ivr-menu-number-context] - how do You make a jump to such<br>
context ?<br>
You have 3 dids 10,20,0 and 3 context,don't you ?<br>
where dids patterns are matched and proper jumps are executed ?<br>
in my opionion there should be somethnig like:<br>
calls incoming on did line go to [iax] context<br>
[iax]<br>
first_did,1,goto(first_did_context|s|1)<br>
second_did,1,goto(second_did_context|s|1)<br>
third_did,1,goto(third_did_context|s|1)
    <br>
    <br>
did You try something like this ?<br>
    <br>
F.<br>
&gt; So ...<br>
&gt;<br>
&gt; where can I get some help on my problem?<br>
&gt;<br>
&gt; thx<br>
&gt; christian<br>
  </blockquote>
  </div>
</blockquote>
<br>
</body>
</html>