Set status to CONGESTION, if switch reports it.

This commit is contained in:
MelwareDE 2005-07-13 12:47:52 +00:00
parent dd550ac5fa
commit dfeacf6489
1 changed files with 1 additions and 1 deletions

View File

@ -2267,7 +2267,7 @@ static void capi_handle_disconnect_indication(_cmsg *CMSG, unsigned int PLCI, un
fr.frametype = AST_FRAME_CONTROL;
if (DISCONNECT_IND_REASON(CMSG) == 0x34a2) {
fr.subclass = AST_CONTROL_BUSY;
fr.subclass = AST_CONTROL_CONGESTION;
} else {
fr.frametype = AST_FRAME_NULL;
}