aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.12@212958 f38db490-d6...v1.4.12kpfleming8-20/+19
2007-10-02use autotagged externalsrussell0-0/+0
2007-10-02importing files for 1.4.12 releaserussell3-0/+12148
2007-10-02Creating tag for the release of asterisk-1.4.12russell0-0/+0
2007-10-02Creating tag for the release of asterisk-1.4.12russell5-12144/+1
2007-10-02* Don't build the menuselect-tree for the tarball, as it requires running therussell2-3/+1
2007-10-02use autotagged externalsrussell0-0/+0
2007-10-02importing files for 1.4.12 releaserussell3-0/+12141
2007-10-02Creating tag for the release of asterisk-1.4.12russell0-0/+0
2007-10-02Fix some odd formatting I missed..qwell1-2/+2
2007-10-02Finish up on transferee channel before return on failure.qwell1-2/+7
2007-10-02Use snprintf instead of sprintf in one place. There is no vulnerability hererussell1-1/+1
2007-10-02terminate USERUSER String with 0crichter1-1/+2
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