mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Add missing 'useragent' field to sip-friends.sql file.
(closes issue #17171) Reported by: thehar Patches: sip-friends.patch uploaded by thehar (license 831) Tested by: pabelanger, thehar git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@258106 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -49,6 +49,7 @@ CREATE TABLE `sipfriends` (
|
||||
`rtpkeepalive` varchar(15),
|
||||
`lastms` int(11) NOT NULL default '-1',
|
||||
`setvar` varchar(200),
|
||||
`useragent` varchar(50),
|
||||
PRIMARY KEY (`name`),
|
||||
INDEX host (host, port),
|
||||
INDEX ipaddr (ipaddr, port)
|
||||
|
Reference in New Issue
Block a user