aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_festival.c
AgeCommit message (Collapse)AuthorFilesLines
2006-12-11When doing a fork() and exec(), two problems existed (Issue 8086):tilghman1-2/+9
1) Ignored signals stayed ignored after the exec(). 2) Signals could possibly fire between the fork() and exec(), causing Asterisk signal handlers within the child to execute, which caused nasty race conditions. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@48374 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@43924 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-13add a missing close of an open fd, destroy of open config, and removal of therussell1-0/+3
calling channel from the localusers list git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@33781 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-11fix a couple places that would leak a framerussell1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@33513 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-01Bug 6864 - drop realtime priority on ALL external processestilghman1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@24019 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17Stop any generators running on a channel whenmogorman1-1/+2
festival is called as described in 5996 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8140 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-01don't block waiting for the Festival server forever when it goes away (issue ↵kpfleming1-1/+13
#5882) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7269 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06issue #5605russell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6979 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6864 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-8/+23
In general, LOCAL_USER_ADD/REMOVE should be the first/last thing called in an application. An exception is if there is some *fast* setup code that might halt the execution of the application, such as checking to see if an argument exists. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6832 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18it's a good idea to unregister everything before calling ↵russell1-1/+6
STANDARD_HANGUP_LOCALUSERS git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6828 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming1-4/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6618 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06the last round of file version tagskpfleming1-9/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5867 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-23remove seemingly useless write (bug #4299)russell1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5756 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21use double-quotes instead of angle-brackets for non-system include files ↵kpfleming1-9/+9
(bug #4058) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-25Merge config updates (bug #3406)markster1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4889 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-19Merge Olle's comment patch (bug #3097)markster1-4/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4488 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-16Oops it didn't make it inmarkster1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4018 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-27Fix 2 memory leakscitats1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3844 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-31Make app_festival change more portable, allow '*' for context in iax2markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3692 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-31Fix permissions for festival app (bug #2334)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3687 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-14Merge rgagnon's pedantic string checks (apps a-m, bug #2035)markster1-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3428 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ↵citats1-1/+1
instead (except in asterisk/lock.h). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3277 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-13x86-64 compile fixes and cleanupsmarkster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3202 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-09More ast_strlen_zero changescitats1-4/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2930 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-22gethostbyname isn't reentrant, who knew...markster1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2734 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-16Answer if it needs it...markster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2699 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2644 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-27Make read/write mode have a lock parameter and use it properly.markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2572 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-24Bug # 1287: Festival cache string bug fixedmalcolmd1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2555 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-15Alpha portability from Ricudismarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2442 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-22Fix MD5Hex size (bug #883)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2060 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-11fix festival for big endian. Bug #709jeremy1-0/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1937 f38db490-d61c-443f-a65b-d21fe96a405b
2003-12-30fix the check to usecache. Bug #731jeremy1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1886 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-27Make festival less verbose (bug #320)markster1-14/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1567 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-15Fix dtmf bugletmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1345 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-15Don't ignore return valuemarkster1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1342 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-15Asterisk:markster1-10/+21
#72 - Should eliminate probs on VMWI #41 - Dynamic add survives reload #73 - Make festival honor its arguments #93 - Make events on FXO interfaces more logical #26 - Prefer "bindaddr" to logical address for registrations ??? - Record crashes AGI git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1338 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-14Oopsmarkster1-9/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1324 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-14First pass at restoring festival operationmarkster1-47/+26
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1323 f38db490-d61c-443f-a65b-d21fe96a405b
2003-06-27Minor cleanupsmarkster1-5/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1126 f38db490-d61c-443f-a65b-d21fe96a405b
2003-04-23Add commonly used include headersmarkster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@889 f38db490-d61c-443f-a65b-d21fe96a405b
2002-11-29Version 0.3.0 from FTPmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@556 f38db490-d61c-443f-a65b-d21fe96a405b
2002-09-11Version 0.2.0 from FTPmarkster1-0/+480
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@523 f38db490-d61c-443f-a65b-d21fe96a405b