Commit Graph

4347 Commits (57967ec04a9cc7eb4e6bca2170a5f5a132d57e73)

Author SHA1 Message Date
Kinsey Moore b72cc1c96f CEL: Fix crash when using CELGenUserEvent
12 years ago
Mark Michelson 68d09e0bf1 Switch to a scoped lock to avoid missing unlocks in failure returns.
12 years ago
Mark Michelson 15feef01a0 Move a NULL check to a place that makes more sense.
12 years ago
Jonathan Rose 92628d1654 security_events: Push out security events over AMI events
12 years ago
David M. Lee a274df3a21 ari: Add application/x-www-form-urlencoded parameter support
12 years ago
Matthew Jordan 6fa219804d stasis_channels: Don't give preference to ANI info in channel snapshots
12 years ago
Richard Mudgett c981cad0b8 vector: Uppercase API to follow C convention.
13 years ago
Richard Mudgett 0bc642bc38 vector: Update API to be more flexible.
13 years ago
Richard Mudgett ff9809c0a8 config: Allow ConfBridge DTMF menus to have '#' as the first digit.
13 years ago
Richard Mudgett 05a838e7ab voicemail: Simplify callback pointer declarations and add doxygen.
13 years ago
Scott Griepentrog e55d4418cc Manager: Add equivalent AMI actions for the bridge CLI commands.
13 years ago
Matthew Jordan 6a660c9eeb core/loader: Don't call dlclose in a while loop
13 years ago
Matthew Jordan f8cd9b61f6 medix_index: Display errors when library calls fail
13 years ago
Matthew Jordan 837be45e9f Remove some spammy debug messages; improve clarity of others
13 years ago
Matthew Jordan 4faa10f44a Filter out internal channels from dial message handling
13 years ago
Matthew Jordan 5740a2bda6 Prevent CDR backends from unregistering while billing data is in flight
13 years ago
Richard Mudgett 4ae14324aa taskprocessor: Made use pthread_equal() to compare thread ids.
13 years ago
Scott Griepentrog 330a2b4177 rtp_engine: fix rtp payloads copy and improve argument names
13 years ago
Scott Griepentrog 1de75f4fae pbx.c: fix confused match caller id that deleted exten still in hash
13 years ago
Kevin Harwell 27334b9093 Logging: Logging types ignored after specifying a verbose level
13 years ago
Jonathan Rose 2e3908a554 utils: Fix memory leaks and missed unregistration of CLI commands on shutdown
13 years ago
Jonathan Rose 09bea85f3d jitterbuf: Fix memory leak on jitter buffer reset
13 years ago
Jonathan Rose 8f5bad357b astobj2: Unregister debug CLI commands at exit
13 years ago
Jonathan Rose b5cc4ae955 memory leaks: Memory leak cleanup patch by Corey Farrell (second set)
13 years ago
Jonathan Rose 77136643d4 memory leaks: Memory leak cleanup patch by Corey Farrell (first set)
13 years ago
Jonathan Rose ac7cd94477 res_rtp_asterisk: Address jittery DTMF events in RTP streams
13 years ago
John Bigelow 6c89018948 Add a test suite event to indicate when the atxfer 3-way feature is detected
13 years ago
Richard Mudgett aa94b9c148 Bridging: Fix orphaned bridge if neither of the joining channels can join.
13 years ago
Mark Michelson 61a061aa3c Remove a noisy debug message from bridging code.
13 years ago
Kevin Harwell 2a16b55404 Segfault in LIBEDIT_INTERNAL after tgetstr(), when libncurses5-dev
13 years ago
Joshua Colp abcc1c0c15 Return a channel snapshot when originating using ARI, and subscribe the Stasis application to it.
13 years ago
Mark Michelson 82904b87f3 Resolve some memory leaks due to incorrect for loop / ao2 ref usage.
13 years ago
Richard Mudgett aa4e8c4ab3 Add channel lock protection around translation path setup.
13 years ago
Walter Doekes bd300a0d78 Properly copy/remove the device state cache flag over a masquerade.
13 years ago
Michael L. Young 130fd15c24 Add IPv6 Support To chan_iax2
13 years ago
Matthew Jordan 7fc567bd76 ARI: Add subscription support
13 years ago
Matthew Jordan 19df630819 Remove publication of a channel snapshot when the technology is set
13 years ago
Joshua Colp 7cfd95ac44 When serializing CDR variables (like for "core show channels") don't output an error if CDRs aren't enabled.
13 years ago
Kinsey Moore 1f9ac47811 Fix security events for AMI invalid password
13 years ago
Richard Mudgett 0dd84b2f51 cel: Some whitespace cleanups
13 years ago
Kinsey Moore 315ec8d7f9 Detect and use xsltCleanupGlobals when available
13 years ago
Mark Michelson 23cea9e44b Cache string values of formats on ast_format_cap() to save processing.
13 years ago
Mark Michelson a38ba34d3d Remove unnecessary waits from stasis.
13 years ago
Matthew Jordan 1d5b70a564 Only create Stasis subscriptions when enabled
13 years ago
Richard Mudgett d361cd262a Originate: Make setting caller id on outgoing call use either name or number.
13 years ago
Matthew Jordan 3ccb6a9ea5 Fix the CDR CLI command 'cdr show active {channel}'
13 years ago
Richard Mudgett 1a7783c7f8 MALLOC_DEBUG: Fix some misuses of free() when MALLOC_DEBUG is enabled.
13 years ago
Joshua Colp 1dd63fbdfa Reduce channel snapshot creation and publishing by up to 50%.
13 years ago
Richard Mudgett d3f1f5369f Features: Rearm the parking config options have moved warning for each reload.
13 years ago
Matthew Jordan 2efa0948dc Filter out internal channels for bridge leave messages and parked call messages
13 years ago