aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-20vms doesn't exist on non-IMAP storage builds.file1-1/+5
2006-12-19Pass 'vms' pointer to record_and_review so it is then passed to the IMAP stor...file1-13/+12
2006-12-12Use S_OR in my previous app_voicemail. This is the way it should have been done.file1-5/+5
2006-12-11Return non-existant callerid handling to that which it was before. In 1.4 and...file1-5/+5
2006-12-05Oops, forgot to release the odbc handletilghman1-0/+1
2006-12-05Merged revisions 48251 via svnmerge from tilghman1-14/+16
2006-12-04Fix an issue which didn't allow unavail/greet/busy/etc messages from being sa...qwell1-0/+2
2006-11-29Use MAILTMPLEN instead of sizeof in mm_login. (issue #8420 reported by slimey)file1-3/+4
2006-11-29Don't crash if the mailstream was not created.file1-1/+1
2006-11-27Merged revisions 48053 via svnmerge from file1-14/+5
2006-11-20Oops, merge missed release of odbc objecttilghman1-0/+1
2006-11-20Merged revisions 47862 via svnmerge from tilghman1-2/+7
2006-11-15Fix ODBC_STORAGE for when context is NULLtilghman1-1/+1
2006-11-15Merged revisions 47677 via svnmerge from kpfleming1-8/+47
2006-11-14Merged revisions 47631 via svnmerge from file1-1/+1
2006-11-14Conversion of res_odbc API to include ast_ prefix did not completely transiti...tilghman1-88/+89
2006-11-09Do conversion in a more easier to read and working way for \r, \n, and \t. (i...file1-8/+16
2006-11-09Work around an issue that caused menuselect to display a bogus description forrussell1-0/+4
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-6/+6
2006-11-07large overhaul to voicemail imap support. Allows support for more imap servers,mogorman1-497/+619
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-4/+4
2006-10-30spelling typomogorman1-2/+2
2006-10-30formatting fix.mogorman1-16/+16
2006-10-30Issue #8246 - Doxygen fixes from kshumard. oej1-0/+1
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming1-20/+18
2006-09-27Merged revisions 43815 via svnmerge from tilghman1-1/+3
2006-09-27Backport revision 43754 from the trunk, which removes an unused buffer fromrussell1-21/+11
2006-09-26Merged revisions 43699 via svnmerge from russell1-2/+3
2006-09-25Should have moved these lines up in the merge, instead of removing themtilghman1-0/+4
2006-09-25Merged revisions 43634 via svnmerge from tilghman1-79/+1
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-44/+47
2006-09-20move ADSI functionality into ast_ namespacekpfleming1-146/+146
2006-09-19Various updates from PCadach's chan_h323-live branchmattf1-1/+4
2006-09-19Merged revisions 43248 via svnmerge from tilghman1-2/+2
2006-09-18merge qwell's CLI verbification workkpfleming1-19/+27
2006-09-16merge markster's usersconf branch with some slight changeskpfleming1-27/+65
2006-09-12use strcpy instead of sprintfrussell1-1/+1
2006-09-12i dont know how msg_cfg got moved around but its all good againmogorman1-5/+4
2006-09-08Get rid of ugly tmp directory, although I really shouldmogorman1-11/+7
2006-09-08Destroy msg_cfg after it's used, not before (issue #7618 reported by wvolz wi...file1-3/+10
2006-09-07protect curhst and curusrmogorman1-7/+5
2006-09-07patch to fix several things wrong with voicemailmogorman1-112/+87
2006-09-01get rid of some useless debug messages and raise debug level of othersmogorman1-100/+90
2006-09-01more staticness, and syntax cleaningmogorman1-34/+33
2006-09-01whitespace clean upmogorman1-149/+186
2006-08-21could have sworn i committed this change already...kpfleming1-4/+3
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-38/+32
2006-08-19Fix a bug with app_voicemail when trying to use app_directory to leave messagesqwell1-2/+4
2006-08-17changes to configure to support older c-client than themogorman1-1/+4
2006-08-16fixed imap bug and updated syntax.mogorman1-11/+11