From: Olle Johansson Date: Thu, 15 Jan 2009 18:08:59 +0000 (+0000) Subject: Make sure that we have the same terminology in sip.conf.sample and the source code... X-Git-Tag: 1.6.2.0-beta1~436 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ab629c76783c2812773f1f219bb643fccb32b99;p=thirdparty%2Fasterisk.git Make sure that we have the same terminology in sip.conf.sample and the source code warning. Thanks Nick Lewis for pointing this out in the bug tracker. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168712 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index f571a20bd6..1690a6adea 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -6875,7 +6875,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; }