Okay, thanks. I was just asking because it looked like OpenSIPS is sharing tables with Asterisk on page 181 of the OpenSIPS 1.6 book. But perhaps I'm mis-interpreting that page and that's actually not the case.
Thanks, Jerry -----Original Message----- From: Bogdan-Andrei Iancu [mailto:[email protected]] Sent: Monday, June 11, 2012 12:25 PM To: OpenSIPS users mailling list Cc: Jerry Richards Subject: Re: [OpenSIPS-Users] Freeswitch/OpenSIPS Database Table Sharing Hi Jerry, Why do you want to have opensips and freeswitch sharing tables ? Each of them have specific tables, so sharing (at least from logical perspective) is not so feasible . Anyhow, opensips has an odbc driver for DB ops - see the db_unixodbc module. Then, when configure a db url in other module (which require DB access) define the DB URL as "unixodbc://........". See: http://www.opensips.org/html/docs/modules/1.8.x/db_unixodbc.html#id249974 Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 06/11/2012 10:15 PM, Jerry Richards wrote: > Is there any existing example where Freeswitch and OpenSIPS use odbc to share > database tables? I know they can independently use odbc to write/read > to/from DB tables. I'm just wondering if there is any way that they can > share the same tables. > > Thanks, > Jerry > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
