git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48488
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
}
/* Fall through */
case 503: /* Service Unavailable */
+ case 504: /* Server Timeout */
if (owner)
ast_queue_control(p->owner, AST_CONTROL_CONGESTION);
break;
case 603: /* Decline */
case 500: /* Server error */
case 503: /* Service Unavailable */
+ case 504: /* Server timeout */
if (sipmethod == SIP_INVITE) { /* re-invite failed */
sip_cancel_destroy(p);