aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--channels/chan_sip.c2
-rw-r--r--configs/sip.conf.sample2
2 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index e22a63b56..c2e9886fb 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -6280,7 +6280,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]]@domain[:port][/extension] at line %d\n", lineno);
+ ast_log(LOG_WARNING, "Format for registration is [transport://]user[@domain][:secret[:authuser]]@host[:port][/extension] at line %d\n", lineno);
return -1;
}
/* split user[:secret[:authuser]] */
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 4b40fd4de..0fb6afe54 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -400,7 +400,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;----------------------------------------- OUTBOUND SIP REGISTRATIONS ------------------------
; Asterisk can register as a SIP user agent to a SIP proxy (provider)
; Format for the register statement is:
-; register => [transport://]user[:secret[:authuser]]@domain[:port][/extension]
+; register => [transport://]user[@domain][:secret[:authuser]]@host[:port][/extension]
;
;
;