John Lange wrote:
On Thu, 2008-11-06 at 21:21 -0500, Drew Gibson wrote:
John Lange wrote:
To answer your question directly, no it is not possible to have two
settings for subscribecontext.
On the other hand, it also not possible to have an extension in two
contexts so I'm not sure I understand your situation.
How about ...
[supercontext]
include => context1
include => context2
or
[context1]
include => context2
[context2]
include => context1
You're still only subscribing in one context ("supercontext").
Sorry for the slow reply...
I hope I am understanding your requirement correctly but here goes:
A phone is only subscribed to one context but each of the examples would
allow searching all contexts for extensions to dial.
In the first example, an inbound call arriving in "supercontext" would
be able to dial extensions in context1 or context2
In the second example, a phone subscribed to either context would be
able to dial phones in both contexts.
This allows you granular control over who can dial what, when and where.
regards,
Drew