Commit Graph

4324 Commits (e920fc0669ecbfccce2d4ea3fac0425be00d7b75)

Author SHA1 Message Date
Kevin Harwell b7bb1de4d2 Logging: Logging types ignored after specifying a verbose level
12 years ago
Jonathan Rose 6fb07febbc utils: Fix memory leaks and missed unregistration of CLI commands on shutdown
12 years ago
Jonathan Rose d22fd3e3f6 jitterbuf: Fix memory leak on jitter buffer reset
12 years ago
Jonathan Rose 95d8977e22 astobj2: Unregister debug CLI commands at exit
12 years ago
Jonathan Rose 4ca0f222e8 memory leaks: Memory leak cleanup patch by Corey Farrell (second set)
12 years ago
Jonathan Rose beb5cdbef5 memory leaks: Memory leak cleanup patch by Corey Farrell (first set)
12 years ago
Jonathan Rose d7bac6cf4b res_rtp_asterisk: Address jittery DTMF events in RTP streams
12 years ago
John Bigelow 3975617f87 Add a test suite event to indicate when the atxfer 3-way feature is detected
12 years ago
Richard Mudgett d5db1f76f8 Bridging: Fix orphaned bridge if neither of the joining channels can join.
12 years ago
Mark Michelson 1f7b4776a2 Remove a noisy debug message from bridging code.
12 years ago
Kevin Harwell d6b401e5d3 Segfault in LIBEDIT_INTERNAL after tgetstr(), when libncurses5-dev
12 years ago
Joshua Colp d183c6e134 Return a channel snapshot when originating using ARI, and subscribe the Stasis application to it.
12 years ago
Mark Michelson c30170d9a2 Resolve some memory leaks due to incorrect for loop / ao2 ref usage.
12 years ago
Richard Mudgett 057d105c5a Add channel lock protection around translation path setup.
12 years ago
Walter Doekes f33e0776ec Properly copy/remove the device state cache flag over a masquerade.
12 years ago
Richard Mudgett ef7c5a04c0 translate.c: Some minor code tweaks.
12 years ago
Michael L. Young 2af53640c8 Add IPv6 Support To chan_iax2
13 years ago
Matthew Jordan 8d7873b836 ARI: Add subscription support
13 years ago
Matthew Jordan facebb3f3c Remove publication of a channel snapshot when the technology is set
13 years ago
Joshua Colp 9826923805 When serializing CDR variables (like for "core show channels") don't output an error if CDRs aren't enabled.
13 years ago
Kinsey Moore fe4cd68444 Fix security events for AMI invalid password
13 years ago
Richard Mudgett 7e698f1f42 cel: Some whitespace cleanups
13 years ago
Kinsey Moore 3578bc30fd Detect and use xsltCleanupGlobals when available
13 years ago
Mark Michelson ee21eee7e0 Cache string values of formats on ast_format_cap() to save processing.
13 years ago
Mark Michelson addbf276f5 Multiple revisions 400318-400319
13 years ago
Matthew Jordan 6e2b1a54ab Only create Stasis subscriptions when enabled
13 years ago
Richard Mudgett be62f83d54 Originate: Make setting caller id on outgoing call use either name or number.
13 years ago
Matthew Jordan 9283987418 Fix the CDR CLI command 'cdr show active {channel}'
13 years ago
Richard Mudgett 97fcd6366d MALLOC_DEBUG: Fix some misuses of free() when MALLOC_DEBUG is enabled.
13 years ago
Joshua Colp c1235f2639 Reduce channel snapshot creation and publishing by up to 50%.
13 years ago
Richard Mudgett a0db5275ed Features: Rearm the parking config options have moved warning for each reload.
13 years ago
Matthew Jordan d196d73256 Filter out internal channels for bridge leave messages and parked call messages
13 years ago
Matthew Jordan 9ede397005 Remove spurious event raised when CDRs are reloaded
13 years ago
David M. Lee 2de42c2a25 Multiple revisions 399887,400138,400178,400180-400181
13 years ago
Matthew Jordan 34f18cc7f1 CDR: Improve handling of parking; resolve assertion when originating into park
13 years ago
Matthew Jordan 2ef63eaf34 manager: Fix crash when appending a manager channel variable
13 years ago
Richard Mudgett 7c796593d3 astobj2: Remove OBJ_CONTINUE support.
13 years ago
Kinsey Moore b22612110c Restore usefulness of the CEL Peer field
13 years ago
Richard Mudgett 88436ecbd4 astobj2: Made use OBJ_SEARCH_xxx identifiers as field enum values internally.
13 years ago
Matthew Jordan e7d49d28ea Fix a performance problem CDRs
13 years ago
Richard Mudgett 46da169b6d media_index: Fix process_description_file() memory leak of file_id_persist.
13 years ago
Richard Mudgett dbec6e92d1 features_config: Fix config ref leak of parkinglots.
13 years ago
Richard Mudgett 120abb5ecd json: Make it obvious that ast_json_unref() is NULL safe.
13 years ago
Kinsey Moore 6cc3084ae7 Ensure global types in the config framework are initialized
13 years ago
Jonathan Rose 638577bef7 originate/call forwarding: Fix a crash when forwarding a call from originate
13 years ago
Kevin Harwell 2d091df520 Fix memory leak in logger.
13 years ago
Richard Mudgett cf9272c05c optional_api: Make always use the standard malloc functions even with MALLOC_DEBUG.
13 years ago
Kinsey Moore d5372f34df Fix jitter buffer log file creation
13 years ago
Richard Mudgett 28da6dc0a5 Make config framework able to reload module configs with multiple config files.
13 years ago
Michael L. Young 38fa628812 Fix Segfault In features-config.c When Application Has No Arguments
13 years ago