diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index fd49489f67..e885821e58 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -9847,7 +9847,7 @@ static void *analog_ss_thread(void *data) /* If starting a threeway call, never timeout on the first digit so someone can use flash-hook as a "hold" feature */ if (p->subs[SUB_THREEWAY].owner) - timeout = 999999; + timeout = INT_MAX; while (len < AST_MAX_EXTENSION-1) { int is_exten_parking = 0;