summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
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
2009-05-12Merged revisions 194028 via svnmerge from Matthew Nicholson
2009-05-12Merged revisions 193955 via svnmerge from Tilghman Lesher
2009-05-12Convert a THREADSTORAGE object into a simple malloc'd object (as suggested by...Tilghman Lesher
2009-05-12add 'const' qualifiers in various places where they should have beenKevin P. Fleming
2009-05-11Found and fixed a memory leakTilghman Lesher
2009-05-11Don't nullify an ast_str pointer.Tilghman Lesher
2009-05-08Reset the members' call counts when resetting queue statistics.Mark Michelson
2009-05-05Fixed crashes from issue8824 review board channel locking changes.Richard Mudgett
2009-05-05Merged revisions 192429 via svnmerge from Joshua Colp
2009-05-04Commit documentation changes related to issue #14801.Leif Madsen
2009-05-02Remove rarely-used event_log/LOG_EVENT supportKevin P. Fleming
2009-05-01Made security features optional.TransNexus OSP Development
2009-04-30Added routing number support.TransNexus OSP Development
2009-04-30Fixed not report source network ID and not export destination network ID issues.TransNexus OSP Development
2009-04-29Merge str_substitution branch.Tilghman Lesher
2009-04-29Fix app_queue XML documentation.Russell Bryant
2009-04-28Updated for OSP Toolkit 3.5.TransNexus OSP Development
2009-04-27Allow for a position to be specified when entering a queue.Mark Michelson
2009-04-27Update warning message to not have pipes and contain all options.Mark Michelson
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-04-23Fix reversed behavior of leavewhenempty option in queues.conf.Mark Michelson