aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-04good catch russell sorry i missed that.mogorman1-4/+4
2007-01-03When using ODBC_STORAGE VoicemailMain doesn't create themogorman1-6/+31
2006-12-19Free localuser structure when we fail to dial (issue #8612 reported by rizzo)file1-0/+3
2006-12-11app_externalivr needs a real silence file, and additionalmogorman1-1/+1
2006-12-11When doing a fork() and exec(), two problems existed (Issue 8086):tilghman6-17/+74
2006-12-05If the recording in the database is too large, it will fail to retrieve withtilghman1-13/+16
2006-12-04Revert change from 8016 - this breaks other stuff... Needs further review.qwell1-0/+2