aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-05Merged revisions 192429 via svnmerge from file1-1/+1
2009-05-04Commit documentation changes related to issue #14801.lmadsen1-2/+3
2009-05-02Remove rarely-used event_log/LOG_EVENT supportkpfleming2-4/+2
2009-05-01Made security features optional.transnexus1-102/+145
2009-04-30Added routing number support.transnexus1-1/+11
2009-04-30Fixed not report source network ID and not export destination network ID issues.transnexus1-1/+11
2009-04-29Merge str_substitution branch.tilghman4-328/+533
2009-04-29Fix app_queue XML documentation.russell1-0/+1
2009-04-28Updated for OSP Toolkit 3.5.transnexus1-242/+243
2009-04-27Allow for a position to be specified when entering a queue.mmichelson1-5/+33