Tom Moore wrote: >I will second this opinion. > >This may be going a little off topic, but is there a way to lock the voip >section of the ata so that the end user can not change settings in this >area, but as far as the ip settings go and other sections the user will be >able to access them? > > Yes it is possible but a little bit more involved. First you setup the device to download the profile from a tftp or http server where you setup the xml file. The file will have all the parameters defined like this:
<Proxy_1_ ua="na">192.168.1.200</Proxy_1_> What that ua="na" mean is that the user will have No Access to the parameter. The other 2 options are "ro" and "rw", read-only and read-write respectively. There is no way to define these directly on the SPA web page, you have to use a provisioning file in order to define these permissions. Andres http://www.neuroredes.com >Thanks, >Tom > > > > > _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2008 - September 22 - 25 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
