]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
introduce new say_string method of doing say and use it in mod_say_en as an example...
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 30 Mar 2011 00:55:28 +0000 (19:55 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 30 Mar 2011 00:55:35 +0000 (19:55 -0500)
commitd5ef86d7788ef0080ca3be7e2ff39bda989d4b4d
tree67b3b8859ceb25ea1700f414ebf4d1694de5698c
parent1552ecf54afdfb14d15c5cfa517449e22d049cd6
introduce new say_string method of doing say and use it in mod_say_en as an example.  try: eval ${say_string en.gsm en current_date_time pronounced ${strepoch()}} from the cli with this patch.  We can do more to centralize the say things and go back and apply it to other langs, using this method you can set the desired file ext as well which I think is a bounty....
src/include/switch_apr.h
src/include/switch_core.h
src/include/switch_ivr.h
src/include/switch_module_interfaces.h
src/include/switch_types.h
src/mod/applications/mod_commands/mod_commands.c
src/mod/say/mod_say_en/mod_say_en.c
src/switch_channel.c
src/switch_event.c
src/switch_ivr.c
src/switch_loadable_module.c