]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add missing 'useragent' field to sip-friends.sql file.
authorLeif Madsen <leif@leifmadsen.com>
Tue, 20 Apr 2010 18:01:28 +0000 (18:01 +0000)
committerLeif Madsen <leif@leifmadsen.com>
Tue, 20 Apr 2010 18:01:28 +0000 (18:01 +0000)
(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

contrib/scripts/sip-friends.sql

index 9110018afab545d4eeb5063c0c70f65cb749bc30..f448b8889c962a9b725711f6c396f8c9de0f2e3b 100644 (file)
@@ -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)