summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2013-10-03When serializing CDR variables (like for "core show channels") don't output a...Joshua Colp
2013-10-03Fix security events for AMI invalid passwordKinsey Moore
2013-10-03cel: Some whitespace cleanupsRichard Mudgett
2013-10-03Detect and use xsltCleanupGlobals when availableKinsey Moore
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-10-02Multiple revisions 400318-400319Mark Michelson
2013-10-02Only create Stasis subscriptions when enabledMatthew Jordan
2013-10-02Originate: Make setting caller id on outgoing call use either name or number.Richard Mudgett
2013-10-02Fix the CDR CLI command 'cdr show active {channel}'Matthew Jordan
2013-10-02MALLOC_DEBUG: Fix some misuses of free() when MALLOC_DEBUG is enabled.Richard Mudgett
2013-10-02Reduce channel snapshot creation and publishing by up to 50%.Joshua Colp
2013-10-01Features: Rearm the parking config options have moved warning for each reload.Richard Mudgett
2013-10-01Filter out internal channels for bridge leave messages and parked call messagesMatthew Jordan
2013-09-30Remove spurious event raised when CDRs are reloadedMatthew Jordan
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