C-Netz: retry call setup messages up to 3 times

This commit is contained in:
Andreas Eversberg
2016-08-01 09:27:37 +02:00
parent b84a64f872
commit 664f8c7ac0
3 changed files with 94 additions and 24 deletions

View File

@@ -33,7 +33,8 @@ typedef struct transaction {
char dialing[17]; /* number dialed by the phone */
int32_t state; /* state of transaction */
int8_t release_cause; /* reason for release, (c-netz coding) */
int count; /* counts resending things */
int try; /* counts resending messages */
int repeat; /* counts repeating messages */
struct timer timer; /* for varous timeouts */
int mo_call; /* flags a moile originating call */
int mt_call; /* flags a moile terminating call */