I have a situation where all my users are 3 digit extensions in two separate contexts.
So [context1] would have a mix of 3 digit extensions and so would [context2]
if I want to call all the extensions in [context1] using a _xxx and don’t want that to include [context2] what would be a good way of doing so?
Thanks in advance,
T
If you don’t want to include the context… just write or copy the portion from one context to the other, for dial to the _xxx
example :
exten=>_ZXX,1,NoCDR()
same=>n,Dial(SIP/${EXTEN},25)
david55
3
I don’t understand the problem. Extensions in one context are completely separate from those in another.
Maybe your real problem is that you ignored the security advice and made device names and extension numbers the same?