aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-03-19Bug # 1179: Remove "show voicemail users" when using MYSQL voicemail interfacemalcolmd1-0/+6
2004-03-18Bug # 1247: Add patch to specify minimum vmail length and discard thatmalcolmd1-0/+15
2004-03-11Make voicemail not say goodbye twice on hangup (bug 1201)citats1-3/+1
2004-03-08Fix strncpy auditing (bug #1152)markster1-8/+8
2004-02-28Don't write duration if file disappears (bug #1102 -- thanks hmodes)markster1-5/+10
2004-02-25Add extra \n so email sent by voicemail has the right header delimitercitats1-1/+1
2004-02-24Handle change password properly with multiple VM contexts (bug #1069)markster1-2/+22
2004-02-11Fix several memory leaksmarkster1-0/+1
2004-01-28Elminate unused code/warnings (bug #934)markster1-0/+2
2004-01-27Character set fixes, and add "mailcmd" option (bug #472)markster1-6/+27
2004-01-13Fix show voicemail users for <context>. Bugs #820jeremy1-9/+12
2004-01-12Implement pin usage in MeetMe. Bug #816jeremy1-1/+5
2004-01-09Bug #690: Add "show voicemail users" and "show voicemail zones" CLI command t...malcolmd1-0/+127
2004-01-08Fix Bug #625: Voicemail with PostgreSQL backend called with no context puts m...malcolmd1-6/+2
2004-01-07PostgreSQL Voicemail NULL password..Bug #546malcolmd1-2/+2
2003-12-22Play a beep after the user chooses prependingmartinp1-5/+6
2003-12-22Don't distroy the original message when prepending and if prepending forward ...martinp1-1/+7
2003-12-22Don't free the user structure before reading the next pointermartinp1-2/+3
2003-12-19Add voicemail prepending feature plus forwarding to many extensions if you sp...martinp1-80/+363
2003-12-11Properly fix double locking issue, fix wav49 issuemarkster1-0/+3
2003-12-04Fix PGSQL voicemail issues (bug #625) and fix reload races in iax2markster1-1/+5
2003-11-24Document changes to voicemail applicationmarkster1-0/+2
2003-11-21Fix martin's typomarkster1-1/+1
2003-11-21Fix the segfault with duration=atol(NULL)martinp1-3/+6
2003-11-21Ask for mailbox number if omitted (bug #552)markster1-1/+1