Accept also info reply 3 from ALERT_REQ, when someone else already sent alert.

This commit is contained in:
Ivan Schreter 2007-11-29 19:14:44 +01:00
parent 063619e624
commit 2d40edc5db
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ static void isdn_handle_confirmation(isdn_t *isdn, _cmsg *msg)
dbgprintf(2, "CAPI 2.0: ALERT_CONF ApplID %d plci 0x%x info 0x%x\n",
isdn->appl_id, plci, info);
if (info != 0) {
if (info != 0 && info != 3) {
/* connection error */
isdn->state = ISDN_IDLE;
} else {