Build ecodes string a little better in app_voicemail so that the 'a' extension will...
[asterisk/asterisk.git] / apps / app_voicemail.c
2004-06-11 James GolovichBuild ecodes string a little better in app_voicemail...
2004-06-09 Mark SpencerMerge FreeBSD locking fixes (bug #1411)
2004-06-02 Mark SpencerPlay acknowledgement in all cases (bug #1767)
2004-06-01 Mark SpencerVoicemail fixes (bug #1758)
2004-06-01 Mark Spencerallow multiple exit characters on control_streamfile...
2004-05-30 Mark SpencerAllow variable substitution in from string (bug #1741)
2004-05-27 Mark SpencerMerge connor's exit context patch (#1737)
2004-05-27 James GolovichMore formatting fixes
2004-05-26 Anthony Minessale IIenhance control_playback to have an app (app_controlpla...
2004-05-26 James GolovichFormatting fixes
2004-05-26 Anthony Minessale IIadd ast_control_streamfile api call
2004-05-24 Mark SpencerHandle different contexts (bug #1702)
2004-05-24 Mark SpencerFix voicemail ADSI codes (bug #1680)
2004-05-24 Mark SpencerMinor mailbox cleanups
2004-05-23 Mark SpencerUse find_user for existsmailbox
2004-05-23 Mark SpencerFixes to mailbox exists
2004-05-21 Mark SpencerStop stream when interrupted by '#' or '*' or '0' ...
2004-05-20 Mark SpencerMake playback of envelope a configurable option (bug...
2004-05-12 Mark SpencerPut sip history stuff in (for real) and provide voicema...
2004-05-11 Mark SpencerDon't say "re-recording" on CLI.
2004-05-11 Mark SpencerChange "boundary" to be less likely to cause e-mail...
2004-05-10 Mark SpencerAllow characterset to be specified (bug #1598)
2004-05-10 Mark SpencerSet mimetype to lower case (bug #1597)
2004-05-01 Mark SpencerAdd ability to specify custom e-mail subject line ...
2004-05-01 Mark SpencerFurther minor fixup
2004-05-01 Mark SpencerMerge sbinger's voicemailf ixes for duration and short...
2004-04-30 Jeremy McNamaracorrectly stay in admin menu until user wants out ...
2004-04-30 Jeremy McNamararollback bug#77..the right fix immanent
2004-04-30 Mark SpencerStay in admin menu until user wants out (bug #977)
2004-04-30 Mark SpencerSay "message 1" in title (bug #1521)
2004-04-29 Jeremy McNamarapopulate global options correctly. Bug#1515
2004-04-29 Mark SpencerAdd support for French, Danish, Portuguese, Spanish...
2004-04-28 Mark SpencerMerge bug 1483 -- advanced voicemail options
2004-04-19 Mark SpencerMerge Matt's extern notify patch
2004-04-07 Malcolm DavenportMore changes to Matt's application
2004-04-06 Mark SpencerGet rid of all that old needlock garbage now that we...
2004-04-06 Malcolm DavenportAdd Matt's option to call an external application when...
2004-03-31 Mark SpencerFix small typo
2004-03-31 Mark SpencerDon't die on a bad voicemail conf timezone entry (bug...
2004-03-29 Mark SpencerSmall SIP fix, voicemail fix, and some delivery fixes...
2004-03-27 Mark SpencerMake read/write mode have a lock parameter and use...
2004-03-22 Malcolm DavenportTypo
2004-03-22 Malcolm DavenportBug # 1271: Document the 'o' extension in VoiceMail...
2004-03-21 Mark SpencerCreate ast_safe_system which closes off file descriptor...
2004-03-21 Mark SpencerCreate temporary file and then sendmail it, then delete...
2004-03-19 Malcolm DavenportBug # 1088: Add MailboxExists, conditionally branches...
2004-03-19 Malcolm DavenportBug # 1179: Remove "show voicemail users" when using...
2004-03-18 Malcolm DavenportBug # 1247: Add patch to specify minimum vmail length...
2004-03-11 James GolovichMake voicemail not say goodbye twice on hangup (bug...
2004-03-08 Mark SpencerFix strncpy auditing (bug #1152)
2004-02-28 Mark SpencerDon't write duration if file disappears (bug #1102...
2004-02-25 James GolovichAdd extra \n so email sent by voicemail has the right...
2004-02-24 Mark SpencerHandle change password properly with multiple VM contex...
2004-02-11 Mark SpencerFix several memory leaks
2004-01-28 Mark SpencerElminate unused code/warnings (bug #934)
2004-01-27 Mark SpencerCharacter set fixes, and add "mailcmd" option (bug...
2004-01-13 Jeremy McNamaraFix show voicemail users for <context>. Bugs #820
2004-01-12 Jeremy McNamaraImplement pin usage in MeetMe. Bug #816
2004-01-09 Malcolm DavenportBug #690: Add "show voicemail users" and "show voicemai...
2004-01-08 Malcolm DavenportFix Bug #625: Voicemail with PostgreSQL backend called...
2004-01-07 Malcolm DavenportPostgreSQL Voicemail NULL password..Bug #546
2003-12-22 Martin PyckoPlay a beep after the user chooses prepending
2003-12-22 Martin PyckoDon't distroy the original message when prepending...
2003-12-22 Martin PyckoDon't free the user structure before reading the next...
2003-12-19 Martin PyckoAdd voicemail prepending feature plus forwarding to...
2003-12-11 Mark SpencerProperly fix double locking issue, fix wav49 issue
2003-12-04 Mark SpencerFix PGSQL voicemail issues (bug #625) and fix reload...
2003-11-24 Mark SpencerDocument changes to voicemail application
2003-11-21 Mark SpencerFix martin's typo
2003-11-21 Martin PyckoFix the segfault with duration=atol(NULL)
2003-11-21 Mark SpencerAsk for mailbox number if omitted (bug #552)
2003-11-17 Mark SpencerUnregister additional applications (bug #539)
2003-11-17 Mark SpencerMatch filename between content-disposition and content...
2003-11-17 Mark SpencerMake format name match (not sure this is always a good...
2003-11-14 Mark SpencerIf no vm box, go to 101 if appropriate (bug #489)
2003-11-13 Mark SpencerRetain beep
2003-11-13 Mark SpencerMore generally stop streaming when interrupted
2003-11-13 Mark SpencerStop stream
2003-11-13 Mark SpencerMove voicemail2 to voicemail, retain compatibility...
2003-09-08 Mark SpencerBSD portability enhancements (bug #234)
2003-05-03 Mark SpencerSilence updates
2003-05-03 Mark SpencerAdd silence detection to voicemail
2003-05-01 Mark SpencerShorten message to fit on my Timex IM watch
2003-04-27 Mark SpencerMore contributed BSD enhancements
2003-04-15 Mark SpencerMake paging support apply to forwarded messages too
2003-04-11 Mark SpencerAdd pager stuff
2003-04-10 Mark SpencerFix operator extension
2003-04-09 Mark SpencerAdd new "macrocontext" field (yes, you need to "make...
2003-04-09 Mark SpencerFix transition to operator extension
2003-04-09 Mark SpencerMake voicemail timeout configurable
2003-04-03 Mark SpencerAdd fast-forward and rewind to voicemail
2003-03-31 Mark SpencerEliminate localtime calls, various cleanups
2003-03-07 Matteo BrancaleoniFri Mar 7 07:00:00 CET 2003
2003-03-06 Matteo BrancaleoniThu Mar 6 07:00:01 CET 2003
2003-03-05 Matteo BrancaleoniWed Mar 5 07:00:00 CET 2003
2003-02-24 Matteo BrancaleoniMon Feb 24 07:00:01 CET 2003
2003-01-30 Mark SpencerVersion 0.3.0 from FTP
2002-07-31 Mark SpencerVersion 0.2.0 from FTP
2002-06-28 Mark SpencerVersion 0.1.12 from FTP
2002-03-01 Mark SpencerVersion 0.1.11 from FTP
next