Commit Graph

356 Commits (d2cb9b0d3b294b51c633af5cd52ff3a71939f005)

Author SHA1 Message Date
Jason Parker c908fb91d1 Fix a small typo in description in of Voicemail() application.
18 years ago
Jason Parker 4ce4fe74ae Fix another problem in voicemail with missing symbols.
18 years ago
Tilghman Lesher 8f2a415995 Issue 10062 - Trying to move a message without selecting one first results in memory corruption
18 years ago
Joshua Colp e179ccaff2 Don't explode if the gain option is specified without a value. (issue #9274 reported by mfarver)
18 years ago
Jason Parker a3961d646a Don't try to save voicemail greetings unless the user presses '1' to accept/save.
18 years ago
Jason Parker dfd24c33d2 If we have a negative current message, we shouldn't go back even further...
18 years ago
Tilghman Lesher 616e3502e7 Issue 9527 - upon entering a folder, no message is selected (curmsg == -1), so deleting causes memory corruption (beyond bounds)
18 years ago
Jason Parker 6374772250 Just because we can't find the voicemail configuration file, doesn't
18 years ago
Joshua Colp 5e01069962 Increase the maximum size for a string of mailboxes to 1024. (issue #9270 reported by rtucker)
18 years ago
Tilghman Lesher 7ca5863965 Oops
18 years ago
Tilghman Lesher 43ac3f119b Fix a few remaining bad mmap(2) return values
18 years ago
Joshua Colp c17a4c7f53 Make create_dirpath use our standard for return values. -1 is failure, 0 is success. (issue #9205 reported by ballares)
18 years ago
Tilghman Lesher 12a38f8e56 Memory leak of a list, if call recording was abandoned
19 years ago
Tilghman Lesher fababa3b74 forcename and forcegreetings options should check to see if the recording already exists
19 years ago
Tilghman Lesher f49ce518ba Issue 9003 - If fullname is empty, quote() passes back "\""
19 years ago
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