aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_externalivr.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-11app_externalivr needs a real silence file, and additionalmogorman1-1/+1
2006-12-11When doing a fork() and exec(), two problems existed (Issue 8086):tilghman1-1/+11
2006-10-27We should always be using _exit() after a fork() or vfork() instead of exit().russell1-1/+1
2006-10-19Respect language selection when seeing if the file exists (issue #8178 report...file1-2/+2
2006-05-01Bug 6864 - drop realtime priority on ALL external processestilghman1-0/+4
2005-12-26cast time_t to an int in printf/scanf (issue #5635)russell1-2/+2
2005-12-12set all the child file descriptors to non-blocking so that we don't hang if t...kpfleming1-2/+4
2005-12-01use ast_app_separate_args to split arguments (issue #5686)russell1-9/+11
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-2/+2
2005-11-06issue #5605russell1-0/+1
2005-11-06issue #5622russell1-1/+2
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-11/+9
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-1/+5
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+16
2005-09-07fix some race conditionskpfleming1-14/+13
2005-09-01ensure that file handles are never double closedkpfleming1-9/+12
2005-09-01minor optimizationkpfleming1-1/+2
2005-08-25fix race conditionkpfleming1-2/+2
2005-08-24clean up code, fix a few bugskpfleming1-53/+62
2005-08-24protocol upgradeskpfleming1-51/+101
2005-08-11fix bugkpfleming1-2/+2
2005-08-10add ExternalIVR() applicationkpfleming1-0/+502