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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user