bilal ghayyad
2007-Oct-06 16:15 UTC
[asterisk-users] Disallow context from access another context because of include
Hi List;
How to let context3 does not use context1 in the below
senario:
[context1]
.........
.........
[context2]
include => context1
..........
..........
[context3]
include => context2
.........
.........
Regards
Bilal
____________________________________________________________________________________
Shape Yahoo! in your own image. Join our Network Research Panel today!
http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7
Tilghman Lesher
2007-Oct-06 16:51 UTC
[asterisk-users] Disallow context from access another context because of include
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