aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-03-03Fix type for astNumChannels.qwell1-1/+1
2008-03-03In the case of an ast_channel allocation failure, take the local_pvt out of therussell1-1/+8
2008-03-03Fix a potential memory leak of the local_pvt struct when ast_channel allocationrussell1-10/+14
2008-03-03Update the copyright information for autoservice. Most of the code in this filerussell1-1/+3
2008-03-03Merge in some changes from team/russell/autoservice-nochans-1.4russell4-5/+21
2008-03-03It is possible for no audio to pass between the current digit and next digit ...file1-1/+8
2008-03-03Add a comment to describe some logic.file1-0/+1
2008-02-29Fix a major bug in autoservice. There was a race condition in the handling ofrussell1-0/+18
2008-02-29Fix a potential memory leakphsultan1-0/+4
2008-02-29If the message file does not exist, just return harmlessly, instead of crashing.tilghman1-1/+3
2008-02-29Bump up the size of the uniqueid variable.file1-1/+1
2008-02-29Automatically create new buddy upon reception of a presence stanza ofphsultan1-19/+12
2008-02-28Fix a bug in the lock tracking code that was discovered by mmichelson. The i...russell2-14/+18
2008-02-28Update init script for LSB compattilghman1-22/+23
2008-02-28When using autofill, members who are in use should be counted towards the mmichelson1-0/+4
2008-02-28Make pbx_exec pass an empty string into applications, if we get NULL.qwell2-8/+4
2008-02-28According to a video at www.cisco.com, the 7921G supports 6 line appearances.qwell1-1/+4
2008-02-28Compatibility fix for PPC64tilghman2-2/+11
2008-02-27Two fixes:mmichelson1-5/+31
2008-02-27Don't loop around infinitely trying to spy on our own channel, and don't forg...file1-5/+5
2008-02-27Bump a couple of more buffers up by 2 so that annoying warnings aren't generatedmmichelson1-2/+2
2008-02-27Ensure the session ID can't be 0.tilghman1-1/+6
2008-02-27Bump up the buffer by 2.file1-1/+1
2008-02-27Fix a problem in ChanSpy where it could get stuck in an infinite loop withoutrussell1-1/+7
2008-02-27Inherit language from the transfering channel on a blind transfer.qwell1-3/+4
2008-02-27Use the lock (which already existed, it just wasn't used) on the updaters lis...file1-6/+6
2008-02-27fallback to standard English prompts properly when using new prompt directory...kpfleming1-14/+22
2008-02-27When we receive a known alarm, make sure that the unknown alarm flag is not s...russell1-0/+4
2008-02-27Only stop the MWI monitor thread if it was actually started.file1-1/+3
2008-02-27Avoid some recursion in the cleanup code for the chanspy datastorerussell1-0/+2
2008-02-27Zaptel 1.4 now exposes FXO battery state as an alarm. However, Asterisk 1.4russell1-16/+47
2008-02-26Add badshell to .PHONY target (thanks Kevin)qwell1-1/+1
2008-02-26Since all shells aren't as awesome as bash, we have to fail if somebody tries...qwell1-1/+8
2008-02-26Revert previous abspath change.qwell1-2/+2
2008-02-26Fix a very bizarre issue we were seeing with our buildbot when using a DESTDI...qwell1-2/+2
2008-02-26Merge changes from team/russell/smdi-1.4russell5-329/+979
2008-02-26IPTOS_MINCOST is not defined on Solaris.qwell1-1/+1
2008-02-25This patch fixes some pretty significant problems with how app_chanspy handlesrussell1-32/+178
2008-02-25Improve the lock tracking code a bit so that a bunch of old locks that threadsrussell1-1/+10
2008-02-25Make it so a users.conf user creates both a SIP peer and a SIP user. The user...file1-5/+11
2008-02-25If the destination folder is full, don't delete a message when exiting.tilghman1-2/+4
2008-02-25Allow the use of #include and #exec in situations where the max include depth...qwell1-1/+2
2008-02-25Ensure that the channel doesn't disappear in agent_logoff(). If it does, itrussell1-2/+21
2008-02-25If a resubscription comes in for a dialog we no longer know about tell the re...file1-0/+12
2008-02-25Due to recent changes tag will no longer be NULL if not present so we have to...file1-1/+1
2008-02-22Backwards debug message.tilghman1-2/+2
2008-02-21And as a followup to revision 104026, completely remove event-relatedmmichelson1-4/+0
2008-02-21Remove an incorrect debug message. It reported that it had received a specifi...mmichelson1-2/+0
2008-02-21reduce the likelihood that HTTP Manager session ids will consist of primarily...kpfleming1-1/+1
2008-02-20Clear up confusion when viewing the QUEUE_WAITING_COUNT of a mmichelson1-0/+8