From: David Vossel Date: Wed, 15 Jul 2009 20:20:01 +0000 (+0000) Subject: callerid(num) is wrong when username is missing X-Git-Tag: 11.0.0-beta1~4494 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3402f34e9b67ee5dd84a2a2869dc8ae44280fadd;p=thirdparty%2Fasterisk.git callerid(num) is wrong when username is missing A domain only sip uri would return 123.123.123.123 as callid num. Now, if the username is missing from a uri, the callerid num field is left empty. (closes issue #15476) Reported by: viraptor git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@206702 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index bbdbaf849c..28ccb1c3da 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -14293,8 +14293,7 @@ static enum check_auth_result check_user_full(struct sip_pvt *p, struct sip_requ * really a mistake and should go away. */ of = domain; - } - { + } else { char *tmp = ast_strdupa(of); /* We need to be able to handle auth-headers looking like