summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2013-03-01Add support for registering a sorcery handler which supports multiple fields ...Joshua Colp
2013-02-28threadpool: Make ast_threadpool_push() return -1 if shutting_downRichard Mudgett
2013-02-28threadpool: Whitespace and comment corrections.Richard Mudgett
2013-02-26Remove unneeded linux-gnueabi*Tzafrir Cohen
2013-02-24Don't display the AMI ALL class authorization for users if they don't have itMatthew Jordan
2013-02-19Write the correct callid to the data1 field in queue_log for transfer events.Kevin Harwell
2013-02-19Add The Status Of A Module To The Output Of "CLI> module show"Michael L. Young
2013-02-16Add support for retrieving multiple objects from sorcery using a regex on the...Joshua Colp
2013-02-15Fix crash in PresenceState AMI action when specifying an invalid providerMatthew Jordan
2013-02-15Disable strict XML documentation config checking; fix crash caused by sorceryMatthew Jordan
2013-02-15Stopped spamming of debug messages during attended transfer.Kevin Harwell
2013-02-15Add CLI configuration documentationMatthew Jordan
2013-02-14End stuck DTMF if AST_SOFTHANGUP_ASYNCGOTO because it isn't a real hangup.Richard Mudgett
2013-02-14Revamp of terminal color codesKinsey Moore
2013-02-12Add a serializer interface to the threadpoolDavid M. Lee
2013-02-12Do not allow native RTP bridging if packetization of media streams differs.Mark Michelson
2013-02-11features: Don't cache a struct ast_app pointer.Richard Mudgett
2013-02-10Add additional functionality to the Sorcery API.Joshua Colp
2013-02-09pbx: Fix regression caused by taking advantage of the function name sort.Richard Mudgett
2013-02-09pbx: Make function and application containers take advantage of being sorted.Richard Mudgett
2013-02-09Make ast_do_masquerade() a void function.Richard Mudgett
2013-02-08Call Parking: Set PARKINGLOT and PARKINGSLOT variables on all parked callsJonathan Rose
2013-02-05Separate option_types[] from the struct definition.Richard Mudgett
2013-01-31Improve func FRAME_TRACE DTMF digit format.Richard Mudgett
2013-01-31Eliminate a use of a C++ keyword as a variable. new to new_frameRichard Mudgett
2013-01-29Fix an issue where building with DEBUG_FD_LEAKS enabled would not work due to...Joshua Colp
2013-01-29call_parking: Make sure fallbacks are used when lacking a flat channel extenJonathan Rose
2013-01-28Change cleanup ordering in filestream destructor.Russell Bryant
2013-01-28Add queue_log_realtime_use_gmt option to logger.confRussell Bryant
2013-01-27Fix a bug where the apply function was not getting called.Joshua Colp
2013-01-25Misc bridge code improvementsRichard Mudgett
2013-01-25More trivial bridge code cleanup.Richard Mudgett
2013-01-25Merge the sorcery data access layer API.Joshua Colp
2013-01-23Attempt to be more helpful when using a bad ao2 object pointer.Richard Mudgett
2013-01-22Add ControlPlayback manager actionMatthew Jordan
2013-01-21Update init.d scripts to handle stderr; readd splash screen for remote consolesMatthew Jordan
2013-01-21Better protect bridge_channel state from other threads.Richard Mudgett
2013-01-21Extract common bridging code into bridge_stop() and bridge_force_out_all().Richard Mudgett
2013-01-21Made some bridging API calls void. Some bridging comments updated.Richard Mudgett
2013-01-21Trivial bridge code cleanup.Richard Mudgett
2013-01-19Add builtin roundf() for systems lacking it.Walter Doekes
2013-01-19Fix astcanary startup problem due to wrong pid value from before daemon callMatthew Jordan
2013-01-18Up the minimum OS X version to 10.6.David M. Lee
2013-01-18Specify the -rpath linker flag when prefix != /usr.David M. Lee
2013-01-17Address David's latest feedback on reviewboard:Mark Michelson
2013-01-16Merged revisions 379312 via svnmerge from Automerge script
2013-01-16Merged revisions 379229,379231,379233 via svnmerge from Automerge script
2013-01-15Merged revisions 379128 via svnmerge from Automerge script
2013-01-15Add doxygen to accessors and increase refcount of taskprocessor before return...Mark Michelson
2013-01-15Make the threadpool listener opaque.Mark Michelson