mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-26 11:16:39 +04:00
freeswitch: bump to 1.10.11
See [1]. [1] https://github.com/signalwire/freeswitch/security/advisories/GHSA-39gv-hq72-j6m6 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
@@ -166,7 +166,7 @@ The most portable fix for time_t handling is to always cast it to
|
||||
switch_channel_set_variable(channel, "end_uepoch", tmp);
|
||||
--- a/src/switch_ivr_originate.c
|
||||
+++ b/src/switch_ivr_originate.c
|
||||
@@ -800,7 +800,7 @@ static uint8_t check_channel_status(orig
|
||||
@@ -804,7 +804,7 @@ static uint8_t check_channel_status(orig
|
||||
time_t elapsed = switch_epoch_time_now(NULL) - start;
|
||||
oglobals->originate_status[i].per_channel_progress_timelimit_sec = elapsed + extend_timeout;
|
||||
oglobals->originate_status[i].per_channel_timelimit_sec = elapsed + extend_timeout;
|
||||
|
||||
Reference in New Issue
Block a user