Archived
14
0
Fork 0

Change error message (imported from 1.4)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48032 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
oej 2006-11-27 06:44:40 +00:00
parent 481ef16004
commit 2b57e7d361

View file

@ -12331,7 +12331,8 @@ static void handle_response(struct sip_pvt *p, int resp, char *rest, struct sip_
if (sipmethod == SIP_INVITE) {
/* First we ACK */
transmit_request(p, SIP_ACK, seqno, XMIT_UNRELIABLE, FALSE);
ast_log(LOG_WARNING, "INVITE with REPLACEs failed to '%s'\n", get_header(&p->initreq, "From"));
if (option_debug)
ast_log(LOG_DEBUG, "Got 481 on Invite. Assuming INVITE with REPLACEs failed to '%s'\n", get_header(&p->initreq, "From"));
if (owner)
ast_queue_control(p->owner, AST_CONTROL_CONGESTION);
sip_scheddestroy(p, DEFAULT_TRANS_TIMEOUT);