[asterisk-commits] seanbright: trunk r138775 - /trunk/channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Aug 18 18:42:37 CDT 2008
Author: seanbright
Date: Mon Aug 18 18:42:36 2008
New Revision: 138775
URL: http://svn.digium.com/view/asterisk?view=rev&rev=138775
Log:
Change event header to RegistrationTime to be more consistent (and avoid
breaking existing frameworks). Pointed out by Laureano on #asterisk-dev.
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=138775&r1=138774&r2=138775
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Mon Aug 18 18:42:36 2008
@@ -12291,7 +12291,7 @@
"Username: %s\r\n"
"Refresh: %d\r\n"
"State: %s\r\n"
- "Reg.Time: %s\r\n"
+ "RegistrationTime: %s\r\n"
"\r\n", iterator->hostname, iterator->portno ? iterator->portno : STANDARD_SIP_PORT,
iterator->username, iterator->refresh, regstate2str(iterator->regstate), tmpdat);
ASTOBJ_UNLOCK(iterator);
More information about the asterisk-commits
mailing list