aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2008-12-01Get rid of the useless format string and argument in the Bogus/ manager chann...mvanbaak1-1/+1
2008-12-01make manager compile on OpenBSD.mvanbaak1-1/+1
2008-11-29update dev-mode compiler flags to match the ones used by default on Ubuntu In...kpfleming6-6/+6
2008-11-25(closes issue #12694)murf1-0/+3
2008-11-25Add ao2_trylock() to go along with ao2_lock() and ao2_unlock()russell1-0/+27
2008-11-21The passed extension may not be the same in the list as the current entry,tilghman1-1/+1
2008-11-21When compiling with DEBUG_THREADS, report the real file/func/line for ao2_loc...russell1-0/+16
2008-11-20There was an issue when attempting to reference an embeddedmmichelson2-41/+82
2008-11-19the gcc optimizer frequently finds broken code (use of uninitalized variables...kpfleming2-2/+2
2008-11-13Provide more space for all the data which can appear in an originatingtilghman1-1/+2
2008-11-12It turns out that the 0x0XX00 codes being returned formurf1-3/+3
2008-11-12Move the sanity check that makes sure "always fork" is not set along with the russell1-6/+8
2008-11-05This fix was prompted by communication from user, who was seeing thousands of...murf1-1/+2
2008-11-03Remove the potential for a division by zero error.tilghman1-1/+1
2008-11-03somehow missed a bunch of gcc 4.3.x warnings in this branch on the first passkpfleming3-21/+34
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming9-233/+1151
2008-10-30instead of comparing the string pointer to 0, let's compare the value that wa...kpfleming1-2/+2
2008-10-25Move AMI initialization to occur after loading modules. This prevents arussell1-5/+9
2008-10-19 As per kpfleming's comments to the prior commit, I'm reverting some of the c...bweschke1-8/+1
2008-10-19 Fix the 1.4 branch compile again broken with r150557 when using with Zaptel ...bweschke1-2/+9
2008-10-18 Using the GetVar handler in AMI is potentially dangerous (insta-crash [tm]) ...bweschke1-2/+9
2008-10-17Correctly allow chan_dahdi to compile against older versions of Zaptel.qwell2-2/+2
2008-10-16Reverting changes from commits 150298 and 150301 sincemmichelson1-4/+1
2008-10-16And don't forget to return on the error conditionmmichelson1-0/+1
2008-10-16Don't try to call a dialplan function's read callback frommmichelson1-1/+3
2008-10-14Add a tolerance period for sync-triggered audiohooksmmichelson1-1/+8
2008-10-14it would be nice if this message printing code had actually been tested befor...kpfleming1-1/+2
2008-09-30channels/chan_misdn.crmudgett1-10/+10
2008-09-27fix some minor issues with rev 144924kpfleming1-2/+2
2008-09-27improve header inclusion process in a few small ways:kpfleming5-5/+6
2008-09-26This patch was applied to 1.4 but it completelymmichelson1-2/+0
2008-09-26(closes issue #13563)murf1-0/+2
2008-09-17Allow for "G.729" if offered in an SDP even thoughmmichelson1-0/+1
2008-09-12Don't return a free'd pointer, when a file cannot be opened.tilghman1-0/+1
2008-09-12Tested by: sergee, murf, chris-mac, andrew, KNKmurf1-2/+2
2008-09-10It is a normal situation that a task gets put in the scheduler that should runrussell1-5/+3
2008-09-08When doing an async goto, detect if the channel is already in the middle of arussell1-9/+15
2008-09-05A small change to prevent double-posting of CDR's; thanks to Daniel Ferrer fo...murf1-1/+1
2008-09-03Don't freak out if the poll emulation receives NULL for the pollfds arrayrussell1-5/+5
2008-09-02I am turning the warnings generated in ast_cdr_free and post_cdr into verbose...murf1-10/+10
2008-09-02After reconsidering, with respect to 13409, ast_cdr_detach should be OK, bett...murf1-1/+1
2008-09-02(closes issue #13409)murf2-0/+7
2008-08-29After working on the ao2_containers branch, I noticedmmichelson1-1/+1
2008-08-25Fix a typo I made. Lesson learned, apply the patch if one exists.jpeeler1-1/+1
2008-08-25Fix the logic in config_text_file_save so that if anmmichelson1-3/+5
2008-08-25This patch reverts the changes made via 139347, and 139635, as usersmurf1-4/+0
2008-08-22(closes issue #13359)jpeeler1-1/+1
2008-08-22Remove show_frame_stats_deprecated since it is notmmichelson1-17/+0
2008-08-21(closes issue #13251)murf1-0/+4
2008-08-20(closes issue #13263)murf1-4/+7