Hello, I just want to put all my sip accounts in mysql and asterisk use it from mysql. How can I do that, could you be more specific because I readed alot on wiki and i'm lost... I don't know what to modify in Makefile from channel directory. I use asterisk 1.4.4, that is already compiled and i also have CDR in mysql. I must create manny accounts and I want to realize that from mysql. Thank you for your support guys. -------------- next part -------------- An HTML attachment was scrubbed... URL: lists.digium.com/pipermail/asterisk-users/attachments/20070527/f5c4a300/attachment.htm
Asterisk realtime is what you are looking for. the subject is explained very clearly including configuration examples and DB schema on the following links: voip-info.org/wiki-Asterisk+RealTime asteriskdocs.org/modules/news/article.php?storyid=28 I won't go over the process as it is detailed in the links above, but basically you should compile the asterisk-addons, configure the res_mysql with the proper DB details, create a table to hold sip.conf and optionally extensions.conf then configure extconfig to map the newly created tables. Joss. On 5/27/07, Jonson Player <jonsonplayer@gmail.com> wrote:> > Hello, > I just want to put all my sip accounts in mysql and asterisk use it from > mysql. How can I do that, could you be more specific because I readed alot > on wiki and i'm lost... I don't know what to modify in Makefile from channel > directory. I use asterisk 1.4.4, that is already compiled and i also have > CDR in mysql. I must create manny accounts and I want to realize that from > mysql. Thank you for your support guys. > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com <easynews.com>-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > lists.digium.com/mailman/listinfo/asterisk-users > >-------------- next part -------------- An HTML attachment was scrubbed... URL: lists.digium.com/pipermail/asterisk-users/attachments/20070527/52bc2229/attachment.htm
I don't think you need to modify th Makefile at all. That might be why you are having trouble finding details on that. -Jonathan Jonson Player wrote:> Hello, > I just want to put all my sip accounts in mysql and asterisk use it > from mysql. How can I do that, could you be more specific because I > readed alot on wiki and i'm lost... I don't know what to modify in > Makefile from channel directory. I use asterisk 1.4.4, that is already > compiled and i also have CDR in mysql. I must create manny accounts > and I want to realize that from mysql. Thank you for your support guys. > > ------------------------------------------------------------------------ > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > lists.digium.com/mailman/listinfo/asterisk-users >