NMT: Fixup assign traffic channel

dms_call state now belongs to transaction, so it is kept while switching
to traffic channel.
This commit is contained in:
Andreas Eversberg
2017-11-11 08:10:37 +01:00
parent ce2bb8ec43
commit 486d2d5dbe
4 changed files with 28 additions and 22 deletions

View File

@@ -21,7 +21,8 @@ typedef struct transaction {
char caller_id[33]; /* caller id digits */
enum number_type caller_type; /* caller id type */
/* SMS */
/* DMS/SMS */
int dms_call; /* indicates to use DMS (used for SMS) */
char sms_string[256]; /* current string to deliver */
} transaction_t;