aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.0.8@7221 f38db490-d61c-...kpfleming1-0/+0
2005-06-22This commit was manufactured by cvs2svn to create tag 'v1-0-8'.(no author)1-174/+251
2004-09-20Fixup vm user struct (bug #2472)markster1-0/+1
2004-09-17Move routines from voicemail to app for general use (part of bug #752)markster1-645/+202
2004-09-15Make ADSI in voicemail configurable (bug #2209)markster1-9/+24
2004-09-06Add Czech digit/voicemail supportmarkster1-0/+78
2004-09-06Allow "-" in password to make it unchangable (bug #2386)markster1-2/+11
2004-09-05Don't prompt for password if one is not needed (bug #2385)markster1-9/+14
2004-09-05Fix some small voicemail password bugs (bug #2373)markster1-1/+5
2004-09-03Make sure shell version happens even if MySQL mailboxes are there (bug #2367)markster1-7/+7
2004-09-03Allow external program to be used to change password (bug #2357)markster1-4/+22
2004-09-03Use exitcontext when available (bug #2363)markster1-2/+8
2004-09-02If '#' is sent for username, use callerid if available (bug #2301)markster1-4/+16
2004-09-02Improve voicemail verbosity (bug #2351)markster1-0/+9
2004-08-16Merge MOG's first serious patch (new message patch) (bug #2071)markster1-82/+110
2004-08-06Fix pager voicemail notification from string (bug #2142), MOG's first patch!markster1-1/+21
2004-07-18Grab the Message-ID toomarkster1-1/+1
2004-07-17Make bound more unique (bug #2072)markster1-1/+1
2004-07-17Voicemail fixes (bug #1982)markster1-5/+11
2004-07-14Merge rgagnon's pedantic string changes (apps n-z) (bug #2038)markster1-42/+48
2004-07-09Add "skipaftercmd" option to voicemail to move to the next message automatica...markster1-2/+29
2004-07-08Don't free until after externnotify (bug #1993)markster1-2/+2
2004-07-08Re-fix bug #1977 (bug #1997)markster1-3/+2
2004-07-08Merge matt's voicemail patch with some restructuring (bug #1971)markster1-9/+15
2004-07-07Deprecate emailtitle since emailsubject is more powerful.markster1-1/+3
2004-07-07voicemail cleanups from rgagnon (bug #1977)markster1-86/+85
2004-07-01Fix missing context when calling app_hasvoicemail (bug #1962)markster1-3/+4
2004-07-01Reverse login on voicemail email sending. Last change made it send email onl...citats1-1/+1
2004-06-30Fix stupid typomalcolmd1-1/+1
2004-06-30Bug #1957. Take twomalcolmd1-1/+4
2004-06-30"Unfix" Bug 1957...this isn't the solutionmalcolmd1-6/+1
2004-06-30Bug # 1957. No more sending e-mails if the address isn'tmalcolmd1-0/+5
2004-06-29Prefer extensions within a macro to those outside (bug #1943)markster1-4/+18
2004-06-26Don't repeat option 3 (bug #1910)markster1-3/+5
2004-06-26Add peercontext parameter for default outbound context (bug #1929)markster1-1/+0
2004-06-25Merge voicemail internationalization (bug #1485)markster1-101/+496
2004-06-23Merge Tilghman's voicemail broadcast improvements (thanks!)markster1-106/+201
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+0
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...markster1-3/+1
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