summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-09-28CDR: Improve handling of parking; resolve assertion when originating into parkMatthew Jordan
2013-09-28manager: Fix crash when appending a manager channel variableMatthew Jordan
2013-09-27astobj2: Remove OBJ_CONTINUE support.Richard Mudgett
2013-09-27Restore usefulness of the CEL Peer fieldKinsey Moore
2013-09-24astobj2: Made use OBJ_SEARCH_xxx identifiers as field enum values internally.Richard Mudgett
2013-09-24Fix a performance problem CDRsMatthew Jordan
2013-09-21media_index: Fix process_description_file() memory leak of file_id_persist.Richard Mudgett
2013-09-21features_config: Fix config ref leak of parkinglots.Richard Mudgett
2013-09-21json: Make it obvious that ast_json_unref() is NULL safe.Richard Mudgett
2013-09-20Ensure global types in the config framework are initializedKinsey Moore
2013-09-20originate/call forwarding: Fix a crash when forwarding a call from originateJonathan Rose
2013-09-20Fix memory leak in logger.Kevin Harwell
2013-09-19optional_api: Make always use the standard malloc functions even with MALLOC_...Richard Mudgett
2013-09-18Fix jitter buffer log file creationKinsey Moore
2013-09-18Make config framework able to reload module configs with multiple config files.Richard Mudgett
2013-09-18Fix Segfault In features-config.c When Application Has No ArgumentsMichael L. Young
2013-09-17Remote console: more output discrepanciesKevin Harwell
2013-09-17Fix other timeouts (atxferloopdelay and atxfernoanswertimeout) to use seconds...Mark Michelson
2013-09-17Switch transferdigittimeout to be configured as seconds instead of milliseconds.Mark Michelson
2013-09-16Filter internal channels out of bridge enter/leave message handlingMatthew Jordan
2013-09-13Restore Dial, Queue, and FollowMe 'I' option support.Richard Mudgett
2013-09-13Don't write to /tmp/refs when REF_DEBUG is not defined.David M. Lee
2013-09-12CLI bridge: Fix "bridge destroy <id>" and "bridge kick <id> <chan>" tab compl...Richard Mudgett
2013-09-12astobj2: Register the bridges container for debug inspection.Richard Mudgett
2013-09-12core_local: Fix memory corruption race condition.Richard Mudgett
2013-09-10Fix incorrect usages of ast_realloc().Richard Mudgett
2013-09-09MALLOC_DEBUG: Change fence magic number to be completely different from the f...Richard Mudgett
2013-09-09Fix DEBUG_THREADS when lock is acquired in __constructor__David M. Lee
2013-09-06cdr: Change the number of container buckets to be similar to the channels con...Richard Mudgett
2013-09-06core_local: Fix LocalOptimizationBegin AMI event missing Source channel snaps...Richard Mudgett
2013-09-06cdr: Fix some ref leaks.Richard Mudgett
2013-09-06astobj2: Add warn unused attribute to some functions.Richard Mudgett
2013-09-06Fix build warningsKinsey Moore
2013-09-05astobj2: Only define ao2_bt() once.Richard Mudgett
2013-08-30Fix graceful shutdown crash.David M. Lee
2013-08-30Add a reloadable option for sorcery type objectsKevin Harwell
2013-08-30Fix various memory leaksKevin Harwell
2013-08-30features_config: Ignore parkinglots in features.conf instead of failing to loadJonathan Rose
2013-08-30features_config: Don't require features.conf to be present for Asterisk to loadJonathan Rose
2013-08-30Memory leak fixKevin Harwell
2013-08-30Check return value on fwriteKevin Harwell
2013-08-30optional_api: Fix linking problems between modules that export global symbolsDavid M. Lee
2013-08-30pbx.c: Make pbx_substitute_variables_helper_full() not mask variables.Richard Mudgett
2013-08-29Verbose logging discrepanciesKevin Harwell
2013-08-29Memory leaks fixKevin Harwell
2013-08-29Multiple revisions 397921-397922Mark Michelson
2013-08-28Fix some uninitialized buffers for CDR handling valgrind found.Richard Mudgett
2013-08-28Fixed problems with ast_cdr_serialize_variables().Richard Mudgett
2013-08-28Made the on/off in CLI "cdr set debug [on|off]" case insensitive.Richard Mudgett