Commit Graph

536 Commits (bae41357596e6ec24c1d1a222bc1036c469413c7)

Author SHA1 Message Date
Russell Bryant 82a6309168 Put a memset in ast_localtime() instead of a couple places in app_voicemail
18 years ago
Russell Bryant a67e593e66 Initialize some memory to fix crashes when leaving voicemail. This problem
18 years ago
Mark Michelson 39d628adcf Accidentally committed changes to app_voicemail which do NOT need to be in the 1.4 branch yet. reverting...
18 years ago
Mark Michelson da18cece2c We should only initialize a realtime queue when it is allocated, not every time we access it. This prevents the members ao2_container
18 years ago
Mark Michelson 09fc9c894e Fix a possible crash in IMAP voicemail.
18 years ago
Mark Michelson 7c7ec6a1da Ukrainian language voicemail support.
18 years ago
Tilghman Lesher e6768adf1b Missing curly braces. Oops. (Reported by snuffy via IRC)
18 years ago
Tilghman Lesher d0469e3c42 Don't allocate vmu for messagecount when we could just use the stack instead (closes issue #10490)
18 years ago
Mark Michelson 403ee9194c Patch allows for more seamless transition from file storage voicemail to ODBC storage voicemail.
18 years ago
Mark Michelson ec2f24b901 base_encode is not trying to open a log file, so we should not call it a log file in the warning.
18 years ago
Mark Michelson 176f95680b Fixed an error in the Russian language voicemail intro.
18 years ago
Mark Michelson 7133eb1368 Improved a bit of logic regarding comma-separated mailboxes in has_voicemail. Also added some braces to some compound if statements
18 years ago
Mark Michelson 48d9158cdd Removing some extra debug code I left in my last commit
18 years ago
Mark Michelson fd5f948092 Quite a few changes regarding IMAP storage.
18 years ago
Russell Bryant f2bf48ce42 add a comment to indicate that inboxcount for ODBC_STORAGE needs to be fixed to support multiple mailboxes
18 years ago
Russell Bryant e019aff438 Fix subscriptions to multiple mailboxes for ODBC_STORAGE. Also, leave a
18 years ago
Mark Michelson c97cdff67d Fixed some compiler warnings so that compiling with dev-mode and IMAP storage would not have any errors.
18 years ago
Mark Michelson dcfb651931 The logic behind inboxcount's return value was reversed in has_voicemail and message_count.
18 years ago
Tilghman Lesher 57996e930e Reconnection doesn't happen automatically when a DB goes down (fixes issue #9389)
18 years ago
Russell Bryant 76f4f0218c (closes issue #10194)
18 years ago
Tilghman Lesher 9b71e8eef2 Voicemail with ODBC_STORAGE defined does not compile cleanly (missing def)
18 years ago
Joshua Colp 68c221f69a Add some fixes for building on Solaris.
18 years ago
Tilghman Lesher 3630b5e477 It was our stated intention for 1.4 that files created in app_voicemail should
18 years ago
Tilghman Lesher 0b6bdf6bf3 Merged revisions 75748 via svnmerge from
18 years ago
Joshua Colp 6d143d401f Backport GCC 4.2 fixes. Without these Asterisk won't build under devmode using GCC 4.2.
18 years ago
Mark Michelson 4ab675ca50 Forwarding a message with IMAP storage was storing the message in the sender's box instead of the forwarded mailbox.
18 years ago
Jason Parker 53b44803ee Merged revisions 74316 via svnmerge from
18 years ago
Mark Michelson 441d1bbdf5 Fixed a logic error in leave_voicemail. Pass the mailbox instead of the context to inbox_count when the context is "default."
18 years ago
Mark Michelson bf9d8ab999 Fixing a rare case which causes voicemail to crash when compiled with IMAP storage.
18 years ago
Jason Parker 04524392d3 Fix another problem in voicemail with missing symbols.
18 years ago
Mark Michelson 83fd6c08d2 Removing a pointless line. This variable was already set earlier and between then and this
18 years ago
Mark Michelson 79332488f7 A few changes, the ultimate goal of which is to keep better track of the number of messages
18 years ago
Mark Michelson 555dcbc021 Fixing bug where the authuser was mistakenly pulled from the mailbox string instead
18 years ago
Tilghman Lesher 5da46f710e Merged revisions 71750 via svnmerge from
18 years ago
Joshua Colp c7dc8d1735 Merged revisions 70898 via svnmerge from
18 years ago
Mark Michelson ac73d19138 When volgain is used don't leave a temporary file behind.
18 years ago
Joshua Colp ce4f92604a Fix building with ODBC storage enabled. (issue #10025 reported by denisgalvao)
18 years ago
Russell Bryant cbdc6b5b2d To prevent 92138749238754 more reports of "I have unixodbc installed, but
18 years ago
Kevin P. Fleming ae82d97c6d use ast_localtime() in every place localtime_r() was being used
18 years ago
Mark Michelson 9a68aa6d89 Contains a patch for fixing an encoding problem when using Outlook to view voicemail emails and attachments.
18 years ago
Jason Parker 30d9a8a20b Fix incorrect French syntax of "old messages".
18 years ago
Jason Parker 1d704b2857 Merged revisions 68204 via svnmerge from
18 years ago
Mark Michelson 878e480ff8 Submitting a fix for Issue 8016. Added a check to make sure that greetings get stored properly.
18 years ago
Mark Michelson e8900612be Fix for Issue 9810. There was a segfault under a specific set of circumstances:
18 years ago
Mark Michelson 0a49a913ed Fix for bug number 9786, wherein voicemails saved to IMAP storage using extensions other than gsm were
18 years ago
Mark Michelson a90cf2d802 Removing extraneous debugging lines from revision 66897. Sorry :)
18 years ago
Mark Michelson c71ead7c52 Submitting a fix for voicemail with IMAP storage. Attachments with format specified as gsm were duplicated (i.e. two attachments) were left.
18 years ago
Mark Michelson 48b438a0c3 Fixed seg-faults when recording greetings in voicemail with IMAP enabled. (Issue No. 9735, reported by xmarksthespot, patched by me)
18 years ago
Russell Bryant c556cc222c List res_smdi as a dependency for app_voicemail and chan_zap
18 years ago
Jason Parker 954f082462 Merged revisions 64758 via svnmerge from
18 years ago