aboutsummaryrefslogtreecommitdiffstats
path: root/main/say.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-04Bounds checking for input stringtilghman1-25/+25
(closes issue #16407) Reported by: qwell Patches: 20100104__issue16407.diff.txt uploaded by tilghman (license 14) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@237573 f38db490-d61c-443f-a65b-d21fe96a405b
2009-10-01Fix a bunch of off-by-one errorstilghman1-12/+12
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@221776 f38db490-d61c-443f-a65b-d21fe96a405b
2009-08-25I should always compile before committing...tilghman1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@214069 f38db490-d61c-443f-a65b-d21fe96a405b
2009-08-25Fix pronunciation of German dates.tilghman1-8/+17
(closes issue #15273) Reported by: Benjamin Kluck Patches: say_c.patch uploaded by Benjamin Kluck (license 803) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@214068 f38db490-d61c-443f-a65b-d21fe96a405b
2009-07-08Add redirection warnings for the invalid language codes previously removed.tilghman1-0/+72
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@205188 f38db490-d61c-443f-a65b-d21fe96a405b
2009-06-30More incorrect language codes, plus ensuring that regionalizations use the ↵tilghman1-188/+188
specified language, and not English for grammar. (closes issue #15022) Reported by: greenfieldtech Patches: 20090519__issue15022.diff.txt uploaded by tilghman (license 14) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@204556 f38db490-d61c-443f-a65b-d21fe96a405b
2009-06-30Fix ast_say_counted_noun to correctly handle Polish. Fix a comment typo in ↵qwell1-2/+2
passing. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@204474 f38db490-d61c-443f-a65b-d21fe96a405b
2009-06-30"tw" is the language specification for Twi (from Ghana) not Taiwanese.tilghman1-37/+34
(closes issue #15346) Reported by: volivier Patches: 20090617__issue15346__1.4.diff.txt uploaded by tilghman (license 14) 20090617__issue15346__trunk.diff.txt uploaded by tilghman (license 14) 20090617__issue15346__1.6.0.diff.txt uploaded by tilghman (license 14) 20090617__issue15346__1.6.1.diff.txt uploaded by tilghman (license 14) 20090617__issue15346__1.6.2.diff.txt uploaded by tilghman (license 14) Tested by: volivier git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@204469 f38db490-d61c-443f-a65b-d21fe96a405b
2009-01-21Adding revision 169794 to 1.4 since 1.4 is also affected by the issuemmichelson1-8/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@169797 f38db490-d61c-443f-a65b-d21fe96a405b
2009-01-16Fix the conjugation of Russian and Ukrainian languages.tilghman1-0/+109
(related to issue #12475) Reported by: chappell Patches: vm_multilang.patch uploaded by chappell (license 8) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@168828 f38db490-d61c-443f-a65b-d21fe96a405b
2008-07-18Fix for Taiwanese number syntaxtilghman1-17/+73
(closes issue #12319) Reported by: CharlesWang Patches: saynumber-tw-1.4.18.1.patch uploaded by CharlesWang (license 444) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@132112 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-18Add support for saying numbers in Hebrew.tilghman1-161/+431
(closes issue #11662) Reported by: greenfieldtech Patches: say.c.patch-12042008 uploaded by greenfieldtech (license 369) Hebrew-Sounds.ods uploaded by greenfieldtech (with signficant changes to the spreadsheet by me) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@123769 f38db490-d61c-443f-a65b-d21fe96a405b
2007-12-21Fixing Portuguese syntax for saying dates and times. Also some coding ↵mmichelson1-46/+42
guidelines cleanup. (closes issue #11599, reported and patched by caio1982, coding guidelines cleanup by me) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@94420 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-08Properly say the seconds here..qwell1-1/+1
Issue 11203, fix described by vma. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@89125 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-02We need to make sure to specify a language to ast_fileexists, otherwise it ↵qwell1-3/+3
may fail for anything besides en Issue 11147, fix discovered by both citats and myself (independently), with input from Corydon76 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@88283 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-15Add a small fix for the tw version of saying dates.russell1-6/+2
(closes issue #7827) Reported by: sharkey Patches: say.nits.patch uploaded by sharkey (license 172) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@85686 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-28Correct pronunciations of numbers for .nl (Closes issue #10837)tilghman1-6/+20
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@84078 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-05Fix an issue that can occur when you do an attended transfer to parking. Ifrussell1-3/+3
you complete the transfer before the announcement of the parking spot finishes, then the channel being parked will hear the remainder of the announcement. These changes make it so that will not happen anymore. Basically, res_features sets a flag on the channel is playing the announcement to so that the file streaming core knows that it needs to watch out for a channel masquerade, and if it occurs, to abort the announcement. (closes BE-182) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@81599 f38db490-d61c-443f-a65b-d21fe96a405b
2007-07-30Applications like SayAlpha() should not hang up the channel if youqwell1-15/+19
request an "unknown" character such as a comma. Instead, skip the character and move on. Issue 10083, initial patch by jsmith, modified by me. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@77795 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-28Add -Wdeclaration-after-statement to AST_DEVMODE flags to catchrizzo1-2/+3
variable declarations in the middle of a block. Fix the few instances of the above spotted out by the compiler. All of this has been already done or is not applicable in trunk, so the merge of this change will be blocked. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@72462 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-14use ast_localtime() in every place localtime_r() was being usedkpfleming1-28/+45
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@69392 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-14Fix some problems with saying dates and times for the "tw" langaugerussell1-8/+9
(issue #9964, ljmid) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@69358 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-08Merged revisions 68397 via svnmerge from file1-6/+18
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r68397 | file | 2007-06-07 20:15:33 -0400 (Thu, 07 Jun 2007) | 2 lines Don't call ast_waitstream_full when the control file descriptor and audio file descriptor are not set, simply call ast_waitstream! (issue #8530 reported by rickead2000) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@68401 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-07Merged revisions 68351 via svnmerge from russell1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r68351 | russell | 2007-06-07 18:13:33 -0500 (Thu, 07 Jun 2007) | 3 lines Fix a problem where saying a character wouldn't properly break out when the caller pressed '#' (issue #8113, reported by patbaker82, patch from jamesgolovich (hey, long time no see!) and patbaker82) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@68354 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-25Merged revisions 66127 via svnmerge from tilghman1-26/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r66127 | tilghman | 2007-05-25 08:46:35 -0500 (Fri, 25 May 2007) | 2 lines Issue 9791 - Fix pronunciation of seconds in Dutch ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66159 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-03submitted patch for Georgian language, issue 9010, submitted by Alexander ↵dhubbard1-0/+389
Shaduri git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@57620 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29this is for 8778 (pt_BR backport to 1.4). It was committed to trunk via ↵murf1-76/+207
7663. But it wasn't so much an enhancement as a fix for the bad language output for portuguese in Brazil, so, after a lot of prodding from patient Brazilians, here is the same fix for 1.4 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52535 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01fix saying one hundred and two hundred in hebrew (issue #7810, eldadran)russell1-4/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46857 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+6420
- restructured build tree and makefiles to eliminate recursion problems - support for embedded modules - support for static builds - simpler cross-compilation support - simpler module/loader interface (no exported symbols) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40722 f38db490-d61c-443f-a65b-d21fe96a405b