Flag field in wrong position.
[asterisk/asterisk.git] / apps / app_voicemail.c
2009-07-18 Tilghman LesherFlag field in wrong position.
2009-07-13 Tilghman LesherRemove reference to non-existent help file
2009-07-01 Sean BrightA bunch of CODING_GUIDELINES related fixes. Not even...
2009-06-30 Sean BrightRemove an unnecessary #ifdef
2009-06-30 Tilghman LesherRecorded merge of revisions 204469 via svnmerge from
2009-06-26 David BrooksFixing voicemail's error in checking max silence vs...
2009-06-26 Russell BryantMerge the new Channel Event Logging (CEL) subsystem.
2009-06-17 Tilghman LesherInitialize additional variables, to prevent a possible...
2009-06-16 Michiel van Baakadd FILE_STORAGE to Voicemail Build Options
2009-06-15 Kevin P. FlemingLast batch of 'static' qualifiers for module-level...
2009-06-15 Kevin P. FlemingRedesigned 'optional API' support.
2009-05-22 Eliel C. SardanonsImplement a new element in AstXML for AMI actions docum...
2009-05-21 Kevin P. FlemingConst-ify the world (or at least a good part of it)
2009-05-19 Tilghman LesherMerged revisions 195520 via svnmerge from
2009-05-18 Tilghman LesherRecorded merge of revisions 195366 via svnmerge from
2009-05-12 Tilghman LesherMerged revisions 193955 via svnmerge from
2009-05-12 Tilghman LesherConvert a THREADSTORAGE object into a simple malloc...
2009-05-12 Kevin P. Flemingadd 'const' qualifiers in various places where they...
2009-05-11 Tilghman LesherFound and fixed a memory leak
2009-05-11 Tilghman LesherDon't nullify an ast_str pointer.
2009-04-29 Tilghman LesherMerge str_substitution branch.
2009-04-24 Russell BryantConvert the ast_channel data structure over to the...
2009-04-16 Tilghman LesherMerged revisions 188773 via svnmerge from
2009-04-03 Tilghman LesherMerged revisions 186445 via svnmerge from
2009-04-03 Tilghman LesherMerged revisions 186415 via svnmerge from
2009-04-03 Mark MichelsonFix the ability to retrieve voicemail messages from...
2009-03-31 Mark MichelsonMerged revisions 185468 via svnmerge from
2009-03-27 Russell BryantChange global_app_buf to ast_str_thread_global_buf.
2009-03-25 Russell BryantImprove performance of the ast_event cache functionality.
2009-03-06 Mark MichelsonMerged revisions 180567 via svnmerge from
2009-03-05 Mark MichelsonMerged revisions 180464 via svnmerge from
2009-03-05 Mark MichelsonMerged revisions 180380 via svnmerge from
2009-02-23 Tilghman LesherPermit emailsubject and emailbody to be set per mailbox.
2009-02-20 Tilghman LesherOops, merge broke trunk
2009-02-19 Tilghman LesherMerged revisions 177536 via svnmerge from
2009-02-13 Mark MichelsonMerged revisions 175590 via svnmerge from
2009-02-10 Tilghman LesherFix0ring build
2009-02-05 Mark MichelsonProperly set "seen" and "unseen" flags when moving...
2009-02-05 Jeff PeelerMerged revisions 173696 via svnmerge from
2009-02-01 Tilghman LesherBlank argument crashes Asterisk
2009-01-23 Joshua ColpReset the ast_str used for escape substitution. We...
2009-01-16 Tilghman LesherMerged revisions 168828 via svnmerge from
2009-01-15 Kevin P. Flemingremove the PBX_ODBC logic from the configure script...
2008-12-18 Tilghman LesherMerged revisions 165767 via svnmerge from
2008-12-18 Tilghman LesherFix 2 resource leaks and fix another pipe-to-comma...
2008-12-17 Mark MichelsonMerged revisions 165255 via svnmerge from
2008-12-17 Mark MichelsonAnd actually assign the function to a pointer...
2008-12-17 Mark MichelsonUse the create_vm_state_from_user function in a place...
2008-12-13 Tilghman LesherMerge ast_str_opaque branch (discontinue usage of ast_s...
2008-12-11 Mark MichelsonAdd an option to voicemail.conf to allow urgent message...
2008-12-10 Joshua ColpFinish conversion to using ARRAY_LEN and remove it...
2008-12-09 Tilghman LesherMerged revisions 162463 via svnmerge from
2008-12-09 Tilghman LesherMerged revisions 162348 via svnmerge from
2008-12-08 Eliel C. SardanonsAdd voicemail related applications and functions XML...
2008-12-05 Sean BrightUse ast_free() instead of free(), pointed out by eliel...
2008-12-05 Sean BrightWhen using IMAP_STORAGE, it's important to convert...
2008-12-05 Eliel C. SardanonsJanitor, use ARRAY_LEN() when possible.
2008-12-05 Sean BrightCheck the return value of fread/fwrite so the compiler...
2008-12-03 Tilghman LesherMerged revisions 160770 via svnmerge from
2008-12-02 Tilghman LesherMerged revisions 160207 via svnmerge from
2008-11-18 Mark MichelsonFix the logic for when delete=yes when IMAP storage
2008-11-14 Mark MichelsonMerged revisions 156816 via svnmerge from
2008-11-04 Tilghman LesherSlightly optimize ast_devstate_str and rename global...
2008-11-04 Kevin P. Flemingimprove configure script to remember the previous value...
2008-11-03 Tilghman LesherMerged revisions 154066 via svnmerge from
2008-11-02 Kevin P. Flemingbring over all the fixes for the warnings found by...
2008-11-02 Russell Bryant - Use a for loop instead of a while loop
2008-10-28 Tilghman LesherMerged revisions 152463 via svnmerge from
2008-10-14 Tilghman LesherMerged revisions 148987 via svnmerge from
2008-10-14 Tilghman LesherMerged revisions 148916 via svnmerge from
2008-10-14 Tilghman LesherMerge realtime_update2 branch, which adds a new realtim...
2008-10-10 Tilghman LesherMerged revisions 148257 via svnmerge from
2008-10-10 Sean BrightDon't include logger.h in asterisk.h by default as...
2008-10-09 Mark MichelsonRead the callerid in the correct order and make sure to
2008-10-09 Tilghman LesherReverting format addition for now
2008-10-09 Tilghman LesherFudges for wav16, just like wav49
2008-10-09 Tilghman LesherMerged revisions 147997 via svnmerge from
2008-10-07 Sean BrightThis was flawed. The issue that I was trying to addres...
2008-10-07 Sean BrightMerged revisions 147193 via svnmerge from
2008-10-07 Sean BrightOr not.
2008-10-07 Sean BrightThere was a boo-boo in TFOT that is causing some confus...
2008-10-07 Sean BrightIf we encounter something in mailbox options that we...
2008-10-06 Michiel van BaakAll ODBC parts can now use either unixodbc or iodbc.
2008-09-17 Tilghman LesherMerged revisions 143404 via svnmerge from
2008-09-12 Tilghman LesherCreate a new config file status, CONFIG_STATUS_FILEINVA...
2008-09-12 Tilghman LesherMerged revisions 142744 via svnmerge from
2008-09-03 Mark MichelsonFix compilation
2008-09-03 Mark MichelsonMerged revisions 140850 via svnmerge from
2008-09-02 Mark MichelsonMerged revisions 140751 via svnmerge from
2008-08-29 Mark MichelsonMerged revisions 140421 via svnmerge from
2008-08-10 Sean BrightAnother batch of files from RSW. The remaining apps...
2008-08-08 Mark MichelsonFix compilation for ODBC voicemail
2008-08-07 Mark MichelsonRemove one last batch of debug messages
2008-08-07 Mark MichelsonFix build for non-IMAP storage and get rid of some
2008-08-07 Mark MichelsonMerging the imap_consistency_trunk branch to
2008-08-07 Kevin P. Flemingfix some format strings to actually compile without...
2008-08-04 Tilghman LesherMerged revisions 135479 via svnmerge from
2008-08-01 Mark MichelsonIMAP-specific items must go in IMAP_STORAGE defines...
2008-08-01 Mark MichelsonIMAP storage functioned under the assumption that folders
2008-07-28 Tilghman LesherMerged revisions 134161 via svnmerge from
next