]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
add timezone support to mod_say_{de,es,ja,nl,th,zh}
authorHristo Trendev <htrendev@gmail.com>
Tue, 2 Dec 2014 16:08:12 +0000 (17:08 +0100)
committerHristo Trendev <htrendev@gmail.com>
Tue, 2 Dec 2014 16:08:12 +0000 (17:08 +0100)
commita8c5a0c87bf97ad0f84df2ad53d6eef2a951eee9
tree56285c27cb19a65109f67af95bb47eca7f83388a
parentb9c25eae2a0f996705db97194ba44c6af379b45d
add timezone support to mod_say_{de,es,ja,nl,th,zh}

This is nothing more than a shameless copy/paste from another mod_say
module, which already had timezone support. It simply checks if the
timezone variable is set and if it contains a valid timezone, then this
timezone will be used when announcing times/dates.

FS-7048 #resolve
src/mod/say/mod_say_de/mod_say_de.c
src/mod/say/mod_say_es/mod_say_es.c
src/mod/say/mod_say_ja/mod_say_ja.c
src/mod/say/mod_say_nl/mod_say_nl.c
src/mod/say/mod_say_th/mod_say_th.c
src/mod/say/mod_say_zh/mod_say_zh.c