]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[mod_verto] smaller jb
authorAnthony Minessale <anthm@signalwire.com>
Fri, 26 Jun 2020 21:54:40 +0000 (21:54 +0000)
committerAndrey Volk <andywolk@gmail.com>
Sat, 23 Oct 2021 19:00:58 +0000 (22:00 +0300)
src/mod/endpoints/mod_verto/mod_verto.c

index 3fdf01b1869c53cbef82b5a2df099dc4dc21a606..0b96e04b28743bafdde2cfc173d80fb5e63eb805 100644 (file)
@@ -5142,7 +5142,7 @@ static switch_status_t parse_config(const char *cf)
                        }
 
                        if (zstr(profile->jb_msec)) {
-                               profile->jb_msec = "1p:50p";
+                               profile->jb_msec = "1p:20p";
                        }
 
                        if (zstr(profile->timer_name)) {