aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-17Define our desires for POSIX and X/OPEN API features properly.kpfleming1-3/+0
2009-08-16Add two more API calls for getting the current glue and channel in bridging c...file1-0/+24
2009-08-15Add an empty line after each option when printing themvanbaak1-0/+1
2009-08-13Add an API call for retrieving the engine in use by an RTP instance.file1-0/+5
2009-08-10AST-2009-005tilghman18-71/+71
2009-08-10Fix up some issues with getting a channel by "name".russell1-1/+25
2009-08-09Merged revisions 211274 via svnmerge from tilghman1-1/+1
2009-08-07Workaround broken T.38 endpoints that offer tiny MaxDatagram sizes.kpfleming1-5/+9
2009-08-06Merged revisions 210913 via svnmerge from tilghman1-0/+2
2009-08-06Allow Gosub to recognize quote delimiters without consuming them.tilghman1-6/+21
2009-08-05Revert some silly code that snuck into trunk from my working copy. Sorry!russell1-25/+0
2009-08-04Initial minimum ast_party_caller support.rmudgett1-0/+7
2009-08-04Fix broken call pickupjpeeler1-2/+2
2009-08-03Fix order and redundancy of channel rename manager events in ast_do_masquerade.mmichelson1-7/+3
2009-08-01Merged revisions 209879 via svnmerge from russell1-1/+5
2009-08-01Fix ast_event_queue_and_cache() to actually do the cache() part.russell1-2/+5
2009-08-01Merged revisions 209759 via svnmerge from kpfleming1-1/+1
2009-07-31Fix some places where ast_event_type was used instead of ast_event_ie_type.russell1-9/+9
2009-07-28Define side-effect-safe MIN and MAX macros and remove duplicate definitions f...kpfleming1-8/+0
2009-07-27Merged revisions 209131 via svnmerge from mmichelson1-1/+22
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...dbrooks2-2/+2
2009-07-27Merged revisions 208923 via svnmerge from jpeeler1-2/+2
2009-07-25add default alias reload to run module reload.mvanbaak1-5/+0
2009-07-25Merged revisions 208746 via svnmerge from jpeeler1-2/+2
2009-07-24Note that "reload" needs to be added back.russell1-0/+5
2009-07-24Don't log a warning for something that does not affect operation.russell1-1/+0
2009-07-24Resolve a T.38 negotiation issue left over from the udptl-updates merge.kpfleming1-1/+1
2009-07-23Rework of T.38 negotiation and UDPTL API to address interoperability problemskpfleming4-119/+179
2009-07-23Resolve compiler warning on mac.russell1-1/+2