Hello, On Fri, 10 Sep 2004 09:49:43 -0500, Matthew Boehm <[EMAIL PROTECTED]> wrote: > What more information? Are you talking about mailbox, nat, etc..all those > other options for SIP phones? I want to do SIP from database as well but > most of our phones are NAT and need that option stored in the database. > > Matthew > > > ----- Original Message ----- > From: "Victor Alvarez" <[EMAIL PROTECTED]> > > I am trying to load sip.conf from mysql database. I have followed the > instructions at <http://www.voip-info.org/wiki-Asterisk+sip+mysql+peers>. > Seems that the authentication (user & psw) works fine but I would like to > get more information from mysql and I don't know how to retrieve it. Could > anybody help me? Any idea about how to do it? >
I never tried this, but why don't you try with res_config? It will let you store *any* configuration file in a database (sip.conf, extensions.conf, etc), and I think its available on CVS (its not an external application). You will probably have to perform a 'reload' every time you change something, but the values will be on a database. http://www.voip-info.org/tiki-index.php?page=Asterisk%20res_config -- Nicol�s Gudi�o Buenos Aires - Argentina _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
