summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2009-07-01A bunch of CODING_GUIDELINES related fixes. Not even close to done.Sean Bright
2009-06-30Remove an unnecessary #ifdefSean Bright
2009-06-30Recorded merge of revisions 204469 via svnmerge from Tilghman Lesher
2009-06-29A few const changes in app_meetme.c that I noticed while browsing the source.Sean Bright
2009-06-29Get app_rpt compiling again. I doubt seriously that it actually works.Sean Bright
2009-06-26Add 's' option to ChanSpy, which makes the app exit when no channels are left...Russell Bryant
2009-06-26Fixing voicemail's error in checking max silence vs min message lengthDavid Brooks
2009-06-26Improve T.38 negotiation by exchanging session parameters between application...Joshua Colp
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-20Fix version detection for API changes in spandsp.Sean Bright
2009-06-18One of the changes in 1.6.1 was to allow app_directory to use functionalityTilghman Lesher
2009-06-18fixes some memory leaks and redundant conditionsDavid Vossel
2009-06-17Initialize additional variables, to prevent a possible crash.Tilghman Lesher
2009-06-17Merged revisions 201423 via svnmerge from David Vossel
2009-06-16Enable applications to enable/disable digit and tone detection.Kevin P. Fleming
2009-06-16Merged revisions 200991 via svnmerge from Kevin P. Fleming
2009-06-16add FILE_STORAGE to Voicemail Build OptionsMichiel van Baak
2009-06-15Last batch of 'static' qualifiers for module-level global variables.Kevin P. Fleming
2009-06-15Redesigned 'optional API' support.Kevin P. Fleming
2009-06-12Fix some bad locking stemming from trying to forward a call to a non-existentMark Michelson
2009-06-12Fix a potential crash from trying to access a NULL channel pointer.Mark Michelson
2009-06-07Move OSP* applications static documentation to XML.Eliel C. Sardanons
2009-06-07Move application ExternalIVR static documentation to XML.Eliel C. Sardanons
2009-06-07Global var cleanup - constification and removing unused vars.Russell Bryant
2009-06-06Move AGI command 'gosub' static documentation to XML.Eliel C. Sardanons
2009-06-06Move function MEETME_INFO documentation to XML.Eliel C. Sardanons
2009-06-06Move function MINIVMACCOUNT and MINIVMCOUNTER static documentation to XML.Eliel C. Sardanons
2009-06-06minor tweakRussell Bryant
2009-06-06Constify a string and strip trailing whitespace.Russell Bryant
2009-06-03ast_call_forward() todo notes and originate flag copy.David Vossel
2009-06-01Add the ability to execute connected line interception macros.Mark Michelson
2009-06-01Remove extra lock from app_queue.Mark Michelson
2009-05-30Merged revisions 198251 via svnmerge from Sean Bright
2009-05-28Update documentation in MixMonitor.Leif Madsen
2009-05-28Eliminate several needless checks and fix a few memory leaksTilghman Lesher
2009-05-28Merged revisions 197537 via svnmerge from Mark Michelson
2009-05-26Remove some redundant or unnecessary connected line-related function calls.Mark Michelson
2009-05-26Add a missing unref for queues in handle_statechange.Sean Bright
2009-05-22Unregister every registered application by MiniVM.Eliel C. Sardanons
2009-05-22Implement a new element in AstXML for AMI actions documentation.Eliel C. Sardanons
2009-05-22Fix constify the world compile problem.Richard Mudgett
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-20If a variable had a blank value upon the initial setting, then it would do no...Tilghman Lesher
2009-05-20Plug a memory leak in app_dial.Mark Michelson
2009-05-20Merged revisions 195635 via svnmerge from Joshua Colp
2009-05-19Merged revisions 195520 via svnmerge from Tilghman Lesher
2009-05-18Recorded merge of revisions 195366 via svnmerge from Tilghman Lesher
2009-05-18Fix externalivr's setvariable command so that it properly sets multiple varia...Mark Michelson
2009-05-18Warn about the use of the application WaitExten() within a Macro().Eliel C. Sardanons
2009-05-14Fix a bug where the 'T' option to Meetme did not work.Joshua Colp