aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-04Fix an issue where a message isn't saved correctly when using ODBC storage an...qwell1-2/+0
2006-12-01if Dial() is going to send music-on-hold to the calling party, it has to send...kpfleming1-0/+1
2006-11-27Use the proper function to get the new message count instead of always using ...file1-14/+5
2006-11-20Failing to trap -1 error from mmap causes segfault (Issue 8385)tilghman1-2/+7
2006-11-16Fix a couple of typos in applications.. Initially spotted by mrobinson.qwell4-5/+5
2006-11-15correct argument name typo that caused global variable to be used instead of ...kpfleming1-1/+1
2006-11-15ensure that message duration is included in email notifications for forwarded...kpfleming1-8/+60
2006-11-14Update copyright information in the ADSI logo blob.file1-1/+1
2006-11-13When sending an SMS with a user data header properly set the UDH flag in the ...file1-1/+1
2006-10-31Move thread-unsafe initializer to the module loading code; add thetilghman1-1/+2
2006-10-27We should always be using _exit() after a fork() or vfork() instead of exit().russell1-1/+1
2006-10-19Respect language selection when seeing if the file exists (issue #8178 report...file1-2/+2
2006-10-13Turn on volume adjustment if it needs to be on (issue #8136 reported by mnich...file1-4/+15
2006-10-04For bug 7776, I have inserted a warning about Macro nesting vs. stack limitat...murf1-1/+7
2006-10-03fix a logic error in my previous fix to the queue reload codekpfleming1-3/+7