aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Collapse)AuthorFilesLines
2005-11-08issue #5649kpfleming1-16/+54
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7015 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08issue #5648kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7011 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-07application doc updatekpfleming1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6992 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06issue #5605russell1-47/+53
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6979 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06alphabetize option listsrussell1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6975 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06Handle ODBC forwarding properly (bug #5606)markster1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6974 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-03major update to arg/option parsing APIs and documentationkpfleming1-19/+23
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6953 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01when going through new user setup, don't change the password if they don'trussell1-20/+25
match. Also, allow 3 tries before bailing out. (issue #5495, different fix) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6922 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-31handle comments containing what appear to be context names during ↵kpfleming1-46/+84
voicemail.conf updates better (issue #5385) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6917 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-31don't use 'rowcount' after SELECT statements, since the ODBC API does not ↵kpfleming1-121/+53
say it is allowed (issue #5083) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6904 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-9/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6864 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-5/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-9/+20
In general, LOCAL_USER_ADD/REMOVE should be the first/last thing called in an application. An exception is if there is some *fast* setup code that might halt the execution of the application, such as checking to see if an argument exists. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6832 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18it's a good idea to unregister everything before calling ↵russell1-3/+6
STANDARD_HANGUP_LOCALUSERS git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6828 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-14ensure that message envelopes are retrieved from ODBC storage when advanced ↵kpfleming1-0/+2
options menu is used (issue #5393) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6783 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-25correct logic errors (issue #5258)kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6651 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-24fix copy-and-paste errorkpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6638 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-11/+23
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14allow channel receive gain to be adjusted while recording messages/greetings ↵kpfleming1-620/+671
in voicemail (workaround for issue #2023 from the ancient past) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6595 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-09Set filaneme BEFORE we return from open_mailbox() if we don't have positive ↵twisted1-1/+6
message count (Bug #5175) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6559 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07convert a bunch of apps to use ast_goto_if_exists() (issue #5138)kpfleming1-6/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6533 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07eliminate signedness warnings (issue #5129)kpfleming1-18/+21
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6530 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-29fix mem leak from not destrying config (issue #5048)russell1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6432 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-25add optional 'extended ODBC storage' mode (issue #4403)kpfleming1-31/+279
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6404 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-23do expensive 'next message number' calculation before playing sounds (issue ↵kpfleming1-6/+13
#4955) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6373 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-22make pager messages configurable (issue #4829)kpfleming1-3/+67
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6361 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-22add 'restart' character to ast_control_playback function and ↵kpfleming1-1/+1
ControlPlayback() application (issue #4693) rework app_controlplayback.c to take into account all Asterisk 1.2 coding style requirements git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6352 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-17Fix password change bug (bug #4976)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6340 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-03Fix voicemail crash (bug #4800)markster1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6261 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-01Make sure we don't close a mailbox if we didn't open one (bug #4800)markster1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6250 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-01Minor voicemail fixup (related to 4800, but not the fix yet)markster1-3/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6249 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-28Remove per-context maxmsg which should never have made it in (bug #4843)markster1-18/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6242 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-20add OGG/Vorbis file format support (bug #4296)kpfleming1-1/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6173 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15add a library of timeval manipulation functions, and change a large number ↵kpfleming1-1/+1
of usses to use the new functions (bug #4504) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6146 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15restore count_messages for ODBC storage to proper behavior (bug #4711)kpfleming1-7/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6132 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15clean up maxmsg parsing, and ensure default applies to Realtime voicemail userskpfleming1-21/+21
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6131 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-13fix up lock breakage from bug #4245kpfleming1-198/+210
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6125 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12get rid of compiler warning (bug #4682)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6107 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12clean up and reorganize vm_intro_it (bug #4683, with formatting changes)kpfleming1-49/+31
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6105 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12correct arguments being passed to external notify function (bug #4595)kpfleming1-4/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6100 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12support a configurable number of mailboxes per folder (bug #4229)kpfleming1-37/+100
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6099 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12update the password in memory as well when using externpass (bug #4602)russell1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6092 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12fix voicemail path locking problems (bug #4245)kpfleming1-174/+288
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6091 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-11properly handle the return of the rowcount from ast_update_realtime (bug #4452)russell1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6089 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell1-5/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6076 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07ast_copy_string conversionkpfleming1-92/+95
replace unnecessary length-limited copies with direct copies git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6052 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07allow user-configurable date formats in voicemail message body (bug #4554)kpfleming1-1/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6050 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23support Swedish grammar for voicemail message counts (bug #4227)kpfleming1-1/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5985 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06the last round of file version tagskpfleming1-14/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5867 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06major Makefile and build process improvements, including removal of all ↵kpfleming1-1/+0
hardcoded paths (modules must now use run-time paths as they should) (bug #4116) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5855 f38db490-d61c-443f-a65b-d21fe96a405b