view doc/app_sip_SL.sql @ 817:7541554029bf 1.1.4-rc1

Fix SCTP_I_WANT_MAPPED_V4_ADDR behavior when IPv6 is disabled in config; thank you Michael Tuexen for the issue report \& patch.
author Sebastien Decugis <sdecugis@freediameter.net>
date Mon, 27 Aug 2012 13:43:03 +0200
parents 533188d2e6cc
children
line wrap: on
line source



SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- SUBSCRIBER LOCATOR DATABASE
--

-- --------------------------------------------------------

--
-- Table structure for table `ds_sip_aor_map`
--

CREATE TABLE IF NOT EXISTS `ds_sip_aor_map` (
  `id_map` int(11) NOT NULL AUTO_INCREMENT,
  `sip_aor` varchar(255) NOT NULL,
  `diameter_uri` varchar(255) NOT NULL,
  PRIMARY KEY (`id_map`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

"Welcome to our mercurial repository"