aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-18Store prior to copy (closes issue #10193)tilghman1-1/+9
2007-07-10Fix a small typo in description in of Voicemail() application.qwell1-1/+1
2007-06-27Fix another problem in voicemail with missing symbols.qwell1-4/+4
2007-06-26Issue 10062 - Trying to move a message without selecting one first results in...tilghman1-0/+5
2007-06-21Don't explode if the gain option is specified without a value. (issue #9274 r...file1-1/+5
2007-06-07Don't try to save voicemail greetings unless the user presses '1' to accept/s...qwell1-6/+18
2007-05-17If we have a negative current message, we shouldn't go back even further...qwell1-1/+1
2007-05-08Issue 9527 - upon entering a folder, no message is selected (curmsg == -1), s...tilghman1-14/+17
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-27Oopstilghman1-1/+1
2007-03-27Fix a few remaining bad mmap(2) return valuestilghman1-5/+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-19forcename and forcegreetings options should check to see if the recording alr...tilghman1-9/+16
2007-02-08Issue 9003 - If fullname is empty, quote() passes back "\"" tilghman1-2/+2
2007-01-16Postgres driver doesn't like a NULL pointer when retrieving the length (Bug 8...tilghman1-5/+4
2007-01-15Solves issue with forwarding voicemails from folders other than inbox.mogorman1-5/+9
2007-01-09The advent of realtime has enabled people to use commas in the fullname field.tilghman1-2/+26
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-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-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-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-09-27Avoid inability to lock directory log message by creating the directory ahead...tilghman1-1/+3
2006-09-26When parsing the sections of voicemail.conf that contain mailbox definitions,russell1-2/+3
2006-09-25Two bugs when forwarding voicemail (Issue 7824):tilghman1-78/+1
2006-09-19cid is passed to a destructive function; thus a copy is needed (issue 7961)tilghman1-2/+2
2006-09-13Backport bugfix patch from 7918 to 1.2 - msg_cfg destroyed before usedtilghman1-4/+11
2006-08-25Text only - clarify the reason for entry into authentication mode when the sk...tilghman1-1/+4
2006-08-19Fix a bug with app_voicemail when trying to use app_directory to leave messagesqwell1-2/+4
2006-08-03Bug 7648 - Checking wrong count for plurality on new messages for Dutch languagetilghman1-1/+1
2006-07-13don't fail/abort if the message category sound file cannot be played, just ge...kpfleming1-0/+5
2006-07-12fix a weird case where a lock file could be left (but would happen almost never)kpfleming1-1/+2
2006-06-19Call reset_user_pw upon changing the password using externpass (issue #7395 r...file1-1/+3
2006-06-19Issue 7357 - txt file left behind when going to operator. Also, fix a possib...tilghman1-1/+6
2006-06-15VoicemailMain exits on any key, when the language is set to Italian, instead oftilghman1-1/+1
2006-06-13fix various places where the code returns without unlocking vmlock orrussell1-3/+9
2006-06-06Bug 7287 - A too short voicemail with ODBC_STORAGE will cause the first voice...tilghman1-1/+2
2006-05-19When forwarding messages use the context that the active voicemail user was f...file1-2/+2
2006-05-18Return -1 on error in ODBC messagecount and 0 on success (issue #7133 reporte...file1-2/+3
2006-05-18Fix endless looping message by checking value of res before doing retries stu...file1-10/+11
2006-05-17Priority jumping not working on VoiceMail app with new syntax (issue #7164 re...file1-1/+1
2006-05-17Bug 7125 - Fix race condition between resequencing and leaving a messagetilghman1-105/+112