Dear Group, Could I limit the use of a VOIP account to restrict a user from making too many external calls? e.g. Could a?user be given free access to the system would be allowed 20 mins of external calls a day? If this is possible could someone please supply me with an example of the required configuration? ? Warm Regards and Thanks Shad Mortazavi ------------------------- Nexus Technical Manager n|m Nexus Management Inc Sydney -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041014/38876a44/attachment.htm
In short yes. You put users in a context and only allow certain features in that context. As far as the limit you probably wish to write an agi or app to handle the tracking of the mins used per day and disconnect the user in need be. It could be all done in extensions with dbput and dbget or sqlite too if you wish.
Thanks for the reply. I'm familiar with the use of contexts for user restrictions. I would really like to know if anyone had written an agi for this. Thanks Shad Mortazavi ------------------------ Nexus Technical Manager n|m Nexus Management Inc Neutral Bay Sydney -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041014/7ed08e80/attachment.htm