]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 258106 via svnmerge from
authorLeif Madsen <leif@leifmadsen.com>
Tue, 20 Apr 2010 18:02:01 +0000 (18:02 +0000)
committerLeif Madsen <leif@leifmadsen.com>
Tue, 20 Apr 2010 18:02:01 +0000 (18:02 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

........
  r258106 | lmadsen | 2010-04-20 13:01:28 -0500 (Tue, 20 Apr 2010) | 7 lines

  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/branches/1.6.2@258107 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)