[svn-commits] tilghman: trunk r138086 - /trunk/channels/chan_sip.c

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


Author: tilghman
Date: Fri Aug 15 13:02:15 2008
New Revision: 138086

URL: http://svn.digium.com/view/asterisk?view=rev&rev=138086
Log:
regseconds is actually stored as the epoch time, not registration length

Modified:
    trunk/channels/chan_sip.c

Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=138086&r1=138085&r2=138086
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Fri Aug 15 13:02:15 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