aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo1-1/+1
2006-03-25Merged revisions 14830 via svnmerge from tilghman1-3/+3
2006-03-25Merged revisions 14821 via svnmerge from tilghman1-2/+6
2006-03-24Merged revisions 14659 via svnmerge from bweschke1-1/+1
2006-03-22Merged revisions 14276 via svnmerge from file1-2/+3
2006-03-22Merged revisions 14275 via svnmerge from file1-18/+36
2006-03-21Merged revisions 13748 via svnmerge from tilghman1-2/+4
2006-03-14add a couple of variables to clarify some code (issue #6700)russell1-6/+8
2006-03-14Small fixes to the messagecount function (while trying to understandoej1-4/+4
2006-03-06Initialize variable (fix by Luigi Rizzo)oej1-1/+1
2006-03-03Russian locale for voicemail from bug patch 6603mogorman1-0/+75
2006-02-24Reverting revision 10998 that was accidentaly committed to trunk. My apologies.oej1-156/+113
2006-02-24Update to trunkoej1-113/+156
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...kpfleming1-1/+1
2006-02-22bug in the linkedlists macros where the prev node mogorman1-1/+0
2006-02-19Merged revisions 10464 via svnmerge from tilghman1-1/+1
2006-02-16Bug 6503 - Change wording from mailbox to folder when referring to the subfol...tilghman1-10/+10
2006-02-16Merged revisions 10301 via svnmerge from russell1-2/+2
2006-02-15Define the initial values separate from the STATIC definitionstilghman1-2/+2
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-02-15add API function for parsing strings to time_t (issue #6320, with mods)kpfleming1-6/+2
2006-02-14list macro conversion (issue #6328, with bugfix)kpfleming1-55/+40
2006-02-10clean up SMDI support commit:kpfleming1-7/+4
2006-02-10Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)mattf1-1/+55
2006-02-01use string fields for some stuff in ast_channelkpfleming1-2/+3
2006-01-23Remove javadoc doxygen format...oej1-7/+7
2006-01-21on this pass, only remove duplicate log messagesrussell1-17/+5
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-29/+54
2006-01-21remove lots of useless checks of the result of ast_strduparussell1-54/+29
2006-01-18constify arguments in more places where strings should not be modified (issue...russell1-1/+1
2006-01-13make voicemail files group writable and uses amogorman1-30/+44
2006-01-13 More memory wrapper and cleanup work. #6226 w/one very minor compile fix mod...bweschke1-33/+25
2006-01-12Fix typos that caused voicemail not to compile.tilghman1-2/+2
2006-01-12I will never touch VM again...mogorman1-2/+3
2006-01-12some error checking added into g and a optionmogorman1-16/+19
2006-01-12More cosmetic changes. thanks qwell and everyonemogorman1-1/+2
2006-01-12Minor revisions from bug 6090mogorman1-2/+2
2006-01-12fix breakage from new feature committed in r7995russell1-2/+3
2006-01-12 New memory wrapper changes.bweschke1-8/+8
2006-01-12 Use argument macro in app_voicemail #6221bweschke1-34/+41
2006-01-12Merged revisions 7999 via svnmerge fromtilghman1-2/+2
2006-01-12typorussell1-1/+1
2006-01-12Added automatic folder feature described in 6090mogorman1-5/+41
2006-01-11fix temp greetings with odbc storage (issue #6078)russell1-1/+3
2006-01-11Merged revisions 7955 via svnmerge fromtilghman1-3/+7
2006-01-09fix breakage introduced in revision 7863kpfleming1-1/+1
2006-01-07Fix segfault in greek syntax (bug #6142)markster1-2/+2
2005-12-30update doxygen docs to specify authorsrussell1-0/+2
2005-12-29normalize a loop and avoid multiple strlen calls when completing voicemail usersrussell1-4/+5
2005-12-27Bug 5382 - Allow VM_CATEGORY in voicemail emailstilghman1-14/+18