Commit Graph

491 Commits (35e7f6e86e0c44e4d7068389234edabfff0c406f)

Author SHA1 Message Date
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
Joshua Colp 5e41785d73 Fix authuser support. (issue #9740 reported by xmarksthespot)
18 years ago
Tilghman Lesher dac8d487f7 Merged revisions 63359 via svnmerge from
18 years ago
Tilghman Lesher e5f56f776d Bug 9590 - Memory leaks around find_user() (found by rayjay, different fixes by me)
18 years ago
Russell Bryant 70eb19121e Fix the UpdateConfig manager action to properly treat "variables" and "objects"
18 years ago
Russell Bryant 2ac2c7f64d Eliminate a compiler warning with ODBC_STORAGE enabled so that it will build
18 years ago
Steve Murphy 7d5a79a0b9 This is a big improvement over the current CDR fixes. It may still need refinement, but this won't have as many folks bothered.
18 years ago
Jason Parker e658e931ca Merged revisions 60267 via svnmerge from
18 years ago
Joshua Colp 76dcc531f0 Merged revisions 59723 via svnmerge from
18 years ago
Tilghman Lesher ffabe730a1 Merged revisions 59283 via svnmerge from
18 years ago
Tilghman Lesher 9be4250a0e Merged revisions 59280 via svnmerge from
18 years ago
Russell Bryant d036212872 Somehow the code for building the email for voicemail got out of sync. This
18 years ago
Russell Bryant 1b8da31130 Making these documentation changes in the 1.4 branch upset various people, so
18 years ago
Russell Bryant c474809cdf Merge changes from svn/asterisk/team/russell/LaTeX_docs.
18 years ago
Joshua Colp 76f8e0c489 Fix spelling of unavailable in voicemail documentation. (issue #9248 reported by tensai)
18 years ago
Joshua Colp 2feaf74cdd Merged revisions 57869 via svnmerge from
19 years ago
Tilghman Lesher 3687771760 Merged revisions 57648 via svnmerge from
19 years ago
Russell Bryant 1082f8d178 Fix voicemail email attachments. I missed the conversion of one of the line
19 years ago
Russell Bryant ad720f24bb The IMAP storage code uses the same code to build the email that is used when
19 years ago
Joshua Colp 51f20d54e7 Better handle dropped IMAP connections. (issue #9054 reported by bsmithurst)
19 years ago
Tilghman Lesher f0bf09466a Merged revisions 55434 via svnmerge from
19 years ago
Kevin P. Fleming 07462b8d1b add some inter-module dependencies
19 years ago
Tilghman Lesher 1612f65f9c Merged revisions 53529 via svnmerge from
19 years ago
Joshua Colp a4d3a2dbc9 Use ast_calloc instead of malloc.
19 years ago
Steve Murphy f2fab700c3 this is for 8778 (pt_BR backport to 1.4). It was committed to trunk via 7663. But it wasn't so much an enhancement as a fix for the bad language output for portuguese in Brazil, so, after a lot of prodding from patient Brazilians, here is the same fix for 1.4
19 years ago
Joshua Colp e67ade2403 Set quota information to 0 when creating a vm_state. (issue #8924 reported by neutrino88)
19 years ago
Russell Bryant 96beb30159 By suggestion from kpfleming last week, change "vmpassword" to "vmsecret".
19 years ago
Jason Parker 76eb4e76dc Add some more checks for option_debug before ast_log(LOG_DEBUG, ...) calls.
19 years ago
Joshua Colp d4398c0bb6 Build the IMAP remote directory string better and properly. Fix an issue with encoding the GSM voicemail when attaching to the voicemail. (issue #8808 reported by akohlsmith)
19 years ago
Jason Parker d47da64f51 re-add "password" for realtime voicemail
19 years ago
Kevin P. Fleming 439034e464 a few more coding style cleanups and one bug fix (from AnthonyL)
19 years ago
Jason Parker c3f17ca3c1 Fix an issue with IMAP storage and realtime voicemail.
19 years ago
Tilghman Lesher 87ea385650 Merged revisions 51158 via svnmerge from
19 years ago
Matt O'Gorman ea3421ec27 minor things i missed before i get jumped on
19 years ago
Matt O'Gorman cc003179d4 Patch allows for changing voicemail password in users.conf from voicemail main, written by AnthonyL bug #8436
19 years ago
Matt O'Gorman d95432aad3 Merged revisions 50946 via svnmerge from
19 years ago
Tilghman Lesher 8597c8f7b4 Merged revisions 50150 via svnmerge from
19 years ago
Jason Parker 5cd6177995 Fix an issue with voicemail and users.conf, where it wouldn't ever parse a password, since it was using "secret" instead of "password"
19 years ago
Matt O'Gorman ff7a8f61a4 Merged revisions 49447 via svnmerge from
19 years ago
Matt O'Gorman 04b4ccc4c2 Merged revisions 49412 via svnmerge from
19 years ago
Matt O'Gorman 5ebc820813 Merged revisions 49354 via svnmerge from
19 years ago
Joshua Colp 3a0a8b1908 vms doesn't exist on non-IMAP storage builds.
19 years ago
Joshua Colp 695c04cff3 Pass 'vms' pointer to record_and_review so it is then passed to the IMAP store file function. (issue #8614 reported by punknow)
19 years ago
Joshua Colp 9b8b64f08d Use S_OR in my previous app_voicemail. This is the way it should have been done.
19 years ago
Joshua Colp 8832f97a1f Return non-existant callerid handling to that which it was before. In 1.4 and trunk callerid can be allocated but not have any contents so we have to use ast_strlen_zero before passing it to the relevant functions. (issue #8567 reported by pabelanger)
19 years ago
Tilghman Lesher 025c60f84e Oops, forgot to release the odbc handle
19 years ago