[asterisk-users] Disallow context from access another context because of include
Tilghman Lesher
tilghman at mail.jeffandtilghman.com
Sat Oct 6 11:51:24 CDT 2007
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
More information about the asterisk-users
mailing list