On Wed, Jul 18, 2018, at 7:23 PM, Benjamin Marty wrote: > Hello > > I'm currently using Asterisk 13 with the chan_sip sip driver. The > extensions are offloaded via realtime module to a MySQL database (via > ODBC). So basically I have a MySQL Table with the SIP users + SIP passwords > and the other stuff from the standard Asterisk database schema. > > Now I want to mgirate to Asterisk 15 and in the same go migrate vom > chan_sip to pjsip. I already did the setup as described in the wiki > (Setting up PJSIP Realtime). > > Is there a way to keep the old database schema? Or at least to still have > SIP user + SIP password in the same table? Or is the only way to use the > new pjsip schema where you have to use the endpoint + auth table and > basically split the informations.
You must use the provided PJSIP schema. There is no mechanism to do otherwise, outside of somehow creating something yourself. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
