aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-30dont use a bashism way to check the $VERSION variable.mvanbaak7-8/+8
2008-05-30Merged revisions 119237 via svnmerge from russell1-7/+37
2008-05-29Fix a race condition in channel autoservice. There was still a small window ...russell1-60/+83
2008-05-29Oddly enough, all of the contents of audiohook.h were in there twice. I haverussell1-179/+0
2008-05-29Call waiting tone occurs too often, because it's getting serviced by bothtilghman1-3/+5
2008-05-29 - Fix a typo in the argument to Playtonesrussell1-8/+3
2008-05-29Merged revisions 119008 via svnmerge from russell1-8/+10
2008-05-29 - Mark app_milliwatt dependent on res_indications (thanks to jsmith)russell1-1/+5
2008-05-29Change milliwatt to use the proper tone by default (1004 Hz) instead of 1000 Hz.russell1-20/+62
2008-05-29Define also when not DEBUG_THREADStilghman1-0/+5