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
`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)