summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index c6add2134..412616763 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);