aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-11-07The member refcount must be incremented, to avoid using it after deallocation.tilghman1-0/+6
2007-11-04Rename ast_string_field_free_pool to ast_string_field_free_memory,rizzo1-2/+2
2007-11-01Fix up commit for my Zap channel with spies in Meetme fix. (thanks Tony Mount...file1-2/+2
2007-11-01If a Zap channel contains a spy or a spy is added take it out of the conferen...file1-3/+3
2007-10-30Return 1.4 to a state where it builds. Changing the arguments to a function a...file1-2/+2
2007-10-30 Fix issue where the recorded name wasn't getting removed correctly. bweschke1-5/+10
2007-10-29Removing a completely unnecessary quota check from IMAP code.mmichelson1-5/+0
2007-10-22Make sure res is a positive value before performing the check to determine wh...file1-1/+1
2007-10-22Account for the fact that sometimes headers may be terminated with \r\n inste...mmichelson1-2/+2
2007-10-19Fixed OSP module did not report source/devinfo IP in correct format.transnexus1-2/+30
2007-10-18If a non-existent file is specified to be played either as a periodic announc...mmichelson1-2/+2
2007-10-17Changing the strategy field of the call_queue struct to be signed instead of ...mmichelson1-1/+1
2007-10-16Adding deprecated warning to monitor-join option, since the plan is tommichelson1-0/+10
2007-10-16Trying to remove a non-dynamic queue member via dynamic means can lead to somemmichelson1-1/+21
2007-10-16Remove a pointless lock.russell1-3/+0
2007-10-16Fixing a double free which happens in the statechange thread.mmichelson1-4/+0
2007-10-16Check to make sure a value has been given to the VMCOUNT dialplan function.file1-0/+3
2007-10-15Ensure that no pending state changes are leaked when the device state changerussell1-2/+9
2007-10-15Previously, app_queue created a thread to handle every single device staterussell1-14/+68
2007-10-15Don't execute a gosub if the arguments is zero-len (not just NULL)tilghman1-2/+2
2007-10-10A bunch of changes from sprintf to snprintf.mmichelson1-81/+23
2007-10-10Close voicemail message description file if duration did not meet the minimum...file1-0/+1
2007-10-04Don't allocate space for queue members unless it's needed. You end up deletin...mmichelson1-1/+2
2007-10-04Create a duplicate of the channel's member name as the tab completion stuff w...file1-1/+1
2007-10-01Simplify the CAN_EARLY_BRIDGE macro a bit.russell1-1/+3
2007-10-01Only attempt early bridging if the options given to Dial() permit it.file1-4/+7
2007-09-20If # is pressed after dialing an extension in DISA, stop trying to collect mo...qwell1-0/+4
2007-09-19The System() and TrySystem() applications can take a substantial amount ofrussell1-0/+4
2007-09-19Protect the CDR record from modification by pbx_exec so that the application ...file1-1/+5
2007-09-19Change the description of app_flash to note how it can be a useful tool insteadrussell1-3/+4
2007-09-18Initialize a variable to NULL to make the world happy.file1-1/+1
2007-09-18Moving the logic for handling an empty membername to the create_member functi...mmichelson1-15/+8
2007-09-18there is no need for conditional logic to select ->interface or ->membername,...kpfleming1-11/+5
2007-09-17Put a memset in ast_localtime() instead of a couple places in app_voicemailrussell1-3/+0
2007-09-17Initialize some memory to fix crashes when leaving voicemail. This problemrussell1-1/+7
2007-09-17fix a couple of places where a logical member name (if specified) was not use...kpfleming1-5/+11
2007-09-14Crap, I broke the build. Fixed.mmichelson1-1/+1
2007-09-14Adding member name field to manager events where they were missing beforemmichelson1-2/+4
2007-09-14Fixed problem with changes made to cdr functionalityjdixon1-0/+45
2007-09-14Added channel driver for USB Radio device andjdixon1-76/+265
2007-09-13Preemptively fixing a possible segfault. It is possible that queuename is NULL mmichelson1-1/+1
2007-09-13Added logic to handle the unlikely case that someone has two queues with the ...mmichelson1-1/+13
2007-09-12remove a race condition for the creation of recordthread's, and fix a small m...dhubbard1-2/+10
2007-09-12Accidentally committed changes to app_voicemail which do NOT need to be in th...mmichelson1-45/+5
2007-09-12We should only initialize a realtime queue when it is allocated, not every ti...mmichelson2-7/+46
2007-09-11Fix incorrect uses of ao2_find(). Every one of these calls was reading bogusrussell1-8/+16
2007-09-11Fix another missing unref of member objects. This one was pointed out by Marta.russell1-0/+2
2007-09-11All instances of ao2_iterators which were just named 'i' have been renamedmmichelson1-50/+51
2007-09-11Add a couple more missing unrefs of queue member objectsrussell1-0/+2
2007-09-11Add a missing unref of a queue member in an error handling blockrussell1-0/+1