In each of included context You specified menu items like:
exten => 1,1,Do_something
and diffrent context have
exten => 1,1,Do_something_else

If You include=> both context only first 1,1, should be aded to dialplan.
second will not be added becouse there is 1,1,.. alredy.
You can check it CLI>show dialplan
and You should see context [iax] and only one  '1' extension available.


Użytkownik Christian Gansberger napisał:
i didn't thought of that, and i tried it - it works when i use the Goto command

before i had one incoming context like [iax] which includes the different sub-contexts of
the three ivr-menus - and  the menupoints of the first listet included context were played.
Interesting.

thanks to you Filip !




On 7/4/06, Filip Drągowski <[EMAIL PROTECTED] > wrote:
Looking (not so deep) at Your logs... mostly cdr INSERT INTO...
for me, it's looks that both calls was handled in [iax] context
so...
You specified [ivr-menu-number-context] - how do You make a jump to such
context ?
You have 3 dids 10,20,0 and 3 context,don't you ?
where dids patterns are matched and proper jumps are executed ?
in my opionion there should be somethnig like:
calls incoming on did line go to [iax] context
[iax]
first_did,1,goto(first_did_context|s|1)
second_did,1,goto(second_did_context|s|1)
third_did,1,goto(third_did_context|s|1)

did You try something like this ?

F.
> So ...
>
> where can I get some help on my problem?
>
> thx
> christian

_______________________________________________
--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

Reply via email to