Merged revisions 26050 via svnmerge from
[asterisk/asterisk.git] / apps / app_voicemail.c
2006-05-09 BJ WeschkeMerged revisions 26050 via svnmerge from
2006-05-09 Tilghman LesherBug 7009 - use the actual path, so that a table index...
2006-05-08 Tilghman LesherWarn user if the custom format is not one of the options
2006-05-06 Russell Bryantadd Polish language support to Voicemail, with some...
2006-05-05 Russell Bryantmodify the handling of the new temporary greeting remin...
2006-05-05 Russell Bryantadd support for having the user reminded that their...
2006-05-05 BJ Weschke Fix 4 bugs in voicemail. #7064 ( supczinskib and jcollie )
2006-05-03 Tilghman LesherBug 6989 - updates to the ODBC storage mechanism for...
2006-05-01 BJ WeschkeMerged revisions 23988 via svnmerge from
2006-05-01 BJ WeschkeMerged revisions 23985 via svnmerge from
2006-04-29 Russell Bryant- convert the list of zones to use the list macros...
2006-04-26 Matt O'GormanMerged revisions 22596 via svnmerge from
2006-04-24 Tilghman LesherDeprecate prefixed options in voicemail
2006-04-21 Luigi Rizzoconvert to use ast_strem_and_wait
2006-04-15 Joshua ColpAllow the attachment format to be specified differently...
2006-04-14 Luigi Rizzouse ast_strdup instead of strdup
2006-04-14 Luigi Rizzoconstification and code simplifications
2006-04-14 Luigi RizzoThis rather large commit changes the way modules are...
2006-04-13 Tilghman LesherMerged revisions 19891 via svnmerge from
2006-04-11 Tilghman LesherMerged revisions 19394 via svnmerge from
2006-04-11 BJ WeschkeMerged revisions 19008 via svnmerge from
2006-04-09 Olle JohanssonIssue 6919 - clarify error message
2006-04-08 Kevin P. Flemingsince the module API is changing, it's a good time...
2006-04-08 Tilghman LesherMerged revisions 18494 via svnmerge from
2006-04-05 Tilghman LesherBug 6873 - Finish moving from the non-threadsafe (and...
2006-03-30 Luigi Rizzoas discussed with Mark a few weeks ago, the 'newstack...
2006-03-25 Tilghman LesherMerged revisions 14830 via svnmerge from
2006-03-25 Tilghman LesherMerged revisions 14821 via svnmerge from
2006-03-24 BJ WeschkeMerged revisions 14659 via svnmerge from
2006-03-22 Joshua ColpMerged revisions 14276 via svnmerge from
2006-03-22 Joshua ColpMerged revisions 14275 via svnmerge from
2006-03-21 Tilghman LesherMerged revisions 13748 via svnmerge from
2006-03-14 Russell Bryantadd a couple of variables to clarify some code (issue...
2006-03-14 Olle JohanssonSmall fixes to the messagecount function (while trying...
2006-03-06 Olle JohanssonInitialize variable (fix by Luigi Rizzo)
2006-03-03 Matt O'GormanRussian locale for voicemail from bug patch 6603
2006-02-24 Olle JohanssonReverting revision 10998 that was accidentaly committed...
2006-02-24 Olle JohanssonUpdate to trunk
2006-02-23 Kevin P. Flemingadd 'consumed' argument to ast_get_time_t, so callers...
2006-02-22 Matt O'Gormanbug in the linkedlists macros where the prev node
2006-02-19 Tilghman LesherMerged revisions 10464 via svnmerge from
2006-02-16 Tilghman LesherBug 6503 - Change wording from mailbox to folder when...
2006-02-16 Russell BryantMerged revisions 10301 via svnmerge from
2006-02-15 Tilghman LesherDefine the initial values separate from the STATIC...
2006-02-15 Russell Bryantremove the uses of the deprecated STANDARD_LOCAL_USER
2006-02-15 Kevin P. Flemingadd API function for parsing strings to time_t (issue...
2006-02-14 Kevin P. Fleminglist macro conversion (issue #6328, with bugfix)
2006-02-10 Kevin P. Flemingclean up SMDI support commit:
2006-02-10 Matthew FredricksonAdd smdi support for asterisk (see doc/smdi.txt for...
2006-02-01 Kevin P. Fleminguse string fields for some stuff in ast_channel
2006-01-23 Olle JohanssonRemove javadoc doxygen format...
2006-01-21 Russell Bryanton this pass, only remove duplicate log messages
2006-01-21 Russell Bryantrevert my pass through the tree to remove checks of...
2006-01-21 Russell Bryantremove lots of useless checks of the result of ast_strdupa
2006-01-18 Russell Bryantconstify arguments in more places where strings should...
2006-01-13 Matt O'Gormanmake voicemail files group writable and uses a
2006-01-13 BJ Weschke More memory wrapper and cleanup work. #6226 w/one...
2006-01-12 Tilghman LesherFix typos that caused voicemail not to compile.
2006-01-12 Matt O'GormanI will never touch VM again...
2006-01-12 Matt O'Gormansome error checking added into g and a option
2006-01-12 Matt O'GormanMore cosmetic changes. thanks qwell and everyone
2006-01-12 Matt O'GormanMinor revisions from bug 6090
2006-01-12 Russell Bryantfix breakage from new feature committed in r7995
2006-01-12 BJ Weschke New memory wrapper changes.
2006-01-12 BJ Weschke Use argument macro in app_voicemail #6221
2006-01-12 Tilghman LesherMerged revisions 7999 via svnmerge from
2006-01-12 Russell Bryanttypo
2006-01-12 Matt O'GormanAdded automatic folder feature described in 6090
2006-01-11 Russell Bryantfix temp greetings with odbc storage (issue #6078)
2006-01-11 Tilghman LesherMerged revisions 7955 via svnmerge from
2006-01-09 Kevin P. Flemingfix breakage introduced in revision 7863
2006-01-07 Mark SpencerFix segfault in greek syntax (bug #6142)
2005-12-30 Russell Bryantupdate doxygen docs to specify authors
2005-12-29 Russell Bryantnormalize a loop and avoid multiple strlen calls when...
2005-12-27 Tilghman LesherBug 5382 - Allow VM_CATEGORY in voicemail emails
2005-12-25 Tilghman LesherBug 5727 - reduce duplicate code
2005-12-22 Tilghman LesherMerged revisions 7601 via svnmerge from
2005-12-11 Russell BryantMerged revisions 7404,7406,7425,7427,7429-7430 via...
2005-12-08 Tilghman LesherBug 5960
2005-12-04 Russell Bryantconvert most of the option_*'s to a single ast_flags...
2005-12-03 Tilghman LesherMerging from 1.2, bug 5925 - app_voicemail should check...
2005-12-02 Kevin P. FlemingMerged revisions 7265-7266,7268-7275 via svnmerge from
2005-11-30 Josh Robersonissue #5887
2005-11-29 Kevin P. Flemingremove extraneous svn:executable properties
2005-11-23 Josh Robersonissue #5829
2005-11-20 Josh Robersonissue #5774
2005-11-16 Jeremy McNamaraMake voicemail not terminate asterisk if no config...
2005-11-12 Kevin P. Flemingissue #5704
2005-11-12 Kevin P. Flemingissue #5718
2005-11-12 Kevin P. Flemingissue #5721
2005-11-12 Kevin P. Flemingissue #5663 again
2005-11-11 Kevin P. Flemingissue #5663
2005-11-11 Russell Bryantclean up descriptions for the voicemail applications
2005-11-08 Kevin P. Flemingissue #5649
2005-11-08 Kevin P. Flemingissue #5648
2005-11-07 Kevin P. Flemingapplication doc update
2005-11-06 Russell Bryantissue #5605
2005-11-06 Russell Bryantalphabetize option lists
2005-11-06 Mark SpencerHandle ODBC forwarding properly (bug #5606)
2005-11-03 Kevin P. Flemingmajor update to arg/option parsing APIs and documentation
next