aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-05-22Fix a memory leak that I just noticed in the device state handling in app_queue.russell1-0/+2
2007-05-18This update will fix the situation that occurs as described by 9717, where wh...murf1-0/+7
2007-05-17If we have a negative current message, we shouldn't go back even further...qwell1-1/+1
2007-05-09Replicate fix from 51158 (app_voicemail) to app_directory (Issue 9224)tilghman1-2/+2
2007-05-08Issue 9602 - segfault in app_macrotilghman1-18/+32
2007-05-08Issue 9527 - upon entering a folder, no message is selected (curmsg == -1), s...tilghman1-14/+17
2007-04-25Merge rewritten group counting support. No more storing data on the variable ...file1-20/+12
2007-04-20If the '* to hangup' option is not enabled, we don't need to disable * as a v...qwell1-1/+1
2007-04-13Add OUTBOUND_GROUP_ONCE variable to app_dial. This behaves the same as OUTBOU...file1-4/+12
2007-04-09Allow matching on names shorter than 3 chars.qwell1-1/+1
2007-04-09When calling a device that then forwards us elsewhere... we have to make our ...file1-3/+5
2007-04-08Gosub called within a Macro resets the arguments improperly and causes genera...tilghman1-2/+108
2007-04-05Just because we can't find the voicemail configuration file, doesn'tqwell1-1/+1
2007-04-02Increase the maximum size for a string of mailboxes to 1024. (issue #9270 rep...file1-1/+1
2007-03-29Keep a global array of variables indicating whether certain conference rooms ...file1-21/+16
2007-03-27Oopstilghman1-1/+1
2007-03-27Fix a few remaining bad mmap(2) return valuestilghman1-5/+5
2007-03-27Fix the check of the return value from mmap(). Thanks to Corydon for catchingrussell1-3/+3
2007-03-23Ugh. that was dumb. Fixed an error.murf1-1/+1
2007-03-23Added a few words in the Macro doc strings about the behavior of macros with ...murf1-0/+5
2007-03-05Make create_dirpath use our standard for return values. -1 is failure, 0 is s...file1-8/+8
2007-03-03Memory leak of a list, if call recording was abandonedtilghman1-0/+8
2007-02-21Change naughty warning message to provide useful information. If a write now ...file1-1/+1
2007-02-21Fix random crashes when using the MeetMe application. This patch converts listrussell1-187/+135
2007-02-20Convert a tab to spaces so that the documentation is printed out properlyrussell1-1/+1
2007-02-19forcename and forcegreetings options should check to see if the recording alr...tilghman1-9/+16
2007-02-18Documentation update (#9053, jsmith)oej1-1/+2
2007-02-17Answer the channel before recording privacy information. (issue #8926 reporte...file1-0/+1
2007-02-16Revert the change I did in revisions 54955, 54969, and 54970, in 1.2, 1.4, russell1-51/+40
2007-02-16For conferences that are configured in meetme.conf, check the configurationrussell1-40/+51
2007-02-15Use a separate variable to indicate execution should continue instead of the ...file1-10/+14
2007-02-08Issue 9003 - If fullname is empty, quote() passes back "\"" tilghman1-2/+2
2007-02-07Issue 7440 - Macro called from Macro from the h extension exits prematurelytilghman1-3/+10
2007-02-03Revert some changes that accidentally got committed as a part of another fix.russell1-29/+16
2007-02-03set the DIALSTATUS variable to contain "INVALIDARGS" when the dial applicationrussell2-23/+35
2007-02-01Fix a small typo. Synopsis lines shouldn't have a newlineqwell1-1/+1
2007-01-31Fix a bunch of places where pthread_attr_init() was called, butrussell4-0/+8
2007-01-29Now that filename is part of the structure and since it comes before postproc...file1-1/+1
2007-01-27Make COMPLETECALLER and COMPLETEAGENT output to queue_log follow documentatio...file1-3/+3
2007-01-25Add another note about audio files being played back to each bridged party. (...file1-1/+2
2007-01-25Fix a seg fault when running this application with no arguments from AGI.russell1-0/+5
2007-01-24Don't set a new value for the END_ variable on the channel before using therussell1-1/+1
2007-01-22Move filestream creation to Mixmonitor loop. This will prevent a blank file f...file1-25/+32
2007-01-16Postgres driver doesn't like a NULL pointer when retrieving the length (Bug 8...tilghman1-5/+4
2007-01-15Check return value before dereferencing (Bug 8822)tilghman1-1/+2
2007-01-15Solves issue with forwarding voicemails from folders other than inbox.mogorman1-5/+9
2007-01-10Add another return value to dial_exec_full that indicates execution is going ...file1-4/+11
2007-01-09The advent of realtime has enabled people to use commas in the fullname field.tilghman1-2/+26
2007-01-07If openstream fails, then we crash (Issue 8564)tilghman1-1/+2
2007-01-04converted a lot of 256 to PATH_MAX and some white space fixes.mogorman1-61/+61