summaryrefslogtreecommitdiff
path: root/apps/app_externalivr.c
AgeCommit message (Expand)Author
2010-01-22Add send DTMF feature to ExternalIVR appDavid Ruggles
2010-01-18Add notification of interrupted fileDavid Ruggles
2009-12-07Fix TCP Client interfaceDavid Ruggles
2009-12-02Prevent double closing of FDs by EIVRDavid Ruggles
2009-11-20Fix/Implement error events for non-existing filesDavid Ruggles
2009-11-19Basic cleanup of ExternalIVR: cleaned up argument parsing; implemented good c...David Ruggles
2009-11-05Don't crash if no arguments are passed.Tilghman Lesher
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-10-22SIP TCP/TLS: move client connection setup/write into tcp helper thread, vario...David Vossel
2009-06-15Last batch of 'static' qualifiers for module-level global variables.Kevin P. Fleming
2009-06-07Move application ExternalIVR static documentation to XML.Eliel C. Sardanons
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-18Fix externalivr's setvariable command so that it properly sets multiple varia...Mark Michelson
2009-05-12add 'const' qualifiers in various places where they should have beenKevin P. Fleming
2009-02-09Fixes issue with hangups not being sent and external process never terminating. David Vossel
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
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