dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

85 Commits

Author SHA1 Message Date
tilghman 25cd00a657 Bug 6710 - Move default datetime string to each language function, so each language can have its own default
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22201 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-23 15:26:55 +00:00
rizzo 8dc8ee64d0 move to a different file (channel.c for the time being) the
wrappers around the basic 'say' functions, and redeclare these
wrappers as ordinary functions rather than function pointers.

This way, alternative implementations of the 'say' functions
will only have to implement the basic functions and not the
wrappers.



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21338 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-19 07:23:22 +00:00
rizzo 72b5597185 Replace ast_say_* functionn with function pointers, so that modules
can override them.
On passing, fix a potential problem in the top level Makefile:

if a static library is not referenced by any of the core objects,
it is not linked in the main program, and will not be available
to modules, which leads to failure at runtime when the modules
are loaded.
This is the case of stdtime/localtime.o, which supplies some core
symbolx, but is only linked in as a library. Fix the problem by
linking in the object.

NOTE: this is intended as a temporary aid to replace the
existing say.c with a newer implementation. Once the
task is completed, we may decide whether or not the ast_say*()
functions should be pluggable or not and possibly revert
part of this change.



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14382 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-23 14:28:16 +00:00
oej e711f9dc20 Issue 6710: saydate crash. Fix by Luigi Rizzo. Thanks!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12740 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-13 09:02:55 +00:00
kpfleming 298fa6c9e1 merge rizzo's patch to make compiler warnings stop the build, and fix a bunch of warnings found
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10805 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-22 22:53:49 +00:00
mogorman 37d25f5c40 Changed say.c aliased zh to the tw say.c output.
Done in relation to bug 6135.



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7913 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09 21:50:20 +00:00
russell c92403c479 - fix some doxygen errors
- add the flag definitions to the page about global options


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7690 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-31 19:45:30 +00:00
russell ab6566173e update doxygen docs to specify authors
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7682 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-30 21:18:06 +00:00
tilghman 9b9d26173e Make the English language of date format 'Q' and 'q' sound a little bit more natural
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7613 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23 20:43:11 +00:00
kpfleming 24c1e3c222 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
russell 8acbf04043 finish merging doxygen updates from issue #5605
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7096 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-14 19:00:38 +00:00
kpfleming 7ac940b7fd issue #5576
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7013 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08 02:14:42 +00:00
russell 4cc87ee6e1 clean up a lot of doxygen errors and warnings (issue #5522)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6865 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26 23:11:36 +00:00
russell bb65d2e30a more doxygenification (issue #5513)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6852 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26 13:03:17 +00:00
russell 2c3b3edc86 Doxygen documentation update from oej (issue #5505)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24 20:12:06 +00:00
kpfleming 20becc30e8 say minutes/seconds using existing 'say number' code for Danish (issue #5277)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6673 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-27 02:25:12 +00:00
kpfleming 95fe2b8fd4 update MANY more files with proper copyright/license info (thanks Ian!)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14 20:46:50 +00:00
kpfleming e715954bef add Russian support to say_number (issue #4781)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6428 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-26 20:29:11 +00:00
markster d2fa26daf2 Fix issue with say digit str (bug #4883)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6265 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-03 04:23:58 +00:00
kpfleming b6bb53ac70 don't declare variables inside a code block (bug #4681)
fix formatting


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6104 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 14:58:25 +00:00
kpfleming e2205de048 add support for say_number in Hebrew (bug #4420)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6101 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 03:00:49 +00:00
kpfleming 407f10a261 support military-style time announcing ('hundred' instead of 'o-clock') (bug #4605)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6098 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 02:36:53 +00:00
russell 66c6a257d1 '9' doesn't fall there anymore ...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6001 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24 17:19:26 +00:00
markster 432aaba1c8 Okay ;)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5986 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23 18:37:27 +00:00
kpfleming 6f0f46299c more file version tags
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5866 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06 22:12:19 +00:00
kpfleming b2cbb6a75d remove experimental module version tags
add per-file revision tags and 'show version files' CLI command


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5864 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06 20:27:51 +00:00
kpfleming 502b2d00e6 consolidate API functions for saying numbers/digits/alpha/phonetic into less functions, using more efficient and clearer code (inspired by bug #4414)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5819 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02 21:26:02 +00:00
markster 4d8fb679c9 Fix French time (bug #4197)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5598 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-08 16:34:10 +00:00
kpfleming d6e1341f9b phase 1 of header include cleanup (bug #4067)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5498 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-22 13:11:34 +00:00
kpfleming 31e8dcf4fe use double-quotes instead of angle-brackets for non-system include files (bug #4058)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21 06:02:45 +00:00
markster c10f1a0020 Fix dashes, etc
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5460 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-13 05:07:47 +00:00
kpfleming 46baacd8cc correct french pronounciation of years between 1900 and 1999 (bug #3949)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5389 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05 04:26:59 +00:00
kpfleming c6c5ab0b39 let ast_say_digit_str say 'minus' preceding negative numbers (bug #3948)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5384 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04 16:10:09 +00:00
markster a0ce622c96 Repair danish format (bug #3239)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5275 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-27 22:07:39 +00:00
markster 1c8ec983c5 Fix spanish date format (bug #3642)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5159 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-10 08:58:01 +00:00
markster d46473abe1 Fix spanish pronunciation (bug #3121, thanks to David Corredor)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4964 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-04 07:11:28 +00:00
markster 772e5d4831 Fix ordering in portugese (bug #3452)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4919 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-29 17:35:12 +00:00
markster 597c75ce7b Repair // comments to /* */ comments (bug #3347)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4806 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-15 23:48:12 +00:00
markster b51652cb5e Add partial greek support (bug #3107)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4522 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-22 00:08:53 +00:00
markster 856e958657 More OpenBSD fixes (bug #3120)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4519 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-21 21:58:11 +00:00
markster 9a28f9cc45 Fix a small typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4503 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-20 09:30:09 +00:00
markster 70cedacdde Merge slimey's Solaris compatibility (with small mods) (bug #2740)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4446 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-14 23:36:30 +00:00
markster 9e076dc898 Updates from char * to const char * + german syntax + enumeration (bug #2780)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4229 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-13 16:13:07 +00:00
markster fed49c347e Merge italian "say" support (bug #2840)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4216 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-12 01:32:45 +00:00
markster cf342f2e81 Add British and Norwegian syntax (bug #2683)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4187 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-08 15:02:44 +00:00
markster 31cd1f4bda Add french support
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4154 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-03 14:08:32 +00:00
markster e27a2474a3 Fix say for portugese (bug #2749)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4137 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-01 01:51:12 +00:00
anthm 0df2499ae3 fix polish stuff in say.c
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3833 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-24 22:15:43 +00:00
markster 8ddfefeda3 Compute power of 10 using ints instead of silly floats (bug #2390)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3734 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-07 01:28:52 +00:00
markster 2184e52764 Add Czech digit/voicemail support
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3731 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-06 15:43:43 +00:00