mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-18 18:46:16 +00:00
Suppress 487 message since people think it is an error
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@828 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3911,7 +3911,7 @@ static void handle_response(struct sip_pvt *p, int resp, char *rest, struct sip_
|
||||
break;
|
||||
default:
|
||||
if ((resp >= 300) && (resp < 700)) {
|
||||
if (option_verbose > 2)
|
||||
if ((option_verbose > 2) && (resp != 487))
|
||||
ast_verbose(VERBOSE_PREFIX_3 "Got SIP response %d \"%s\" back from %s\n", resp, rest, inet_ntoa(p->sa.sin_addr));
|
||||
p->alreadygone = 1;
|
||||
if (p->rtp) {
|
||||
|
Reference in New Issue
Block a user