Commit Graph

341 Commits (15538c732c6095b2f62f12b25df01f9be99a8290)

Author SHA1 Message Date
Tilghman Lesher c69d99c830 Postgres driver doesn't like a NULL pointer when retrieving the length (Bug 8513)
19 years ago
Matt O'Gorman 741131aaa2 Solves issue with forwarding voicemails from folders other than inbox.
19 years ago
Tilghman Lesher a0afc6c927 The advent of realtime has enabled people to use commas in the fullname field.
19 years ago
Matt O'Gorman 99815228f2 converted a lot of 256 to PATH_MAX and some white space fixes.
19 years ago
Matt O'Gorman 82016c83d2 good catch russell sorry i missed that.
19 years ago
Matt O'Gorman 58f6fb69fb When using ODBC_STORAGE VoicemailMain doesn't create the
19 years ago
Tilghman Lesher 31759faca8 If the recording in the database is too large, it will fail to retrieve with
19 years ago
Jason Parker 9ce01ec196 Revert change from 8016 - this breaks other stuff... Needs further review.
19 years ago
Jason Parker 8c413a42eb Fix an issue where a message isn't saved correctly when using ODBC storage and reviewing a message.
19 years ago
Joshua Colp 0c18e0a5e1 Use the proper function to get the new message count instead of always using the filesystem. (issue #8421 reported by slimey)
19 years ago
Tilghman Lesher 0e783db690 Failing to trap -1 error from mmap causes segfault (Issue 8385)
19 years ago
Kevin P. Fleming c446ef9782 correct argument name typo that caused global variable to be used instead of the one for the specified voicemail user
19 years ago
Kevin P. Fleming bedd43d2f9 ensure that message duration is included in email notifications for forwarded messages (BE-96, fix by me after corydon used his clue-bat on me)
19 years ago
Joshua Colp 5cea7867b3 Update copyright information in the ADSI logo blob.
19 years ago
Tilghman Lesher a2d98d6c7c Avoid inability to lock directory log message by creating the directory ahead of time. (Issue 7631)
19 years ago
Russell Bryant a0da756f2a When parsing the sections of voicemail.conf that contain mailbox definitions,
19 years ago
Tilghman Lesher 83b377451c Two bugs when forwarding voicemail (Issue 7824):
19 years ago
Tilghman Lesher 6728ebb72c cid is passed to a destructive function; thus a copy is needed (issue 7961)
19 years ago
Tilghman Lesher ca79503d56 Backport bugfix patch from 7918 to 1.2 - msg_cfg destroyed before used
19 years ago
Tilghman Lesher e83bbab1ec Text only - clarify the reason for entry into authentication mode when the skipuser option is ignored
19 years ago
Jason Parker d98055d875 Fix a bug with app_voicemail when trying to use app_directory to leave messages
19 years ago
Tilghman Lesher 84ad1fe0f3 Bug 7648 - Checking wrong count for plurality on new messages for Dutch language
19 years ago
Kevin P. Fleming 6ea65400a0 don't fail/abort if the message category sound file cannot be played, just generate a warning message and continue message playback
19 years ago
Kevin P. Fleming ff3890a952 fix a weird case where a lock file could be left (but would happen almost never)
19 years ago
Joshua Colp 43ad959914 Call reset_user_pw upon changing the password using externpass (issue #7395 reported by Ryan Cumming)
19 years ago
Tilghman Lesher 4c688bb3b3 Issue 7357 - txt file left behind when going to operator. Also, fix a possible file descriptor leak.
19 years ago
Tilghman Lesher 2159afd1ae VoicemailMain exits on any key, when the language is set to Italian, instead of
19 years ago
Russell Bryant ec39ee2c34 fix various places where the code returns without unlocking vmlock or
19 years ago
Tilghman Lesher 95cd30dc01 Bug 7287 - A too short voicemail with ODBC_STORAGE will cause the first voicemail to be deleted erroneously
19 years ago
Joshua Colp 63c91a899e When forwarding messages use the context that the active voicemail user was found in. (issue #7010)
19 years ago
Joshua Colp 3c8d8caca1 Return -1 on error in ODBC messagecount and 0 on success (issue #7133 reported by cfieldmtm)
19 years ago
Joshua Colp a6d8b31956 Fix endless looping message by checking value of res before doing retries stuff. (issue #7140 reported by tanischen)
19 years ago
Joshua Colp 968d069242 Priority jumping not working on VoiceMail app with new syntax (issue #7164 reported and fixed by alvaro_palma_aste)
19 years ago
Tilghman Lesher 728e1d9a31 Bug 7125 - Fix race condition between resequencing and leaving a message
19 years ago
Tilghman Lesher ee46d2d92e Bug 7134 - File descriptor leak with ODBC storage of voicemail
19 years ago
BJ Weschke b2e48e3c22 Correct memory leak in find_user_realtime #7118 (fnordian)
19 years ago
BJ Weschke 3bc1111ea8 Voicemail fixes along with an API change approved by russellb to fix the bug(s). (jcollie and supczinskib) #7064
19 years ago
BJ Weschke 822ea9615a Correct a condition from the prior patch that could happen in rare circumstances and cause a core dump. Thanks Qwell!
19 years ago
BJ Weschke b7f8ee4a6d Make sure that when someone 0's out while recording a msg and then chooses to DELETE the recorded file, the .txt file isn't left around by itself to cause problems later. #7061 (dimitripietro reporting, blitzrage confirmed)
19 years ago
Matt O'Gorman d9b9996a59 do not allow for users to forward voicemail to
19 years ago
Tilghman Lesher 4bea5adcbf Bug 6947 - Allow vm broadcasts to more than 256 characters worth of mailboxes
19 years ago
Tilghman Lesher b224ed93ca Bug 6061 - Fix ODBC storage of VM on PGSQL and MSSQL
19 years ago
BJ Weschke 83b525e2cb When using the silence detector in ast_play_and_record() and ast_play_and_prepend(), the truncation code never gets called to remove the detected silence, because the value of res is zero when control gets to that point. #6903 w/some mods (softins)
19 years ago
Tilghman Lesher 08cc142495 Bug 6914 - .txt file fails to rename on operator out
19 years ago
Tilghman Lesher ea4baa91d0 Fix incorrect size of zeroing (left over from when maxmsg was hardcoded at 100)
19 years ago
Tilghman Lesher eb76fca6a3 Bug 6783 - When context is specified, voicemail should look for mailboxes in that context
19 years ago
BJ Weschke dea7edda6b Fix a typo in the app description
19 years ago
Joshua Colp b0f4874196 Fix a minor code issue
19 years ago
Joshua Colp 3667b25224 Issue #6781 - Verbose levels not enforced in app_voicemail (Reported by flobi)
19 years ago
Tilghman Lesher d564b81083 Bug 6714 - Workaround to avoid retrieving incomplete voicemail message
19 years ago