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

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Apr 8 00:06:38 CDT 2009


Author: tilghman
Date: Wed Apr  8 00:06:22 2009
New Revision: 186899

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=186899
Log:
Add lastms to the require API call.

Modified:
    trunk/channels/chan_sip.c

Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/svn-view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=186899&r1=186898&r2=186899
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Wed Apr  8 00:06:22 2009
@@ -25180,6 +25180,7 @@
 		"fullcontact", RQ_CHAR, 35,
 		"regserver", RQ_CHAR, 20,
 		"useragent", RQ_CHAR, 20,
+		"lastms", RQ_INTEGER4, 11,
 		SENTINEL);
 
 	return AST_MODULE_LOAD_SUCCESS;




More information about the svn-commits mailing list