[svn-commits] tilghman: branch 1.6.1 r138088 - in /branches/1.6.1: ./ channels/chan_sip.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Aug 15 13:03:44 CDT 2008


Author: tilghman
Date: Fri Aug 15 13:03:44 2008
New Revision: 138088

URL: http://svn.digium.com/view/asterisk?view=rev&rev=138088
Log:
Merged revisions 138086 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r138086 | tilghman | 2008-08-15 13:02:15 -0500 (Fri, 15 Aug 2008) | 2 lines

regseconds is actually stored as the epoch time, not registration length

........

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/channels/chan_sip.c

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
--- trunk-merged (original)
+++ trunk-merged Fri Aug 15 13:03:44 2008
@@ -1,1 +1,1 @@
-/trunk:1-137647,137680,137732,137780,137812,137848,137933,137987,138024
+/trunk:1-137647,137680,137732,137780,137812,137848,137933,137987,138024,138086

Modified: branches/1.6.1/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/channels/chan_sip.c?view=diff&rev=138088&r1=138087&r2=138088
==============================================================================
--- branches/1.6.1/channels/chan_sip.c (original)
+++ branches/1.6.1/channels/chan_sip.c Fri Aug 15 13:03:44 2008
@@ -22584,7 +22584,7 @@
 		"name", RQ_CHAR, 10,
 		"ipaddr", RQ_CHAR, 15,
 		"port", RQ_UINTEGER2, 5,
-		"regseconds", RQ_UINTEGER2, 5,   /* Max of 18 hours */
+		"regseconds", RQ_INTEGER4, 11,
 		"defaultuser", RQ_CHAR, 10,
 		"fullcontact", RQ_CHAR, 35,
 		"regserver", RQ_CHAR, 20,




More information about the svn-commits mailing list