Module: sems Branch: master Commit: 663529e28ab2eb23d8d07837b530a9ac76638a71 URL: https://github.com/sems-server/sems/commit/663529e28ab2eb23d8d07837b530a9ac76638a71
Author: Stefan Sayer <stefan.sa...@googlemail.com> Committer: Stefan Sayer <stefan.sa...@googlemail.com> Date: 2015-08-13T13:06:28+02:00 b/f:sample config: fix timers names capitalisation (e.g. sip_timer_A with capital A) --- Modified: core/etc/sems.conf.sample --- Diff: https://github.com/sems-server/sems/commit/663529e28ab2eb23d8d07837b530a9ac76638a71.diff Patch: https://github.com/sems-server/sems/commit/663529e28ab2eb23d8d07837b530a9ac76638a71.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