summaryrefslogtreecommitdiff
path: root/apps/app_externalivr.c
AgeCommit message (Expand)Author
2008-10-19cleaup of the TCP/TLS socket API:Kevin P. Fleming
2008-06-19Missing commaTilghman Lesher
2008-06-17Updates all usages of ast_tcptls_session_instance to be managed by reference ...Brett Bryant
2008-06-16Changes response to the ExternalIVR() P command from pipe delimited to comma ...Chris Tooley
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-05-22Enhance ExternalIVR with new options and commands.Tilghman Lesher
2008-05-21On socket-based connections, there is no error FD, so don't try waiting on one.Tilghman Lesher
2008-05-14Merged revisions 116296 via svnmerge from Tilghman Lesher
2008-04-30Lock around variables retrieved, and copy the values, if they stay persistent,Tilghman Lesher
2008-04-25Whitespace changes onlyTilghman Lesher
2008-04-24Pass the hangup cause all the way to the calling app/channel.Michiel van Baak
2008-04-16Standardized routines for forking processes (keeps all the specialized code i...Tilghman Lesher
2008-03-13documenting changes as a result of adding TCP functionality to ExternalIVRJeff Peeler
2008-03-13set variable to NULL to prevent uninitialized warningJeff Peeler
2008-03-13(closes issue #11827)Jeff Peeler
2008-02-14a few syntax changes and safer codeJeff Peeler
2008-02-14Formatting fixesOlle Johansson
2008-02-13(closes issue #11825)Jeff Peeler
2008-02-09whitespace fixes only.Michiel van Baak
2008-01-23Merged revisions 99975 via svnmerge from Mark Michelson
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19more errno.h removalLuigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-08-06(closes issue #10381)Joshua Colp
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...Tilghman Lesher
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...Joshua Colp
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-01-23Make 'H' command do as advertised and add 'E' and 'V' commands to ExternalIVR...Joshua Colp
2006-12-11Merged revisions 48396 via svnmerge from Matt O'Gorman
2006-12-11Merged revisions 48375 via svnmerge from Tilghman Lesher
2006-10-27Merged revisions 46363 via svnmerge from Russell Bryant
2006-10-19Merged revisions 45692 via svnmerge from Joshua Colp
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-11 - The recent change to linklists.h broke the build on linux for some reason.Russell Bryant
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-01Merged revisions 24019 via svnmerge from Tilghman Lesher
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-03-12README files have changed names, better change references too :-)Olle Johansson
2006-02-16Bug 6516 - u->chan not definedTilghman Lesher
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-01-27don't re-define the localuser struct for custom use inside the module (issue ...Russell Bryant
2006-01-21on this pass, only remove duplicate log messagesRussell Bryant
2006-01-21revert my pass through the tree to remove checks of the result of ast_strdupaRussell Bryant
2006-01-21remove lots of useless checks of the result of ast_strdupaRussell Bryant
2006-01-11conversions to memory allocation wrappers (issue #6210)Russell Bryant