aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-03-11fix various other problems found by gcc 4.3kpfleming3-11/+7
2008-03-11stop checking for mktime() in the configure script... we don't use it, and th...kpfleming4-524/+151
2008-03-11check for compiler support for -fno-strict-overflow before using it (tested w...kpfleming4-4/+30
2008-03-11fix small bug in IMAP toolkit testingkpfleming2-3/+3
2008-03-11fix up various compiler warnings found with gcc-4.3:kpfleming5-6/+12
2008-03-11If we fail to alloc a channel, we should re-lock the pvt structure before ret...twilson1-0/+1
2008-03-10Use non-global storage for eswitchtilghman1-11/+12
2008-03-10Make sure to reenable echo can after a "failed" (canceled, etc) three-way call.qwell1-0/+1
2008-03-10Fix another bug specifically related to asynchronous call origination. Once therussell1-1/+1
2008-03-10Fix some bugs related to originating calls. If the code failed to start a PBXrussell1-1/+8
2008-03-10Resolve a compiler warning.russell1-1/+1
2008-03-10Fix a race condition where the generator can go awayrussell1-1/+5
2008-03-10Move where unanswered CDRs are dropped to the CDR core, not everything uses a...file3-25/+6
2008-03-08don't generate D-Channel "up" and "down" messages unless the channel state is...kpfleming1-7/+13
2008-03-07Only start the SLA thread if SLA has actually been configured.russell1-1/+2
2008-03-07Fix hardcoded grep in editline, were GNU grep is required.qwell1-1/+1
2008-03-07Ignore source update control frame.file1-0/+1
2008-03-07Change a warning message to a debug message. This is happening quite frequen...russell1-1/+1
2008-03-07Warn the user when a temporary greeting existstilghman1-1/+5
2008-03-07Properly initialize rtp->schedidtilghman1-0/+1
2008-03-07Safely use the strncat() function.tilghman10-27/+23
2008-03-06Quell an annoying message that is likely to print every single time that mmichelson1-3/+1
2008-03-06Upgrade to the next release of soundstilghman1-1/+1
2008-03-05Fix a potential deadlock and a few different potential crashes.russell1-11/+28
2008-03-05Add a control frame to indicate the source of media has changed. Depending on...file15-65/+117
2008-03-05document var_metric so no bugreports will come in when it's actually a config...mvanbaak1-0/+14
2008-03-05when a PRI call must be moved to a different B channel at the request of the ...kpfleming1-16/+23
2008-03-05Correctly initialize retransid in SIP, and ensure that the warning when faili...tilghman2-1/+2
2008-03-05Fix a bug that I just noticed in the RTP code. The calculation for setting therussell3-12/+15
2008-03-04In addition to setting the marker bit let's change our ssrc so they know for ...file1-0/+1
2008-03-04When a new source of audio comes in (such as music on hold) make sure the mar...file3-1/+22
2008-03-04Backport a minor bug fix from trunk that I found while doing random coderussell1-6/+10
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