Commit Graph

168 Commits (f717cd2719b51a104e885eef22bfdafd248754ce)

Author SHA1 Message Date
Mark Spencer d9ed36059c Add peercontext parameter for default outbound context (bug #1929)
21 years ago
Mark Spencer a466fdbc40 Merge voicemail internationalization (bug #1485)
21 years ago
Mark Spencer 74fdefdf1e Merge Tilghman's voicemail broadcast improvements (thanks!)
21 years ago
James Golovich f5c18f62a1 Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h).
21 years ago
Mark Spencer 5546e32355 Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch still pending)
21 years ago
Mark Spencer 88aec64bce Minor fixup to voicemail (bug #1865)
21 years ago
James Golovich f70b57352b Fix MailboxExists to follow the original behavior of jumping to +101 if the voicemailuser exists
21 years ago
Mark Spencer d208532e6e x86-64 compile fixes and cleanups
21 years ago
James Golovich 31b39fe85e Fix voicemail description. We send calls into extension 'a' or 'o' not priority
21 years ago
James Golovich 481a59e92e Build ecodes string a little better in app_voicemail so that the 'a' extension will work even if the 'o' extension doesn't exist. Also update the description to include info on the 'a' extension
21 years ago
Mark Spencer 727abcdec7 Merge FreeBSD locking fixes (bug #1411)
21 years ago
Mark Spencer ce82bfa75a Play acknowledgement in all cases (bug #1767)
21 years ago
Mark Spencer 36b87b3b33 Voicemail fixes (bug #1758)
21 years ago
Mark Spencer 8164972e34 allow multiple exit characters on control_streamfile, allow '1' to skip envelope
21 years ago
Mark Spencer d34639a601 Allow variable substitution in from string (bug #1741)
21 years ago
Mark Spencer ff2ba012d2 Merge connor's exit context patch (#1737)
21 years ago
James Golovich fc7593e594 More formatting fixes
21 years ago
Anthony Minessale II 54780434a6 enhance control_playback to have an app (app_controlplayback) and to allow pause (inherited by app_voicemail)
21 years ago
James Golovich 82b3a5f417 Formatting fixes
21 years ago
Anthony Minessale II 8f9e2b6633 add ast_control_streamfile api call
21 years ago
Mark Spencer 3377298b06 Handle different contexts (bug #1702)
21 years ago
Mark Spencer 316bffd061 Fix voicemail ADSI codes (bug #1680)
21 years ago
Mark Spencer ba264f8158 Minor mailbox cleanups
21 years ago
Mark Spencer 740243552f Use find_user for existsmailbox
21 years ago
Mark Spencer 9f14461cb7 Fixes to mailbox exists
21 years ago
Mark Spencer 0004e8a4be Stop stream when interrupted by '#' or '*' or '0' (bug #1689)
21 years ago
Mark Spencer b1462cd593 Make playback of envelope a configurable option (bug #1683)
21 years ago
Mark Spencer 10c25aa6d9 Put sip history stuff in (for real) and provide voicemail context (when not default) in some critical places (bug #1609)
21 years ago
Mark Spencer e753e1a460 Don't say "re-recording" on CLI.
21 years ago
Mark Spencer fb80a4a397 Change "boundary" to be less likely to cause e-mail conflicts (bug #1602)
21 years ago
Mark Spencer 87e3b8b2ad Allow characterset to be specified (bug #1598)
21 years ago
Mark Spencer 230eb50e96 Set mimetype to lower case (bug #1597)
21 years ago
Mark Spencer 3ad6ed3e92 Add ability to specify custom e-mail subject line (bug #1291)
21 years ago
Mark Spencer 9144ad4883 Further minor fixup
21 years ago
Mark Spencer 307168cc0f Merge sbinger's voicemailf ixes for duration and short files (bug #1282) thanks!
21 years ago
Jeremy McNamara 93fd179b4c correctly stay in admin menu until user wants out (bug #977)
21 years ago
Jeremy McNamara a3803a3c93 rollback bug#77..the right fix immanent
21 years ago
Mark Spencer 30e9661919 Stay in admin menu until user wants out (bug #977)
21 years ago
Mark Spencer 722f92e834 Say "message 1" in title (bug #1521)
21 years ago
Jeremy McNamara 709e526ad9 populate global options correctly. Bug#1515
21 years ago
Mark Spencer 5192a1a054 Add support for French, Danish, Portuguese, Spanish, Italian, and Dutch numbers
21 years ago
Mark Spencer 478474bcb1 Merge bug 1483 -- advanced voicemail options
21 years ago
Mark Spencer 776a66f5db Merge Matt's extern notify patch
21 years ago
Malcolm Davenport df9089d3f8 More changes to Matt's application
21 years ago
Mark Spencer 13bca43aa8 Get rid of all that old needlock garbage now that we're using recursive mutexes
21 years ago
Malcolm Davenport d0037ea2fd Add Matt's option to call an external application when a voicemail is
21 years ago
Mark Spencer fbc5be2426 Fix small typo
21 years ago
Mark Spencer 4b02c78aaa Don't die on a bad voicemail conf timezone entry (bug #1326)
21 years ago
Mark Spencer 3e9c337946 Small SIP fix, voicemail fix, and some delivery fixes on new apps
21 years ago
Mark Spencer eeb2ca5b26 Make read/write mode have a lock parameter and use it properly.
21 years ago
Malcolm Davenport 71eafcf3da Typo
21 years ago
Malcolm Davenport 7555e69cdc Bug # 1271: Document the 'o' extension in VoiceMail application
21 years ago
Mark Spencer 98b59da9ad Create ast_safe_system which closes off file descriptors before spawning system() and so on.
21 years ago
Mark Spencer 893ed27f5b Create temporary file and then sendmail it, then delete it, to avoid a hanging mailcmd from hanging asterisk (bug #1262)
21 years ago
Malcolm Davenport 5191a04055 Bug # 1088: Add MailboxExists, conditionally branches to priority n+101
21 years ago
Malcolm Davenport 9ef542b3cb Bug # 1179: Remove "show voicemail users" when using MYSQL voicemail interface
21 years ago
Malcolm Davenport 264bfb7121 Bug # 1247: Add patch to specify minimum vmail length and discard that
21 years ago
James Golovich 8812409528 Make voicemail not say goodbye twice on hangup (bug 1201)
21 years ago
Mark Spencer 674d81ce27 Fix strncpy auditing (bug #1152)
21 years ago
Mark Spencer 064d7ffdb2 Don't write duration if file disappears (bug #1102 -- thanks hmodes)
22 years ago
James Golovich 38198d8cb3 Add extra \n so email sent by voicemail has the right header delimiter
22 years ago
Mark Spencer f62061aa78 Handle change password properly with multiple VM contexts (bug #1069)
22 years ago
Mark Spencer bac2215fb6 Fix several memory leaks
22 years ago
Mark Spencer 32e131862d Elminate unused code/warnings (bug #934)
22 years ago
Mark Spencer cf036062c4 Character set fixes, and add "mailcmd" option (bug #472)
22 years ago
Jeremy McNamara 4231743209 Fix show voicemail users for <context>. Bugs #820
22 years ago
Jeremy McNamara 2786bc27be Implement pin usage in MeetMe. Bug #816
22 years ago
Malcolm Davenport 6f21ad6d86 Bug #690: Add "show voicemail users" and "show voicemail zones" CLI command to app_voicemail
22 years ago
Malcolm Davenport 22b3dd8c17 Fix Bug #625: Voicemail with PostgreSQL backend called with no context puts msgs in
22 years ago
Malcolm Davenport ee480fecae PostgreSQL Voicemail NULL password..Bug #546
22 years ago
Martin Pycko 3827fbc302 Play a beep after the user chooses prepending
22 years ago
Martin Pycko 5bc570d449 Don't distroy the original message when prepending and if prepending forward with the prepended message even if the hangup is received
22 years ago
Martin Pycko f1676593d0 Don't free the user structure before reading the next pointer
22 years ago
Martin Pycko d2b596f108 Add voicemail prepending feature plus forwarding to many extensions if you specify exten1*exten2*.....#
22 years ago
Mark Spencer 25ebd8de49 Properly fix double locking issue, fix wav49 issue
22 years ago
Mark Spencer fac7eaffa9 Fix PGSQL voicemail issues (bug #625) and fix reload races in iax2
22 years ago
Mark Spencer ca1504db04 Document changes to voicemail application
22 years ago
Mark Spencer aa68c67537 Fix martin's typo
22 years ago
Martin Pycko 967871d4b8 Fix the segfault with duration=atol(NULL)
22 years ago
Mark Spencer 50a4441a6f Ask for mailbox number if omitted (bug #552)
22 years ago
Mark Spencer 3d4c7fd9dd Unregister additional applications (bug #539)
22 years ago
Mark Spencer 02121840c1 Match filename between content-disposition and content-type
22 years ago
Mark Spencer 6da153e69c Make format name match (not sure this is always a good idea) (bug #542)
22 years ago
Mark Spencer ada8ccbb14 If no vm box, go to 101 if appropriate (bug #489)
22 years ago
Mark Spencer fe98390fe0 Retain beep
22 years ago
Mark Spencer d886e2a557 More generally stop streaming when interrupted
22 years ago
Mark Spencer acf41ac2df Stop stream
22 years ago
Mark Spencer dbb09a65fe Move voicemail2 to voicemail, retain compatibility with "Voicemail2"
22 years ago
Mark Spencer 479a67e629 BSD portability enhancements (bug #234)
22 years ago
Mark Spencer 7fe77f16a7 Silence updates
22 years ago
Mark Spencer 8b257ef3b6 Add silence detection to voicemail
22 years ago
Mark Spencer 47da76ae48 Shorten message to fit on my Timex IM watch
22 years ago
Mark Spencer f6764f4722 More contributed BSD enhancements
22 years ago
Mark Spencer dbe00ec2d2 Make paging support apply to forwarded messages too
22 years ago
Mark Spencer f6b058e8ae Add pager stuff
22 years ago
Mark Spencer abde9eef28 Fix operator extension
22 years ago
Mark Spencer 3e10ac9f6e Add new "macrocontext" field (yes, you need to "make clean ; make install"
22 years ago
Mark Spencer b0bb0ed079 Fix transition to operator extension
22 years ago
Mark Spencer be1d78a3ea Make voicemail timeout configurable
22 years ago
Mark Spencer 2d5b51e3b0 Add fast-forward and rewind to voicemail
22 years ago