summaryrefslogtreecommitdiff
path: root/apps/app_externalivr.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-05-16asterisk: Audit locking of channel when manipulating flags.Joshua Colp
2016-11-15Implement internal abstraction for iostreamsTimo Teräs
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-17Audit ast_sockaddr_resolve() usage for memory leaks.Richard Mudgett
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2012-06-20Remove declaration of eivr_connect_socket because it no longer exists.Sean Bright
2012-05-08Add interrupt ('I') command to ExternalIVR.Sean Bright
2012-05-03Add IPv6 support to ExternalIVR.Sean Bright
2012-04-19Prevent a crash in ExternalIVR when the 'S' command is sent first.Sean Bright
2012-04-04Replace GNU old-style field designator extensions to fix clang warningsJonathan Rose
2012-03-14Fix invalid reads/writes due to incorrect sizeof().Russell Bryant
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-03-04Merged revisions 309403 via svnmerge from David Ruggles
2011-02-02Replacing doc/* and asterisk.pdf with wiki linksAndrew Latham
2011-01-30Add Function and Application Relationships to documentationAndrew Latham
2011-01-03initialize playing_silence in struct initializationDavid Ruggles
2010-07-08Add IPv6 to Asterisk.Mark Michelson
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