aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_externalivr.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-03Merged revisions 232587 via svnmerge from diruggles1-46/+45
2009-11-05Merged revisions 228015 via svnmerge from tilghman1-0/+5
2009-10-22Merged revisions 225445 via svnmerge from dvossel1-3/+1
2009-05-18Merged revisions 195316 via svnmerge from mmichelson1-17/+8
2009-02-09Fixes issue with hangups not being sent and external process never terminating. dvossel1-1/+1
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-4/+5
2008-10-19cleaup of the TCP/TLS socket API:kpfleming1-4/+5
2008-06-19Missing commatilghman1-1/+1
2008-06-17Updates all usages of ast_tcptls_session_instance to be managed by reference ...bbryant1-2/+1
2008-06-16Changes response to the ExternalIVR() P command from pipe delimited to comma ...ctooley1-1/+1
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-2/+2
2008-05-22Enhance ExternalIVR with new options and commands.tilghman1-80/+176
2008-05-21On socket-based connections, there is no error FD, so don't try waiting on one.tilghman1-3/+3
2008-05-14Merged revisions 116296 via svnmerge from tilghman1-1/+8
2008-04-30Lock around variables retrieved, and copy the values, if they stay persistent,tilghman1-2/+5
2008-04-25Whitespace changes onlytilghman1-2/+2
2008-04-24Pass the hangup cause all the way to the calling app/channel.mvanbaak1-0/+3
2008-04-16Standardized routines for forking processes (keeps all the specialized code i...tilghman1-12/+2
2008-03-13documenting changes as a result of adding TCP functionality to ExternalIVRjpeeler1-7/+7
2008-03-13set variable to NULL to prevent uninitialized warningjpeeler1-1/+1
2008-03-13(closes issue #11827)jpeeler1-86/+142
2008-02-14a few syntax changes and safer codejpeeler1-20/+14
2008-02-14Formatting fixesoej1-7/+8
2008-02-13(closes issue #11825)jpeeler1-230/+319
2008-02-09whitespace fixes only.mvanbaak1-11/+11
2008-01-23Merged revisions 99975 via svnmerge from mmichelson1-1/+1
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19more errno.h removalrizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-08-06(closes issue #10381)file1-3/+2
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman1-6/+6
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-6/+0
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-7/+1
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-5/+5
2007-01-23Make 'H' command do as advertised and add 'E' and 'V' commands to ExternalIVR...file1-0/+15
2006-12-11Merged revisions 48396 via svnmerge from mogorman1-1/+1
2006-12-11Merged revisions 48375 via svnmerge from tilghman1-1/+11
2006-10-27Merged revisions 46363 via svnmerge from russell1-1/+1
2006-10-19Merged revisions 45692 via svnmerge from file1-2/+2
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-2/+4
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-19/+8
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-5/+4
2006-05-11 - The recent change to linklists.h broke the build on linux for some reason.russell1-5/+5
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-4/+1
2006-05-01Merged revisions 24019 via svnmerge from tilghman1-0/+4
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-15/+7
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-12README files have changed names, better change references too :-)oej1-1/+1
2006-02-16Bug 6516 - u->chan not definedtilghman1-0/+1