X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Ffreeswitch%2Fpatches%2F492-mod_verto_time64.patch;fp=net%2Ffreeswitch%2Fpatches%2F492-mod_verto_time64.patch;h=50ad5de3161ef10cdab3be9a14656c6088c60293;hb=d71123c303c60c3ff792c0205d8abed0acf71f3e;hp=c0085aa793fd441f7734b854a50cdb82d9bfd067;hpb=136593c76ad21e5c2c91c868db5b4521a1eb6cd5;p=feed%2Ftelephony.git diff --git a/net/freeswitch/patches/492-mod_verto_time64.patch b/net/freeswitch/patches/492-mod_verto_time64.patch index c0085aa..50ad5de 100644 --- a/net/freeswitch/patches/492-mod_verto_time64.patch +++ b/net/freeswitch/patches/492-mod_verto_time64.patch @@ -9,7 +9,7 @@ } else { switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "Invalid expire time for %s. Defaulting to 300 sec\n", jsock->uid); jsock->exptime = now + 300; -@@ -2000,7 +2000,7 @@ static void client_run(jsock_t *jsock) +@@ -2008,7 +2008,7 @@ static void client_run(jsock_t *jsock) if (now >= jsock->exptime) { switch_set_flag(jsock, JPFLAG_AUTH_EXPIRED);