On Saturday 06 October 2007 11:15:46 bilal ghayyad wrote:
> How to let context3 does not use context1 in the below
> senario:
>
> [context1]
> .........
> .........
>
> [context2]
> include => context1
> ..........
> ..........
>
> [context3]
> include => context2
> .........
> .........

[context1]
...........

[real_context2]
...........

[context2]
include => real_context2
include => context1

[context3]
include => real_context2
...........

-- 
Tilghman

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to