aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-16Minor fixup to voicemail (bug #1865)markster1-1/+1
2004-06-14Fix MailboxExists to follow the original behavior of jumping to +101 if the v...citats1-1/+1
2004-06-13x86-64 compile fixes and cleanupsmarkster1-1/+1
2004-06-11Fix voicemail description. We send calls into extension 'a' or 'o' not prioritycitats1-2/+2
2004-06-11Build ecodes string a little better in app_voicemail so that the 'a' extensio...citats1-3/+7
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
2004-06-02Play acknowledgement in all cases (bug #1767)markster1-0/+2
2004-06-01Voicemail fixes (bug #1758)markster1-1/+1
2004-06-01allow multiple exit characters on control_streamfile, allow '1' to skip envelopemarkster1-2/+3
2004-05-30Allow variable substitution in from string (bug #1741)markster1-4/+15
2004-05-27Merge connor's exit context patch (#1737)markster1-2/+23
2004-05-27More formatting fixescitats1-1/+1
2004-05-26enhance control_playback to have an app (app_controlplayback) and to allow pa...anthm1-1/+1
2004-05-26Formatting fixescitats1-3/+1
2004-05-26add ast_control_streamfile api callanthm1-6/+3
2004-05-24Handle different contexts (bug #1702)markster1-13/+14
2004-05-24Fix voicemail ADSI codes (bug #1680)markster1-2/+2
2004-05-24Minor mailbox cleanupsmarkster1-2/+1
2004-05-23Use find_user for existsmailboxmarkster1-12/+4
2004-05-23Fixes to mailbox existsmarkster1-1/+6
2004-05-21Stop stream when interrupted by '#' or '*' or '0' (bug #1689)markster1-0/+2
2004-05-20Make playback of envelope a configurable option (bug #1683)markster1-1/+18
2004-05-12Put sip history stuff in (for real) and provide voicemail context (when not d...markster1-6/+15
2004-05-11Don't say "re-recording" on CLI.markster1-2/+5
2004-05-11Change "boundary" to be less likely to cause e-mail conflicts (bug #1602)markster1-1/+1
2004-05-10Allow characterset to be specified (bug #1598)markster1-1/+5
2004-05-10Set mimetype to lower case (bug #1597)markster1-1/+1
2004-05-01Add ability to specify custom e-mail subject line (bug #1291)markster1-7/+34
2004-05-01Further minor fixupmarkster1-4/+10
2004-05-01Merge sbinger's voicemailf ixes for duration and short files (bug #1282) thanks!markster1-43/+58
2004-04-30correctly stay in admin menu until user wants out (bug #977)jeremy1-75/+81
2004-04-30rollback bug#77..the right fix immanentjeremy1-84/+78
2004-04-30Stay in admin menu until user wants out (bug #977)markster1-78/+84
2004-04-30Say "message 1" in title (bug #1521)markster1-1/+1
2004-04-29populate global options correctly. Bug#1515jeremy1-15/+14
2004-04-29Add support for French, Danish, Portuguese, Spanish, Italian, and Dutch numbersmarkster1-3/+3
2004-04-28Merge bug 1483 -- advanced voicemail optionsmarkster1-51/+740
2004-04-19Merge Matt's extern notify patchmarkster1-29/+17
2004-04-07More changes to Matt's applicationmalcolmd1-2/+4
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-4/+4
2004-04-06Add Matt's option to call an external application when a voicemail ismalcolmd1-0/+41
2004-03-31Fix small typomarkster1-1/+1
2004-03-31Don't die on a bad voicemail conf timezone entry (bug #1326)markster1-9/+14
2004-03-29Small SIP fix, voicemail fix, and some delivery fixes on new appsmarkster1-1/+1
2004-03-27Make read/write mode have a lock parameter and use it properly.markster1-4/+4
2004-03-22Typomalcolmd1-1/+1
2004-03-22Bug # 1271: Document the 'o' extension in VoiceMail applicationmalcolmd1-7/+9
2004-03-21Create ast_safe_system which closes off file descriptors before spawning syst...markster1-6/+19
2004-03-21Create temporary file and then sendmail it, then delete it, to avoid a hangin...markster1-3/+17
2004-03-19Bug # 1088: Add MailboxExists, conditionally branches to priority n+101malcolmd1-0/+53