mirror of https://github.com/asterisk/asterisk
Somewhere between 1.4 and 1.8 the sipusers family has become completely unused. Before that, the sipfriends family had been obsoleted in favor of separate sipusers and sippeers families. Apparently, they have been merged back again into a single family which is now called "sippeers". Reviewed by: irroot, oej, pabelanger Review: https://reviewboard.asterisk.org/r/1523 ........ Merged revisions 342869 from http://svn.asterisk.org/svn/asterisk/branches/1.8 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@342870 65c4cc65-6c06-0410-ace0-fbb531ad65f310-digiumphones
parent
96d21568fa
commit
ef82f32ca3
@ -1,8 +1,8 @@
|
||||
#
|
||||
# Table structure for table `sipfriends`
|
||||
# Table structure for table `sippeers`
|
||||
#
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `sipfriends` (
|
||||
CREATE TABLE IF NOT EXISTS `sippeers` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`name` varchar(10) NOT NULL,
|
||||
`ipaddr` varchar(15) DEFAULT NULL,
|
Loading…
Reference in new issue