Classes of users
From Wildix
Description
Sometimes customer needs to define group of customers with different privileges. For eample in a company: 1.Some telephones are allowed just to call each other 2.Some telephones are allowed to call everybody but mobiles phones, international prefixes and so on. 3.Some telephones are allowed to call everybody How to do it? From Dialplan-->context:
Create a context international to manage international calls like:
000.,1,Dial(SIP/Messagenet/${EXTEN:1})
000.,2,HangUp()
Create a context mobiles to manage calls towards mobiles phones:
03.,1,Dial(SIP/gatewaybri0/73${EXTEN:1})
03.,2,HangUp()
Ok, now we are ready to buld our different classes of users:
Create a context "userslimited" for the group 1. Include internalcalls context and pbxfeatures
Create a context "users" for group 2. Include internalcalls context pbxfeatures mobiles
Create a context "superusers" for group 3 Include internalcalls context pbxfeatures mobiles international
In other words, different contexts must be defined.Those context will include or not the desired destinations.
By default the wms interface creates users with the following contexts:
internalcalls
pbxfeatures
hints
