mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
ftmod_isdn: Use ftdm_time_t for dialtone timeout.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
This commit is contained in:
parent
a117fd8fa3
commit
c6cf92d766
@ -78,7 +78,7 @@ typedef struct ftdm_isdn_data ftdm_isdn_data_t;
|
||||
/* b-channel private data */
|
||||
struct ftdm_isdn_bchan_data
|
||||
{
|
||||
int32_t digit_timeout;
|
||||
ftdm_time_t digit_timeout;
|
||||
int offset; /* offset in teletone buffer */
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user