From: Sean Bright Date: Mon, 18 Aug 2008 23:42:36 +0000 (+0000) Subject: Change event header to RegistrationTime to be more consistent (and avoid X-Git-Tag: 1.6.2.0-beta1~1401 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=711cc76722fa6a9fa2dd785c3ed2c6695ac8fcf0;p=thirdparty%2Fasterisk.git Change event header to RegistrationTime to be more consistent (and avoid breaking existing frameworks). Pointed out by Laureano on #asterisk-dev. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@138775 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index c6add21349..412616763a 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -12291,7 +12291,7 @@ static int manager_show_registry(struct mansession *s, const struct message *m) "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);