Consider service unavailable as CONGESTION (bug #2391)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3733 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2004-09-07 01:25:18 +00:00
parent 64b9a563f2
commit 6b2e3f29f9
1 changed files with 1 additions and 0 deletions

View File

@ -6755,6 +6755,7 @@ static void handle_response(struct sip_pvt *p, int resp, char *rest, struct sip_
case 410: /* Gone */
case 400: /* Bad Request */
case 500: /* Server error */
case 503: /* Service Unavailable */
if (owner)
ast_queue_control(p->owner, AST_CONTROL_CONGESTION);
break;