summaryrefslogtreecommitdiff
path: root/app.c
AgeCommit message (Expand)Author
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)Russell Bryant
2005-03-27Fix app bug, update skel example, add skel to makefile as option (bug #3869)Mark Spencer
2005-03-23Merge Russell's formatting patch (bug #3838)Mark Spencer
2005-03-12Create experimental new options API, various cleanupsMark Spencer
2005-03-05Flush out app stuff, make profiling easier to turn on/offMark Spencer
2005-02-28Include stat.h to fix FreeBSD build (bug #3683)Mark Spencer
2005-02-27Merge mog's ReadFile application (bug #3670)Mark Spencer
2005-02-17Add atxfer fix (bug #3592)Mark Spencer
2005-02-17Add placeholder IVR application support (static version)Mark Spencer
2005-02-16Fix misspellings of separate (bug #3607)Mark Spencer
2005-01-23Make sure two voicemails can't take the same message space (bug #3394)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-10More flagification, courtesy drumkilla (bug #3280)Mark Spencer
2005-01-09Various small fixupsMark Spencer
2005-01-07Merge Moc's announcement patch (bug #3219)Mark Spencer
2005-01-05Merge Tony's attended # transfer with changes (bug #3241)Mark Spencer
2005-01-04Only print message one time (bug #3240)Mark Spencer
2004-12-31Make voicemail registration apps register (bug #3034)Mark Spencer
2004-12-29Fix anthm formatting (bug #3013)Mark Spencer
2004-12-29Merge anthm's app_read addition, somewhat modified (bug #3013)Mark Spencer
2004-12-07Big diet for struct ast_channelMark Spencer
2004-10-26Fix short message isssue (bug #2723)Mark Spencer
2004-10-03Add ability to check voicemail from multiple folders (bug #2561)Mark Spencer
2004-10-03Improve groupcount handling (bug #2529) thanks!Mark Spencer
2004-09-23Fix formatting againJames Golovich
2004-09-23tweak prior commitAnthony Minessale II
2004-09-23Fix formattingJames Golovich
2004-09-23allow file arg in ast_control_streamfile to accept trailing :end to indicate ...Anthony Minessale II
2004-09-23ast_control_streamfile caused seg with null stop or pause charsAnthony Minessale II
2004-09-17Move routines from voicemail to app for general use (part of bug #752)Mark Spencer
2004-09-02Fix both app_read and underlying read issue (bug #2352)Mark Spencer
2004-07-09More strcpy / snprintf as part of rgagnon's audit (bug #2004)Mark Spencer
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-15Fix unexpected behavior in voicemail (bug #1856)Mark Spencer
2004-06-01Voicemail fixes (bug #1758)Mark Spencer
2004-06-01allow multiple exit characters on control_streamfile, allow '1' to skip envelopeMark Spencer
2004-05-27More formatting fixesJames Golovich
2004-05-26enhance control_playback to have an app (app_controlplayback) and to allow pa...Anthony Minessale II
2004-05-26Formatting fixesJames Golovich
2004-05-26add ast_control_streamfile api callAnthony Minessale II
2004-05-13Add linear file generator, CIRCQ emulation for BSD (bug #1626)Mark Spencer
2004-05-07Code cleanupJames Golovich
2004-05-07Created API call ast_dtmf_streamAnthony Minessale II
2004-05-03Change strlen calls to ast_strlen_zero in voicemail checking stuff because it...James Golovich
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesMark Spencer
2004-03-27Make read/write mode have a lock parameter and use it properly.Mark Spencer
2003-06-11Use digit/response timeoutsMark Spencer
2003-05-25Fix searching for non-default mailboxesMark Spencer
2003-05-10Make voicemail segmentable into multiple contextsMark Spencer
2003-03-26Fix silly typoMark Spencer