summaryrefslogtreecommitdiff
path: root/apps/app_voicemail.c
AgeCommit message (Expand)Author
2016-08-03app_voicemail: Add taskprocessor alert level options.Alexei Gradinari
2016-07-18Unit tests: Use AST_TEST_DEFINE in conditional code only.Corey Farrell
2016-06-20app_voicemail.c: Fix IMAP compile error.Richard Mudgett
2016-05-26app_voicemail: fix bugs, imap mm_status log change to debugAlexei Gradinari
2016-05-03app_voicemail: always copy dynamic struct to avoid race conditionAndrew Nagy
2016-04-15Merge "app_voicemail/IMAP: function 'save_to_folder' creates wrong folder" in...Joshua Colp
2016-04-12app_voicemail: Fix test_voicemail_notify_endl test.Joshua Colp
2016-04-11app_voicemail/IMAP: function 'save_to_folder' creates wrong folderAlexei Gradinari
2016-04-07app_voicemail/IMAP: IMAP access FATAL error: Out of memoryAlexei Gradinari
2016-01-04voicemail: Move app_voicemail / res_mwi_external conflict to runtimeGeorge Joseph
2015-05-13app_voicemail: fix moving when old messages fullJonathan Rose
2015-03-28clang compiler warnings: Fix -Wparantheses-equality warningsMatthew Jordan
2015-03-10app_voicemail: Fix crash with IMAP backends when greetings aren't presentMatthew Jordan
2015-03-05app_voicemail: Fix compile breaking in app_voicemail with IMAP_STORAGE.George Joseph
2015-02-21apps/app_voicemail: Demote an ERROR message to a WARNING messageMatthew Jordan
2015-02-20apps/app_voicemail: Fix IMAP header compatibility issue with Microsoft ExchangeMatthew Jordan
2015-01-23Fix typo's (retrieve, specified, address).Walter Doekes
2015-01-22apps/app_voicemail: Trigger MWI notification with MixMonitor m() optionMatthew Jordan
2015-01-20app_voicemail: Temp message left after review/hangup with ODBC/IMAP backendMatthew Jordan
2015-01-09AMI: Make AMI actions that generate event lists consistent.Richard Mudgett
2014-12-03apps/app_voicemail: Fix crash with IMAP when streams are opened simultaneouslyMatthew Jordan
2014-11-09app_voicemail: Fix enhancement that allowed multiple recipients in To: headerMatthew Jordan
2014-11-03Fix compile error caused by review 4138Corey Farrell
2014-11-02Fix ast_writestream leaksCorey Farrell
2014-10-30app_voicemail: Fix unchecked bounds of myArray in IMAP_STORAGE.Walter Doekes
2014-10-13manager/config: Support templates and non-unique category names via AMIGeorge Joseph
2014-09-16Voicemail: get correct duration when copying file to vmScott Griepentrog
2014-08-15app_voicemail/app: Remove test events that were duplicated by r421059Matthew Jordan
2014-08-12app_voicemail: Fix the "test_voicemail_vm_info" unit test.Joshua Colp
2014-08-08Fix build in devmode.Jason Parker
2014-08-08app_voicemail: Add the ability to specify multiple email addresses.Jason Parker
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-23app_voicemail: use a consistent generator stringScott Griepentrog
2014-07-21res_smdi: convert to astobj2Corey Farrell
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-06-30apps/app_voicemail: Fix compilation error introduced in r417591Matthew Jordan
2014-06-30app_voicemail, say: Add support for Japanese LanguageMatthew Jordan
2014-06-20voicemail API callbacks: Extract the sayname API call to its own registerd ca...Richard Mudgett
2014-05-28Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messagesMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-03-27Fix dialplan function NULL channel safety issuesCorey Farrell
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2014-01-06app_voicemail: Explicitly set defaultenabled=yesRichard Mudgett
2014-01-06External MWI core support.Richard Mudgett
2013-12-19Voicemail: Remove mailbox identifier format (box@context) assumptions in the ...Richard Mudgett
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-18channels: Return allocated channels locked.Joshua Colp
2013-12-11app_voicemail: Voicemail callback registration/unregistration function improv...Richard Mudgett
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson