aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-05It turns out that searching on the forwarding station isn't very useful forrussell2-34/+204
2008-06-04Make sure that the string we set will survive the unref ofmmichelson1-2/+2
2008-06-04If we fail to setup the PRI request channel, don't continue, exit with an error.tilghman1-0/+3
2008-06-04Make the "dialplan remove include" CLI command actually work. Also, tweakrussell1-3/+6
2008-06-04Tab completion when removing a member should give the member's interface,mmichelson1-1/+1
2008-06-04Fix a log message and add a message for when the dialplan is done reloading.file2-1/+2
2008-06-03Due to incorrect use of the AST_LIST_INSERT_HEAD() macro the loopback switchtilghman1-18/+26
2008-06-03(closes issue #11594)jpeeler1-0/+4
2008-06-03Fix another place where peer->callno could change at a very bad time, and alsorussell1-9/+11
2008-06-03When listing the manager users, managers in users.conf are not shown, eventilghman1-1/+66
2008-06-03Save the callno when we're poking, because our peer structure could changetilghman1-4/+7
2008-06-03Updated the regressions on AEL. Hadn't updatedmurf9-796/+879
2008-06-03as per http://lists.digium.com/pipermail/asterisk-users/2008-June/212934.html,murf1-6/+0
2008-06-03Treat ECONNREFUSED as an error that will stop further retransmissions. (issue...file1-5/+6
2008-06-02Revert a change made for issue #12479. This change caused a regression such ...russell1-4/+1
2008-06-02Improve CLI command blacklist checking for the command manager action. Previ...russell1-9/+50
2008-06-02Do not link the guest account with any configured XMPP client (inphsultan2-15/+44
2008-06-02Even of the first PING or LAGRQ doesn't get sent because it comes up too soon,russell1-6/+4
2008-06-02fixed compile issue when dev-mode is enabledcrichter1-1/+1
2008-06-02Added counter for unhandled_bmsg Print, this prevents the logs to be flooded ...crichter2-4/+44
2008-06-02Change a debug message to an actual debug messagerussell1-1/+2
2008-06-02Fix another typo in documentationrussell1-1/+1
2008-06-01small typo fix 'retires' => 'retries'mvanbaak1-1/+1
2008-05-30When joinempty=strict, it only failed on join if there were busy members. Iftilghman1-1/+1
2008-05-30Fix a bug I found while testing for another issue.file1-14/+13