dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

5389 Commits

Author SHA1 Message Date
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
kpfleming c0c3c1d601 remember CallerID in AgentCallbackLogin, so it can be used at logoff time
use stored CallerID when auto-logoff occurs to clear AGENTBYCALLERID variable (bug #4616)
persist stored CallerID into/out of astdb


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6036 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-06 01:29:15 +00:00
kpfleming dbe003a6c1 don't write frames out to channel until after sending them to spies and/or monitor, since the channel driver might modify the frame data in the buffer (bug #4623)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6035 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05 22:21:54 +00:00
kpfleming 97236cfc32 add support for 'early loading' modules, so that nearly all configuration files can be read from Realtime storage
add warning for when file mapping is found but the engine is not available
add warning for trying to map 'logger.conf', since it cannot be reliably mapped


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6034 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05 22:11:43 +00:00
kpfleming 855799ac77 add new file to ignore
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6033 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05 22:10:39 +00:00
kpfleming 7e1ae3b6b8 clean up find_engine()
issue a warning when a config file mapping is found but the desired driver is not available (inspired by bug #4628)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6032 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05 21:17:58 +00:00
kpfleming 153108fec0 ensure that filesize-triggered reloads don't recurse (bug #4621, with mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6031 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05 20:31:34 +00:00
kpfleming d38807784a ensure that text frames are copied correctly even if they are not null-terminated (bug #4615)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6030 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05 19:52:48 +00:00
kpfleming 7104dd0bc9 make editline build properly on cygwin (bug #4624)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6029 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05 19:30:18 +00:00
kpfleming b329e2e4b0 don't force autofallthrough to on (bug #4599)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6028 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05 19:22:58 +00:00
kpfleming 3da0699ac5 ensure that abandoned calls are recorded that way (bug #4644)
show 'available' for member channels that are not known to be in some other state (bug #4644)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6027 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05 19:22:26 +00:00
kpfleming 5f5adc7281 add man pages for autosupport and safe_asterisk scripts (bug #4642)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6026 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05 19:04:49 +00:00
kpfleming ec11479229 actually _install_ the astgenkey man page
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6025 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05 19:02:25 +00:00
russell 0b7a2ea0e7 add function to convert a cause code to a string
create MAX_MUSICCLASS instead of using MAX_LANGUAGE


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6024 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05 17:16:17 +00:00
kpfleming 0062027482 reset regattempts counter after successful registration (bug #4634)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6023 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05 15:08:34 +00:00
kpfleming af6f9e5664 fix up warnings (bug #4638)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6022 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05 14:45:48 +00:00
kpfleming 7c097513a1 use proper shebang line in autosupport script, at proper location (bug #4640)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6021 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05 14:41:28 +00:00
kpfleming 412874c466 don't unlink files just because they can't be opened (bug #4641)
clean up and reformat ast_readfile and ast_writefile


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6020 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05 14:37:24 +00:00
russell d6332525d1 print out which format was bigger than MAX_FORMAT
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6019 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05 14:00:03 +00:00
jim f63e1f68c7 Added fix so that wctdm interface will start out in correct state
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6018 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-04 00:52:18 +00:00
anthm c1f860cf98 Apply NODIR Patch (Bug #4619)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6017 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-30 18:08:27 +00:00
mattf 35a936a0ed Fix for bug 4347. Also breaking redirectingreason interpretation routine into function
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6015 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-29 21:47:44 +00:00
mattf 1e8c69d948 UK discconnect tone detection support. Need to enable callprogress in
zapata.conf and set progzone=uk


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6010 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-28 14:36:56 +00:00
kpfleming b382b968ab add new header files
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6009 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24 22:50:07 +00:00
kpfleming 889ce1c0e8 split up string/time functions into separate header files
make more LOW_MEMORY optimizations, and ensure that a non-inline version of each inlinable function is always available (for external modules)
move compiler-specific stuff into a separate header file


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6008 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24 22:45:15 +00:00
kpfleming ca7d7865a7 un-break three-way calling
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6002 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24 19:15:51 +00:00
russell 66c6a257d1 '9' doesn't fall there anymore ...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6001 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24 17:19:26 +00:00
russell 08b4defddd no need to call srand() when it is already called in asterisk.c
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6000 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24 04:38:59 +00:00
kpfleming 2b300ae239 add man pages (bug #4515)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5999 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24 03:02:55 +00:00
kpfleming 4fc21f5b06 actually get the host's name for the code that needs it (bug #4569)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5998 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24 02:56:15 +00:00
kpfleming 8ee43b1f52 add conditional operator to expression parser, and various cleanups (bug #4459)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5997 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24 02:51:47 +00:00
kpfleming 3b5b886721 ensure that 'zap show status' always generates output, even when there are no interfaces present (bug #3585)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5996 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24 02:37:32 +00:00
kpfleming 3d921418ac update to current loader API (bug #4574)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5995 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24 02:33:14 +00:00
kpfleming 6589a68fcb don't use locks when reading usecounts (reading only, not writing)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5994 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24 02:15:04 +00:00
kpfleming 7dca0da7a5 fix outgoing format selection breakage
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5993 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24 01:37:15 +00:00
kpfleming 53c06ed2e8 make inlinable functions only need the function body in one file, and respond properly to LOW_MEMORY being defined
make ast_copy_string inlinable, and ast_tvdiff_ms LOW_MEMORY aware


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5992 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23 23:07:55 +00:00
kpfleming a6f4e0fac7 support cancellation of attended transfers using the defined disconnect code (bug #3729 with minor mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5991 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23 22:12:01 +00:00
russell c64a6879d6 fix typo in description
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5990 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23 22:00:10 +00:00
kpfleming c72d7d5797 optimize ast_recvchar/ast_recvtext (bug #4591)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5989 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23 21:28:09 +00:00
kpfleming 2cf194f912 let's try allocating the proper amount of memory...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5987 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23 19:11:49 +00:00
markster 432aaba1c8 Okay ;)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5986 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23 18:37:27 +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 d501075341 don't repeat a command during 'make install' (bug #4582)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5984 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23 17:32:36 +00:00
kpfleming b2594f9c52 don't take locks when reading usecounts, they are not necessary (bug #4585)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5983 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23 17:30:56 +00:00
kpfleming 80155f4f8e make 'transfer to busy' support a configurable option, and make it _only_ short-circuit AST_STATE_BUSY
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5982 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23 14:51:52 +00:00
markster 2cab0302e8 Fix debugging to not print warnings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5981 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23 01:17:00 +00:00