aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)kpfleming9-17/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6047 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-07Hardcode urgent messages option in Voice-Message to 0malcolmd1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6046 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-06ensure that AGENTBYCALLERID is set for agents being reloaded from persistent ↵kpfleming1-2/+3
storage git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6039 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-06don't segfault when peer doesn't send Referred-By (bug #4588)kpfleming1-4/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6038 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-06ensure buffer policy is restored after RAS is done with a channel (bug ↵kpfleming1-15/+12
#4589, slightly simpler fix) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6037 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-06remember CallerID in AgentCallbackLogin, so it can be used at logoff timekpfleming1-16/+46
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-05don't write frames out to channel until after sending them to spies and/or ↵kpfleming1-2/+2
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-05add support for 'early loading' modules, so that nearly all configuration ↵kpfleming6-15/+70
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-05add new file to ignorekpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6033 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05clean up find_engine()kpfleming1-13/+11
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-05ensure that filesize-triggered reloads don't recurse (bug #4621, with mods)kpfleming1-4/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6031 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05ensure that text frames are copied correctly even if they are not ↵kpfleming1-1/+1
null-terminated (bug #4615) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6030 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05make editline build properly on cygwin (bug #4624)kpfleming4-3/+54
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6029 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05don't force autofallthrough to on (bug #4599)kpfleming1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6028 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05ensure that abandoned calls are recorded that way (bug #4644)kpfleming1-3/+11
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-05add man pages for autosupport and safe_asterisk scripts (bug #4642)kpfleming3-0/+105
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6026 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05actually _install_ the astgenkey man pagekpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6025 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05add function to convert a cause code to a stringrussell7-12/+84
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-05reset regattempts counter after successful registration (bug #4634)kpfleming1-4/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6023 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05fix up warnings (bug #4638)kpfleming1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6022 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05use proper shebang line in autosupport script, at proper location (bug #4640)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6021 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05don't unlink files just because they can't be opened (bug #4641)kpfleming1-86/+94
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-05print out which format was bigger than MAX_FORMATrussell1-3/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6019 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-04Added fix so that wctdm interface will start out in correct statejim1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6018 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-30Apply NODIR Patch (Bug #4619)anthm1-10/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6017 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-29Fix for bug 4347. Also breaking redirectingreason interpretation routine ↵mattf1-22/+37
into function git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6015 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-28UK discconnect tone detection support. Need to enable callprogress inmattf2-1/+22
zapata.conf and set progzone=uk git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6010 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24add new header fileskpfleming3-0/+280
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6009 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24split up string/time functions into separate header fileskpfleming6-288/+62
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-24un-break three-way callingkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6002 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24'9' doesn't fall there anymore ...russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6001 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24no need to call srand() when it is already called in asterisk.crussell1-3/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6000 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24add man pages (bug #4515)kpfleming2-0/+231
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5999 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24actually get the host's name for the code that needs it (bug #4569)kpfleming1-4/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5998 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24add conditional operator to expression parser, and various cleanups (bug #4459)kpfleming3-23/+81
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5997 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24ensure that 'zap show status' always generates output, even when there are ↵kpfleming1-0/+1
no interfaces present (bug #3585) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5996 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24update to current loader API (bug #4574)kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5995 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24don't use locks when reading usecounts (reading only, not writing)kpfleming19-94/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5994 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24fix outgoing format selection breakagekpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5993 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23make inlinable functions only need the function body in one file, and ↵kpfleming2-63/+48
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-23support cancellation of attended transfers using the defined disconnect code ↵kpfleming1-5/+185
(bug #3729 with minor mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5991 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23fix typo in descriptionrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5990 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23optimize ast_recvchar/ast_recvtext (bug #4591)kpfleming1-50/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5989 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23let's try allocating the proper amount of memory...kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5987 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23Okay ;)markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5986 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-23don't repeat a command during 'make install' (bug #4582)kpfleming1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5984 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23don't take locks when reading usecounts, they are not necessary (bug #4585)kpfleming12-96/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5983 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23make 'transfer to busy' support a configurable option, and make it _only_ ↵kpfleming2-13/+21
short-circuit AST_STATE_BUSY git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5982 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23Fix debugging to not print warningsmarkster1-14/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5981 f38db490-d61c-443f-a65b-d21fe96a405b