aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-15Ensure that when a hangup occurs in autoservice, that a hangup frame getsrussell1-9/+5
2008-08-06Since adding the AST_CONTROL_SRCUPDATE frame type,mmichelson1-1/+3
2008-08-06Fix a longstanding bug in channel walking logic, and fix the explanation totilghman1-10/+13
2008-08-06Since powerof() can return an error condition, it's foolhardy not to detect andtilghman1-1/+14
2008-08-06Merging the issue11259 branch.mmichelson3-9/+55
2008-08-05(closes issue #12982)murf2-1/+11
2008-08-05Use PATH_MAX for filenamesseanbright1-2/+2
2008-07-31accomodate users who seem to lack a sense of humor :-)kpfleming1-3/+3
2008-07-31Specify codecs in callfiles and manager, to allow video calls to be set uptilghman1-4/+12
2008-07-30Oops, wrong definetilghman1-2/+2