dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

5584 Commits

Author SHA1 Message Date
kpfleming 7b2753f223 make 'webvmail' installation directories more configurable (bug #4649)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6095 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 02:08:03 +00:00
kpfleming 95b685631f add 'exit context' and 'only stop on match' options to Background app (bug #4511)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6093 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 01:34:06 +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
kpfleming aa699085f4 simplify (and document!) macro for inlinable API functions (inspired by bug #4603, with slightly different implementation)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6090 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-11 23:25:31 +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
kpfleming 84b415519d fix threading portability problem with FreeBSD (bug #4532)
ensure that all mpg123 child processes get killed when the parent is killed (bug #4532)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6086 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-11 21:42:25 +00:00
kpfleming cfd662aa15 remove complex malloc-avoidance (bug #4601)
remove resetting of variables during unload that will only be freed or set to known values on reload


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6085 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-11 21:06:27 +00:00
russell 291f01d41f fix off by one errors in calls to ast_copy_string (bug #4600)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6084 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-11 21:05:35 +00:00
kpfleming 27dfdd0b12 reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used between the arguments
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6083 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-11 20:46:25 +00:00
kpfleming 182bab0dd6 don't hangup the channel when a RECEIVE TEXT command times out (bug #4607)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6082 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-11 20:40:02 +00:00
mattf b30a8fecdf Make PRI debug easier to read if you're not using NFAS
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6081 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-11 19:23:02 +00:00
kpfleming 7039705af0 fix compiler warning about ast_copy_string
remove double-include of asterisk.h


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6080 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-11 00:00:11 +00:00
russell 0258927ef2 use AST_MAX_CONTEXT
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6079 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10 23:58:33 +00:00
kpfleming 195b213e41 more thoughts
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6078 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10 23:58:07 +00:00
kpfleming cf7dd25e04 minor fixes, and more topics covered
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6077 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10 23:51:10 +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
russell cbc8a4b7d2 more ast_copy_string conversions
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6075 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10 23:21:39 +00:00
russell d99da55a16 more ast_copy_string conversions
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6074 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10 23:12:25 +00:00
russell 9690f518f5 more ast_copy_string conversions
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6073 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10 22:56:21 +00:00
markster cd6f09bb95 Pass along proceeding and progress even when overlap mode is not on
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6072 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10 16:05:59 +00:00
markster 08be46197d You must have version.h before building dependencies!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6071 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10 15:53:05 +00:00
kpfleming f845abbee8 simplify locking (use a single lock, no deadlock possible)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6070 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10 13:06:54 +00:00
markster 8279b682e0 Fix lock ordering in devicestate
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6069 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10 12:09:40 +00:00
jim 4ad4095bec Fixed iobase specification in rpt.conf and put in check for 'keyed' for
main system rx DTMF.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6068 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10 03:13:42 +00:00
anthm 1b09b7eb36 Typo Fix (per corydon76)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6067 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-09 20:37:59 +00:00
malcolmd 3d0410fcbf D'oh
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6066 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-09 15:36:59 +00:00
malcolmd 5af73195c1 Bug #4652 - Take two
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6065 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-09 12:18:59 +00:00
malcolmd 7b1859927c Bug #4652 - Require libstrfunc for FreeBSD. Thanks Corydon
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6064 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-08 21:54:07 +00:00
kpfleming 60d4445a9b add the new files for the last commit :-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6063 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-08 21:15:41 +00:00
kpfleming 1945cc0f81 queue device state changes and handle them serially in a background thread
optimize device state related functions
add ast_get_channel_by_name_prefix to allow searching for matching channels in O(1) operation


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6062 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-08 21:14:34 +00:00
kpfleming 4f868cef84 ensure globals are all static
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6061 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-08 21:09:38 +00:00
mattf 0a7ce10e65 Change level of message in case of write on hung up channel (Bug #4651)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6060 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-08 19:10:39 +00:00
kpfleming dedd2c6fc8 clean up compiler warnings during build on 64-bit systems
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6059 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-08 17:06:54 +00:00
russell 582f3eb990 update sample to reflect new nodir option
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6058 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-08 15:04:01 +00:00
russell 73c653801f make this call to socket() consistent with the rest of them in Asterisk
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6057 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-08 14:27:39 +00:00
russell 92832d9f32 super crazy ast_copy_string conversion madness!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6056 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07 23:46:10 +00:00
kpfleming e4711aa507 add path-locking to voicemail CGI app (bug #4304)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6055 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07 23:34:59 +00:00
russell 3fd18f1aad more fun with ast_copy_string
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6054 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07 23:32:37 +00:00
kpfleming 037bcf867f ensure that "completed calls" counter is updated properly (bug #4575)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6053 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07 23:29:48 +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
russell f6312b64c0 more ast_copy_string conversions
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6051 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07 23:17:04 +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 9bdf537755 ensure that mailbox numbers are read correctly from password files (bug #4655)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6049 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07 22:42:06 +00:00
kpfleming f4db6c2fe6 ensure that conference created by new caller who fails to enter a PIN is destroyed (bug #4613)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6048 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07 22:36:40 +00:00
kpfleming 09ab7d67e4 make CLI output use singular/plural when appropriate (bug #4654)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6047 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07 22:32:20 +00:00
malcolmd 3b6e3a55a2 Hardcode urgent messages option in Voice-Message to 0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6046 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07 19:51:33 +00:00
kpfleming 3b3ea2d2e4 ensure that AGENTBYCALLERID is set for agents being reloaded from persistent storage
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6039 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-06 14:47:25 +00:00
kpfleming 26254ab942 don't segfault when peer doesn't send Referred-By (bug #4588)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6038 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-06 01:45:23 +00:00
kpfleming 2596bd04e8 ensure buffer policy is restored after RAS is done with a channel (bug #4589, slightly simpler fix)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6037 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-06 01:41:54 +00:00