dect
/
asterisk
Archived
13
0
Fork 0

603 is a busy too

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2618 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2004-04-04 22:54:35 +00:00
parent 2c78081b49
commit 9cd31d3f31
1 changed files with 1 additions and 0 deletions

View File

@ -5162,6 +5162,7 @@ static void handle_response(struct sip_pvt *p, int resp, char *rest, struct sip_
break;
case 486: /* Busy here */
case 600: /* Busy everywhere */
case 603: /* Decline */
if (p->owner)
ast_queue_control(p->owner, AST_CONTROL_BUSY, 0);
break;