How would I go about giving sip users multiple contexts? For instance right now I have them all in: from-sip-internal Is there a way I can (for sip users) also include say my [dial-911] [dial-local] and [dial-longdistance].. bearing in mind that I want to have different sips allowed to do different things so I can't just do includes for those in my from-sip-internal.
Create serveral contexts, e.g. from-sip-group1, from-sip-group2, etc... Then in that context, include the features you'd like for each group, and give each sip user the correct context. Julian J. M. On Wed, 30 Mar 2005 09:30:16 -0500, Matt <mhoppes@gmail.com> wrote:> How would I go about giving sip users multiple contexts? For instance > right now I have them all in: from-sip-internal > > Is there a way I can (for sip users) also include say my [dial-911] > [dial-local] and [dial-longdistance].. bearing in mind that I want to > have different sips allowed to do different things so I can't just do > includes for those in my from-sip-internal.
> Is there a way I can (for sip users) also include say my [dial-911] > [dial-local] and [dial-longdistance].. bearing in mind that I want to > have different sips allowed to do different things so I can't just do > includes for those in my from-sip-internal.Just make different context for different privileged like from-sip-internal-privileged and from-sip-internal-nopstn, etc in each context you include only the context you want them to have hth