aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-10-01Add dist-clean support for subdirs.qwell3-3/+13
2007-10-01moved get_base_channel() code from action_redirect to ast_channel_masquerade(...dhubbard3-23/+14
2007-10-01Anything to keep gcc 4.2 happy...murf1-1/+1
2007-10-01Fulfull a feature request from Qwell on the "core show locks" output. It willrussell2-14/+39
2007-10-01closes issue #10777 -- by returning a null for the parse tree when there's re...murf3-5/+7
2007-10-01Add another sanity check in the AGI read loop. We really don't care aboutrussell1-0/+2
2007-10-01Show rwlocks in the "core show locks" output. Before, it only showed mutexes.russell1-0/+79
2007-10-01Remove another file in "make clean".russell1-0/+1
2007-10-01Simplify the CAN_EARLY_BRIDGE macro a bit.russell1-1/+3
2007-10-01Remove chan_usbradio config file from tree, it is not present in here.file1-54/+0
2007-10-01Fix randomness. save_pos was being set to 0 initially instead of -1, causing ...file1-0/+1
2007-10-01Only attempt early bridging if the options given to Dial() permit it.file1-4/+7
2007-09-30Fix the AST_MODULE_INFO macro for C++ modules. The load and reload parametersrussell1-1/+1
2007-09-29This is a regression update that matches what I did in 84134 for AEL regressi...murf16-44/+174
2007-09-29This issue sort of closes 10786; All config files support #include with globb...murf2-180/+349
2007-09-28Correct pronunciations of numbers for .nl (Closes issue #10837)tilghman1-6/+20
2007-09-28Avoid a deadlock with ALL of the locks in the masquerade function, not just thetilghman1-5/+17
2007-09-27if an Agent is redirected, the base channel should actually be redirected. T...dhubbard3-1/+58
2007-09-27remove a todo item that has been completedrussell1-2/+0
2007-09-26avoid the weird usage of assert() in the ALSA header files that gcc 4.2 wants...kpfleming1-2/+4
2007-09-26I changed my mind ... I think this should be a LOG_NOTICE.russell1-5/+3
2007-09-26Add a log message that was requested by the masses in the developer tutorialrussell1-1/+7
2007-09-26Fix building chan_misdn under dev-mode. (please run the configure scriptrussell1-7/+8
2007-09-26Remove unused 4k of memory on the program stack (closes issue #10827)tilghman1-5/+0
2007-09-25jmls pointed out that unsetting the group and setting the group to the blank ...tilghman1-2/+4
2007-09-24In the source, keys are relative to the datadir, not varlib (which is the sametilghman1-1/+1
2007-09-24Oops. Removed the unworkable workaround. This note should never have been i...tilghman1-3/+1
2007-09-24Making change to group splitting, as discussed on the -dev list. The maintilghman1-1/+1
2007-09-24fixed round_robin group dial method, this never worked well on BRI Ports (2 c...crichter1-51/+55
2007-09-22This closes issue #10788 -- The exact same fixes are made here for the first ...murf1-3/+38
2007-09-22This closes issue #10788 -- the 3rd arg in the for statement is now wrapped i...murf1-5/+40
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell22-144/+142
2007-09-21Fix video under certain circumstances. It would have been possible for the fo...file1-5/+9
2007-09-20When daemonizing, don't change working directory to "/". It makes it not berussell1-1/+1
2007-09-20Change safe_asterisk to explicitly ask for /bin/bash, as it uses bashisms.russell1-1/+1
2007-09-20If # is pressed after dialing an extension in DISA, stop trying to collect mo...qwell1-0/+4
2007-09-20Make sure the minimum T1 timer value is obeyed in all cases.file1-1/+1
2007-09-20Fix a minor spelling error.file1-1/+1
2007-09-19The System() and TrySystem() applications can take a substantial amount ofrussell1-0/+4
2007-09-19Using curl can take a substantial amount of time, so the channel should berussell1-0/+4
2007-09-19When handling a reload of chan_iax2, don't use an ao2_callback() to POKE allrussell1-1/+12
2007-09-19Fix up another potential race condition. Do the loop decrementing use countrussell1-2/+1
2007-09-19Protect the CDR record from modification by pbx_exec so that the application ...file1-1/+5
2007-09-19(closes issue #10760)file1-0/+2
2007-09-19removed comment which violates the coding guidelines.crichter1-1/+0
2007-09-19added 'astdtmf' option to allow configuring the asterisk dtmf detector instea...crichter3-4/+21
2007-09-19Change the description of app_flash to note how it can be a useful tool insteadrussell1-3/+4
2007-09-18Initialize a variable to NULL to make the world happy.file1-1/+1
2007-09-18Add a new patch to handle interrupting the fgets() call when using FastAGI.russell2-4/+26
2007-09-18Corrected patch applied in revision r82887. dbailey1-10/+7