dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

258 Commits

Author SHA1 Message Date
russell 36b3d6f283 when going through new user setup, don't change the password if they don't
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-11-01 02:20:30 +00:00
kpfleming bd6eb0d661 handle comments containing what appear to be context names during voicemail.conf updates better (issue #5385)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6917 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-31 23:41:20 +00:00
kpfleming d1eb523ab8 don't use 'rowcount' after SELECT statements, since the ODBC API does not say it is allowed (issue #5083)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6904 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-31 21:31:25 +00:00
russell 2a1fd152ed remove unnecessary checks before calls to ast_strlen_zero
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6864 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26 19:48:14 +00:00
russell 2c3b3edc86 Doxygen documentation update from oej (issue #5505)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24 20:12:06 +00:00
russell 58818426d6 Massive cleanups to applications for LOCAL_USER handling and some other things.
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-19 18:19:02 +00:00
russell 2c83f05ebb it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCALUSERS
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6828 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18 22:52:21 +00:00
kpfleming 0712d9dff3 ensure that message envelopes are retrieved from ODBC storage when advanced options menu is used (issue #5393)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6783 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-14 00:08:24 +00:00
kpfleming a3800e5678 correct logic errors (issue #5258)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6651 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-25 20:39:19 +00:00
kpfleming 23b2d967cb fix copy-and-paste error
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6638 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-24 22:56:41 +00:00
kpfleming 95fe2b8fd4 update MANY more files with proper copyright/license info (thanks Ian!)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14 20:46:50 +00:00
kpfleming 9ffe7a545d allow channel receive gain to be adjusted while recording messages/greetings 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-14 20:00:54 +00:00
twisted 58a5f701a4 Set filaneme BEFORE we return from open_mailbox() if we don't have positive message count (Bug #5175)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6559 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-09 21:13:42 +00:00
kpfleming a21860310e convert a bunch of apps to use ast_goto_if_exists() (issue #5138)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6533 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07 19:13:00 +00:00
kpfleming 687a47fc26 eliminate signedness warnings (issue #5129)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6530 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07 18:55:03 +00:00
russell f183317737 fix mem leak from not destrying config (issue #5048)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6432 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-29 16:08:53 +00:00
kpfleming 7ff52bf0be add optional 'extended ODBC storage' mode (issue #4403)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6404 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-25 03:15:18 +00:00
kpfleming 3f7567fe15 do expensive 'next message number' calculation before playing sounds (issue #4955)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6373 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-23 02:01:37 +00:00
kpfleming 77ffeda4e8 make pager messages configurable (issue #4829)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6361 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-22 22:43:47 +00:00
kpfleming 19577acdfe add 'restart' character to ast_control_playback function and 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-22 19:06:42 +00:00
markster 1bc584b850 Fix password change bug (bug #4976)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6340 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-17 15:49:34 +00:00
markster 8e03a2c849 Fix voicemail crash (bug #4800)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6261 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-03 02:45:30 +00:00
markster 2437ed2777 Make sure we don't close a mailbox if we didn't open one (bug #4800)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6250 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-01 11:09:03 +00:00
markster 76c2a95e9a Minor voicemail fixup (related to 4800, but not the fix yet)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6249 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-01 11:03:09 +00:00
markster 7a8e8d3b67 Remove per-context maxmsg which should never have made it in (bug #4843)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6242 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-28 18:14:13 +00:00
kpfleming c8ececdd93 add OGG/Vorbis file format support (bug #4296)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6173 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-20 00:25:54 +00:00
kpfleming ff15e0fa53 add a library of timeval manipulation functions, and change a large number 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-15 23:00:47 +00:00
kpfleming cf67ae6727 restore count_messages for ODBC storage to proper behavior (bug #4711)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6132 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15 00:27:41 +00:00
kpfleming f4efe45a03 clean up maxmsg parsing, and ensure default applies to Realtime voicemail users
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6131 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15 00:18:58 +00:00
kpfleming 90a8bcf11a fix up lock breakage from bug #4245
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6125 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-13 19:27:09 +00:00
russell 023e0980e0 get rid of compiler warning (bug #4682)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6107 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 15:22:55 +00:00
kpfleming be462a3f05 clean up and reorganize vm_intro_it (bug #4683, with formatting changes)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6105 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 15:10:31 +00:00
kpfleming cb2f998880 correct arguments being passed to external notify function (bug #4595)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6100 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 02:57:50 +00:00
kpfleming 70fc8fb4ff support a configurable number of mailboxes per folder (bug #4229)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6099 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 02:53:56 +00:00
russell d7d26d14c9 update the password in memory as well when using externpass (bug #4602)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6092 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 01:30:55 +00:00
kpfleming ede4987bc2 fix voicemail path locking problems (bug #4245)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6091 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 01:04:54 +00:00
russell 0b44d1f8e3 properly handle the return of the rowcount from ast_update_realtime (bug #4452)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6089 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-11 23:13:11 +00:00
russell 72af60b3e6 define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSION
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6076 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10 23:49:57 +00:00
kpfleming 3e4c578bc5 ast_copy_string conversion
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-07 23:17:22 +00:00
kpfleming d31431d5a7 allow user-configurable date formats in voicemail message body (bug #4554)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6050 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07 22:56:49 +00:00
kpfleming 48cff611a5 support Swedish grammar for voicemail message counts (bug #4227)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5985 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23 17:44:20 +00:00
kpfleming 8dc28b2439 the last round of file version tags
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5867 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06 22:39:32 +00:00
kpfleming e500673791 major Makefile and build process improvements, including removal of all 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
2005-06-06 03:04:58 +00:00
russell 80078366b9 remove extra LOCAL_USER_REMOVE (bug #4308)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5709 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-17 17:19:53 +00:00
kpfleming 4b5e35ce78 clean up message duration writing code (bug #4285)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5698 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-16 13:36:35 +00:00
kpfleming 276253b1a3 support Swedish and Norwegian mailbox intros (bug #4227)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5677 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15 17:03:08 +00:00
kpfleming 5b2aecdd56 add silent option to VMAuthenticate application (bug #4157)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5672 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15 05:23:05 +00:00
mattf 6757232639 Fix to bug 4118
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5620 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-10 19:05:50 +00:00
markster 64ef317fa8 Fix gethostname calls (bug #4198, with mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5600 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-08 16:44:25 +00:00
kpfleming b7e6d89aa2 don't use '%i' at all, since we have no current use cases that need non base-10 parsing (bug #4110)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5533 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29 17:00:33 +00:00