summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
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
2009-04-23Fix a double free issue with the Pickup dialplan application.Joshua Colp
2009-04-20Merged revisions 189465 via svnmerge from Terry Wilson
2009-04-20Merged revisions 189463 via svnmerge from Terry Wilson
2009-04-16Merged revisions 188773 via svnmerge from Tilghman Lesher
2009-04-15Make the cancellation of the dial timeout on a call forward optional.Mark Michelson
2009-04-14Fix a couple of queue member reference leaks.Mark Michelson
2009-04-14Making sure we have references to external libraries.Olle Johansson
2009-04-13Set all queue variables on both the caller and member channels.Mark Michelson
2009-04-10Make sure tc is unlocked before calling ast_call since calling a LocalMark Michelson
2009-04-10Even more changes concerning r187426. Revised where locks are placed yet once...David Vossel
2009-04-10revert addition of LOG_SECURITY log channel; after further discussion, a much...Kevin P. Fleming
2009-04-09More changes concerning r187426. Revised where locks are placed.David Vossel
2009-04-09Add ability for dialplan execution to continue when caller hangs up.Jeff Peeler