aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-06-20Fix issues in digium-mib.txt and asterisk-mib.txt to placate smilint - bug 12905jeffg2-41/+57
2008-06-20When using a Local channel, started by a call file, with a destination of antilghman1-0/+3
2008-06-19It's possible for a hangup to be received, even just after the initial cidtilghman1-1/+5
2008-06-19Fix IMAP forwarding so that messages are sent to the proper mailbox.mmichelson1-0/+25
2008-06-19Merge revision 124064 from trunk. Add errors that report any locks held by th...bbryant1-0/+14
2008-06-19Change informative messages to use the _multiple variant when multiple formatstilghman1-4/+6
2008-06-19Only process 40 arguments (20 files) at once with xargs, because some oldertilghman1-1/+1
2008-06-19Correct description of notifyringing option.tilghman1-1/+2
2008-06-19The RDTSC instruction was introduced on the Pentium line of microprocessors,tilghman1-1/+4
2008-06-18Add support for saying numbers in Hebrew.tilghman2-161/+431
2008-06-18Set the variables top-down, so that if a script sets a variable more than once,tilghman1-3/+12
2008-06-17Make chan_sip build under dev mode with compilers >= GCC 4.2mmichelson1-1/+3
2008-06-17Fix 3 more places where not locking the structure could cause the wrong lock ...tilghman1-12/+15
2008-06-17Cisco BTS sends SIP responses with a tab between the Cseq number andmmichelson1-3/+3
2008-06-17davidw pointed out that the holdtime calculation used bymmichelson1-2/+2
2008-06-17Fix a memory leak in astobj2 that was pointed out by seanbright. When a cont...russell1-0/+9
2008-06-16Port "hasvoicemail" change from SIP to other channel driverstilghman5-4/+24
2008-06-16People expect that if "hasvoicemail" is set in users.conf, even if "mailbox"tilghman1-0/+6
2008-06-16Only compare the first 15 characters so that even if the charset is specified...file1-1/+1
2008-06-16Don't send a BYE on a dialog that is already gone during a REFER.file1-1/+1
2008-06-13Short circuit the loop in autoservice_run if there are no channels to poll.mmichelson1-0/+4
2008-06-13fixed dahdi compatability header from assuming either dahdi or zaptel is inst...jpeeler2-3/+3
2008-06-13Remove extra option from previous solution attempttwilson1-3/+3
2008-06-13(closes issue #12846)jpeeler2-3/+3
2008-06-13This should fix the behavior of the 'T' dial feature being passed incorrectly...twilson2-17/+78
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler39-1517/+2104
2008-06-12Properly play a holdtime message if the announce-holdtime option ismmichelson1-2/+3
2008-06-12Fix some race conditions that cause ast_assert() to report that chan_iax2 triedrussell1-0/+18
2008-06-12(closes issue #12193)jpeeler2-21/+38
2008-06-12Flipflop the sections for two options, since the section for 'X' (exit context)tilghman1-15/+19
2008-06-12Occasionally, the alertpipe loses its nonblocking status, so detect and correcttilghman1-3/+26
2008-06-12Arkadia tried to warn me, but the code added to ast_cdr_busy, _failed, and _n...murf2-13/+1
2008-06-12(closes issue #10668)murf5-31/+160
2008-06-11Backport fix for 11520--for some reason I didn't do this back in February whe...twilson6-7/+146
2008-06-11Make calls to ast_assert() actually test something, so that the error messagetilghman4-9/+8
2008-06-11add instructions for logging gdb output via set logging onjpeeler1-2/+8
2008-06-11fixed issue with previous commit, the find_free_channel test for channels whi...crichter1-8/+20
2008-06-10Fixes a problem with some buggy versions of GNU awk (3.1.3) not liking carria...seanbright1-1/+1
2008-06-10If we are destroying a dialog only set the MWI dialog pointer on the related ...file1-1/+3
2008-06-10Update BRIDGEPEER variable before we do a generic bridge in case we just brok...file1-0/+6
2008-06-09Do not attempt to do emulation if an END digit is received and the length isrussell1-1/+4
2008-06-09A unique situation of timeouts brought forth a failure situation formmichelson1-1/+11
2008-06-07Don't run LIST_HEAD_DESTROY on a STATIC listrussell2-2/+0
2008-06-06add another LOW_MEMORY define I forgotjpeeler1-0/+2
2008-06-06only define thread storage variable if necessary for LOW_MEMORYjpeeler1-0/+2
2008-06-06Correction to commmit 120863, make sure proper destructor function is called ...jpeeler1-3/+11
2008-06-06This fixes a crash when LOW_MEMORY is turned on. Two allocations of the ast_r...jpeeler1-0/+10
2008-06-05fix filenamerussell1-2/+1
2008-06-05Add the UPGRADE.txt file from Asterisk 1.2, for handy reference.russell2-1/+217
2008-06-05Ignore appended resource when comparing JIDs.phsultan1-1/+1