mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 10:58:15 +00:00
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
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user