Module: sems Branch: 1.6 Commit: 68c99be172d8a0727d838f9eb7566fb75a69a37b URL: https://github.com/sems-server/sems/commit/68c99be172d8a0727d838f9eb7566fb75a69a37b
Author: Stefan Sayer <stefan.sa...@googlemail.com> Committer: Juha Heinanen <j...@tutpro.com> Date: 2015-11-05T12:17:47+02:00 b/f:sample config: fix timers names capitalisation (e.g. sip_timer_A with capital A) (cherry picked from commit 663529e28ab2eb23d8d07837b530a9ac76638a71) --- Modified: core/etc/sems.conf.sample --- Diff: https://github.com/sems-server/sems/commit/68c99be172d8a0727d838f9eb7566fb75a69a37b.diff Patch: https://github.com/sems-server/sems/commit/68c99be172d8a0727d838f9eb7566fb75a69a37b.patch --- diff --git a/core/etc/sems.conf.sample b/core/etc/sems.conf.sample index 354d744..c185546 100644 --- a/core/etc/sems.conf.sample +++ b/core/etc/sems.conf.sample @@ -530,10 +530,10 @@ use_default_signature=yes # SIP timers configuration (in milliseconds) # -# sip_timer_a=<n millisec> -# sip_timer_b=<n millisec> +# sip_timer_A=<n millisec> +# sip_timer_B=<n millisec> # ... -# sip_timer_m=<n millisec> +# sip_timer_M=<n millisec> # # timers A to J as in RFC3261. # Timer L: handle 200 ACKs automatically in INVITE client trans. _______________________________________________ Semsdev mailing list Semsdev@lists.iptel.org http://lists.iptel.org/mailman/listinfo/semsdev