aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_externalivr.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-04Merged revisions 309403 via svnmerge from diruggles1-0/+1
2011-02-02Replacing doc/* and asterisk.pdf with wiki linkslathama1-1/+1
2011-01-30Add Function and Application Relationships to documentationlathama1-1/+1
2011-01-03initialize playing_silence in struct initializationdiruggles1-0/+1
2010-07-08Add IPv6 to Asterisk.mmichelson1-3/+5
2010-01-22Add send DTMF feature to ExternalIVR appdiruggles1-17/+47
2010-01-18Add notification of interrupted filediruggles1-14/+32
2009-12-07Fix TCP Client interfacediruggles1-4/+4
2009-12-02Prevent double closing of FDs by EIVRdiruggles1-37/+35
2009-11-20Fix/Implement error events for non-existing filesdiruggles1-22/+22
2009-11-19Basic cleanup of ExternalIVR: cleaned up argument parsing; implemented good c...diruggles1-109/+112
2009-11-05Don't crash if no arguments are passed.tilghman1-0/+5
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-2/+2
2009-10-22SIP TCP/TLS: move client connection setup/write into tcp helper thread, vario...dvossel1-3/+1
2009-06-15Last batch of 'static' qualifiers for module-level global variables.kpfleming1-2/+2
2009-06-07Move application ExternalIVR static documentation to XML.eliel1-20/+44
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-1/+1
2009-05-18Fix externalivr's setvariable command so that it properly sets multiple varia...mmichelson1-17/+8
2009-05-12add 'const' qualifiers in various places where they should have beenkpfleming1-3/+3
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