diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 4809a11eea..206f978eb1 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -6470,7 +6470,7 @@ static int sip_register(const char *value, int lineno) if (hostname) *hostname++ = '\0'; if (ast_strlen_zero(username) || ast_strlen_zero(hostname)) { - ast_log(LOG_WARNING, "Format for registration is [transport://]user[:secret[:authuser]]@host[:port][/contact][~expiry] at line %d\n", lineno); + ast_log(LOG_WARNING, "Format for registration is [transport://]user[:secret[:authuser]]@domain[:port][/extension][~expiry] at line %d\n", lineno); return -1; } /* split user[:secret[:authuser]] */