What would you be reinventing? Asterisk can already get its configuration from a MySQL database. You could even add extra fields in that case to store the phone model and macaddress and integrate that into your own provisioning tools.
Your application would then retrieve the configuration from the Asterisk SIP database, parse it and generate configurations for your phones. Very straight forward. The other option is create your own database with your own schema and then design your parser to create the asterisk configuration files and phone configuration files. This method has the advantage of not requiring any changes to your asterisk configuration. On Dec 7, 2007 9:12 PM, Philip Prindeville <[EMAIL PROTECTED]> wrote: > That's sort of my point: that you have to reinvent it, and it's easy to > get wrong. > > _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
