aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2009-10-06Recorded merge of revisions 222152 via svnmerge from kpfleming1-3/+14
2009-10-05Allow non-compliant T.38 endpoints to be supportable via configuration option.kpfleming1-11/+9
2009-10-02Merged revisions 221970 via svnmerge from tilghman1-1/+1
2009-10-02Initialize a variable that we check immediately upon startup.tilghman1-1/+1
2009-10-02One more off-by-one in trunktilghman1-1/+1
2009-10-01Merged revisions 221776 via svnmerge from tilghman3-18/+18
2009-10-01Remove ability to control T.38 FAX error correction from udptl.conf.kpfleming1-7/+1
2009-09-30Use rtp properties instead of adding a callbacktwilson1-7/+0
2009-09-30Merged revisions 221086 via svnmerge from twilson1-0/+7
2009-09-30Merged revisions 221200 via svnmerge from tilghman1-5/+2
2009-09-29Fix channel reference leak.mmichelson1-0/+6
2009-09-29Get rid of annoying and cryptic debug messages.mmichelson1-3/+0
2009-09-25Eliminate unnecessary include of version.h in manager.c.kpfleming1-1/+0
2009-09-25Correct sense of logic test committed in revision 220494.kpfleming1-1/+1
2009-09-25Don't use hash-based lookups for ast_channel_get_by_name_prefix().kpfleming1-40/+41
2009-09-24Change the default behavior of Set, AGI, and pbx_realtime to 1.6 behavior by ...tilghman1-1/+1
2009-09-24fixes tcptls_session memory leak caused by ref count errordvossel1-2/+7
2009-09-24Add bridge related dial flags to the bridge appjpeeler1-5/+237
2009-09-24Merged revisions 220288 via svnmerge from tilghman1-2/+0
2009-09-20Merged revisions 219653 via svnmerge from tilghman1-0/+17
2009-09-17Merged revisions 219136 via svnmerge from mnicholson1-0/+5
2009-09-16Merged revisions 219023 via svnmerge from tilghman1-10/+20
2009-09-16Merged revisions 218867 via svnmerge from dbrooks1-1/+1
2009-09-14Do not attempt to add a parking extension if an error occurred while reading ...file1-1/+1
2009-09-11Check the origination priority for more matches, not the current priority.tilghman1-1/+1
2009-09-09Properly terminate the response to the manager Ping action.seanbright1-1/+6
2009-09-04Enable turning off the application delimiter warning with the 'dontwarn' option.tilghman1-1/+1
2009-09-04Merged revisions 216435 via svnmerge from mvanbaak1-1/+1
2009-09-04Merged revisions 216430 via svnmerge from oej1-0/+2
2009-09-04make sure 'start' is always initialized.mvanbaak1-1/+1
2009-09-03Document language prompt submission process.kpfleming1-21/+17
2009-09-03Merge code associated with AST-2009-006dvossel2-4/+17
2009-09-02- lock channel before looking for a channel variablemvanbaak1-0/+3
2009-09-02Close up to the soft open file limit (same on Linux, but varies drastically o...tilghman2-2/+2
2009-09-01Ensure that frame dumps of AST_CONTROL_T38_PARAMETERS frames are properlykpfleming1-1/+1
2009-08-31Fix a trunk compilation warning.tilghman1-2/+3
2009-08-31Properly initialize the session to prevent a crash.tilghman1-1/+1
2009-08-30Various patches, to enable Asterisk to once again compile on Mac OS X.tilghman1-0/+4
2009-08-28Merged revisions 214701 via svnmerge from tilghman1-4/+4
2009-08-27Ensure that we check for the special value CONFIG_STATUS_FILEINVALID.tilghman1-5/+17
2009-08-26Add two new dialplan variables when using featuresjpeeler1-0/+7
2009-08-26Merged revisions 214194 via svnmerge from dvossel1-2/+25
2009-08-25Merged revisions 214068-214069 via svnmerge from tilghman1-8/+17
2009-08-25Merged revisions 213970 via svnmerge from tilghman1-2/+2
2009-08-21Make LOAD_ORDER actually worktwilson1-1/+1
2009-08-20Fix a crash by checking the proper pointer for validity before deferencing it.mnicholson1-1/+1
2009-08-19Fix compile when certain G711 menuselect options are enabled.qwell2-0/+2
2009-08-19Don't blow up on a NULL cdr.russell1-1/+3
2009-08-18Merged revisions 212763 via svnmerge from seanbright1-1/+3
2009-08-17Correct the return value check for ast_safe_system.seanbright1-1/+1