aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell11-24/+133
2009-06-20Fix version detection for API changes in spandsp.seanbright1-2/+2
2009-06-18One of the changes in 1.6.1 was to allow app_directory to use functionalitytilghman1-2/+0
2009-06-18fixes some memory leaks and redundant conditionsdvossel1-17/+7
2009-06-17Initialize additional variables, to prevent a possible crash.tilghman1-1/+2
2009-06-17Merged revisions 201423 via svnmerge from dvossel1-15/+121
2009-06-16Enable applications to enable/disable digit and tone detection.kpfleming1-0/+50
2009-06-16Merged revisions 200991 via svnmerge from kpfleming3-15/+31
2009-06-16add FILE_STORAGE to Voicemail Build Optionsmvanbaak1-0/+7
2009-06-15Last batch of 'static' qualifiers for module-level global variables.kpfleming14-39/+37
2009-06-15Redesigned 'optional API' support.kpfleming3-19/+13
2009-06-12Fix some bad locking stemming from trying to forward a call to a non-existentmmichelson1-1/+3
2009-06-12Fix a potential crash from trying to access a NULL channel pointer.mmichelson1-3/+5
2009-06-07Move OSP* applications static documentation to XML.eliel1-64/+170
2009-06-07Move application ExternalIVR static documentation to XML.eliel1-20/+44
2009-06-07Global var cleanup - constification and removing unused vars.russell21-36/+35
2009-06-06Move AGI command 'gosub' static documentation to XML.eliel1-6/+16
2009-06-06Move function MEETME_INFO documentation to XML.eliel1-9/+34
2009-06-06Move function MINIVMACCOUNT and MINIVMCOUNTER static documentation to XML.eliel1-28/+93
2009-06-06minor tweakrussell1-1/+1
2009-06-06Constify a string and strip trailing whitespace.russell1-23/+24
2009-06-03ast_call_forward() todo notes and originate flag copy.dvossel2-0/+4
2009-06-01Add the ability to execute connected line interception macros.mmichelson4-18/+35
2009-06-01Remove extra lock from app_queue.mmichelson1-1/+0
2009-05-30Merged revisions 198251 via svnmerge from seanbright1-0/+3
2009-05-28Update documentation in MixMonitor.lmadsen1-0/+3
2009-05-28Eliminate several needless checks and fix a few memory leakstilghman1-13/+10
2009-05-28Merged revisions 197537 via svnmerge from mmichelson1-0/+1
2009-05-26Remove some redundant or unnecessary connected line-related function calls.mmichelson1-1/+0
2009-05-26Add a missing unref for queues in handle_statechange.seanbright1-0/+1
2009-05-22Unregister every registered application by MiniVM.eliel1-0/+2
2009-05-22Implement a new element in AstXML for AMI actions documentation.eliel4-34/+237
2009-05-22Fix constify the world compile problem.rmudgett1-3/+3
2009-05-21Const-ify the world (or at least a good part of it)kpfleming75-225/+220
2009-05-20If a variable had a blank value upon the initial setting, then it would do no...tilghman1-14/+13
2009-05-20Plug a memory leak in app_dial.mmichelson1-0/+1
2009-05-20Merged revisions 195635 via svnmerge from file1-1/+1
2009-05-19Merged revisions 195520 via svnmerge from tilghman1-0/+3
2009-05-18Recorded merge of revisions 195366 via svnmerge from tilghman2-11/+13
2009-05-18Fix externalivr's setvariable command so that it properly sets multiple varia...mmichelson1-17/+8
2009-05-18Warn about the use of the application WaitExten() within a Macro().eliel2-0/+8
2009-05-14Fix a bug where the 'T' option to Meetme did not work.file1-2/+2
2009-05-12Merged revisions 194028 via svnmerge from mnicholson1-0/+38
2009-05-12Merged revisions 193955 via svnmerge from tilghman1-4/+7
2009-05-12Convert a THREADSTORAGE object into a simple malloc'd object (as suggested by...tilghman1-4/+14
2009-05-12add 'const' qualifiers in various places where they should have beenkpfleming15-31/+31
2009-05-11Found and fixed a memory leaktilghman1-1/+3
2009-05-11Don't nullify an ast_str pointer.tilghman1-1/+0
2009-05-08Reset the members' call counts when resetting queue statistics.mmichelson1-0/+10
2009-05-05Fixed crashes from issue8824 review board channel locking changes.rmudgett3-1/+5