C-Netz: Fix release of call process when no dialing was received from phone
This commit is contained in:
@@ -743,7 +743,6 @@ void transaction_timeout(struct timer *timer)
|
|||||||
PDEBUG_CHAN(DCNETZ, DEBUG_NOTICE, "No response after dialing request 'Wahlaufforderung'\n");
|
PDEBUG_CHAN(DCNETZ, DEBUG_NOTICE, "No response after dialing request 'Wahlaufforderung'\n");
|
||||||
if (trans->try == N) {
|
if (trans->try == N) {
|
||||||
trans_new_state(trans, TRANS_WBN);
|
trans_new_state(trans, TRANS_WBN);
|
||||||
cnetz_release(trans, CNETZ_CAUSE_FUNKTECHNISCH);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
trans->try++;
|
trans->try++;
|
||||||
|
Reference in New Issue
Block a user