aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-08-16Remove the old ODBC_STORAGE and make EXTENDED_ODBC_STORAGE the one to use. Th...file1-42/+0
2006-08-08support for imap in app_voicemail as well as some mogorman1-109/+1593
2006-08-08Bug 6237 - add volgain parameter, such that voicemail messages may be amplifi...tilghman1-0/+26
2006-08-03Merged revisions 38761 via svnmerge from tilghman1-1/+1
2006-08-01Set permissions completely open and modify by umasktilghman1-2/+3
2006-07-14Whitespace fixestilghman1-262/+258
2006-07-13Merged revisions 37571 via svnmerge from kpfleming1-0/+5
2006-07-13Merged revisions 37441-37442 via svnmerge from kpfleming1-1/+2
2006-07-12fix the build options for app_voicemailrussell1-1/+1
2006-07-07various minor fixeskpfleming1-0/+1
2006-07-05massive rework of configure script, and split of AST_EXT_LIB into separate ma...kpfleming1-0/+4
2006-07-05- Add notes about voicemail depending on res_adsioej1-0/+1
2006-07-03Whitespace fixes only.tilghman1-128/+128
2006-06-19Merged revisions 34911 via svnmerge from file1-1/+3
2006-06-19Merged revisions 34875 via svnmerge from tilghman1-1/+6
2006-06-18commit russell's menuselect/buildoptions work with some changes:kpfleming1-1/+1
2006-06-16remove IMAP_STORAGE from the build options list for app_voicemail since it'srussell1-4/+0
2006-06-16add support for setting the CFLAGS for voicemail storage options in menuselectrussell1-7/+24
2006-06-15Merged revisions 34242 via svnmerge from tilghman1-1/+1
2006-06-13fix a place where code returns without unlocking the vm users list and variousrussell1-3/+7
2006-06-09there is no reason to define our own 'maximum path length' when the POSIX hea...kpfleming1-3/+3
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-06-07remove the WITH_SMDI definerussell1-14/+0
2006-06-06Merged revisions 32605 via svnmerge from tilghman1-1/+2
2006-06-05- Add headers to e-mail with caller ID name and number to simplify automatic ...oej1-14/+22