aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-13Bug 7134 - File descriptor leak with ODBC storage of voicemailtilghman1-2/+2
2006-05-09 Correct memory leak in find_user_realtime #7118 (fnordian)bweschke1-0/+1
2006-05-05 Voicemail fixes along with an API change approved by russellb to fix the bug...bweschke1-24/+36
2006-05-01 Correct a condition from the prior patch that could happen in rare circumsta...bweschke1-1/+1
2006-05-01 Make sure that when someone 0's out while recording a msg and then chooses t...bweschke1-1/+6
2006-04-26do not allow for users to forward voicemail tomogorman1-2/+2
2006-04-13Bug 6947 - Allow vm broadcasts to more than 256 characters worth of mailboxestilghman1-2/+8
2006-04-11Bug 6061 - Fix ODBC storage of VM on PGSQL and MSSQLtilghman1-1/+1
2006-04-11 When using the silence detector in ast_play_and_record() and ast_play_and_pr...bweschke1-1/+1
2006-04-08Bug 6914 - .txt file fails to rename on operator outtilghman1-1/+3
2006-03-25Fix incorrect size of zeroing (left over from when maxmsg was hardcoded at 100)tilghman1-3/+3
2006-03-25Bug 6783 - When context is specified, voicemail should look for mailboxes in ...tilghman1-2/+6
2006-03-24 Fix a typo in the app descriptionbweschke1-1/+1
2006-03-22Fix a minor code issuefile1-2/+3