aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-24Deprecate prefixed options in voicemailtilghman1-5/+17
2006-04-21convert to use ast_strem_and_waitrizzo1-32/+10
2006-04-15Allow the attachment format to be specified differently for different mailbox...file1-1/+8
2006-04-14use ast_strdup instead of strduprizzo1-4/+4
2006-04-14constification and code simplificationsrizzo1-53/+30
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-15/+8
2006-04-13Merged revisions 19891 via svnmerge from tilghman1-2/+8
2006-04-11Merged revisions 19394 via svnmerge from tilghman1-1/+1
2006-04-11Merged revisions 19008 via svnmerge from bweschke1-1/+1
2006-04-09Issue 6919 - clarify error messageoej1-6/+5
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-08Merged revisions 18494 via svnmerge from tilghman1-1/+3
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...tilghman1-2/+2
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