Commit Graph

4503 Commits (3043cd363dcc4788adab0010111302d90ad113ca)

Author SHA1 Message Date
Joshua Colp 8b24b0d206 media_index: Make media indexing tolerable of bad symlinks.
12 years ago
David M. Lee fccb427c88 ari:Add application/json parameter support
12 years ago
Kevin Harwell ed48377994 ARI: Implement device state API
12 years ago
Kevin Harwell 05cbf8df9b res_pjsip: AMI commands and events.
12 years ago
Joshua Colp eda7126862 ari: Add Snoop operation for spying/whispering on channels.
12 years ago
Kinsey Moore d9015a5356 ARI: Don't leak implementation details
12 years ago
Joshua Colp 2147e39303 translate: Move freeing of frame to after it is used.
12 years ago
Richard Mudgett f62373b7a3 bucket: Fix scheme ref leak in __ast_bucket_scheme_register().
12 years ago
Kinsey Moore 50afe6b9dd CEL: Fix crash when using CELGenUserEvent
12 years ago
Jonathan Rose ad0e70ba83 Say: If SAY_DTMF_INTERRUPT is set to an ast_true value, jump on DTMF
12 years ago
Mark Michelson 94f19c8218 Switch to a scoped lock to avoid missing unlocks in failure returns.
12 years ago
Mark Michelson c0bc3f6b4c Move a NULL check to a place that makes more sense.
12 years ago
Jonathan Rose bf5492abd2 security_events: Push out security events over AMI events
12 years ago
David M. Lee 97a8debd90 ari: Add application/x-www-form-urlencoded parameter support
12 years ago
Kevin Harwell 2564ed26f7 app_dahdiras: Use waitpid instead of wait4.
12 years ago
Matthew Jordan aff0faf6ba stasis_channels: Don't give preference to ANI info in channel snapshots
12 years ago
Richard Mudgett 7d2f2d6ef8 vector: Uppercase API to follow C convention.
12 years ago
Richard Mudgett 629a5fc39b vector: Update API to be more flexible.
12 years ago
Richard Mudgett 0721b1de83 config: Allow ConfBridge DTMF menus to have '#' as the first digit.
12 years ago
Richard Mudgett 5401b2bfbf voicemail: Simplify callback pointer declarations and add doxygen.
12 years ago
Scott Griepentrog 3b36687a56 Manager: Add equivalent AMI actions for the bridge CLI commands.
12 years ago
Matthew Jordan e9fc321053 core/loader: Don't call dlclose in a while loop
12 years ago
Matthew Jordan 981983bfde medix_index: Display errors when library calls fail
12 years ago
Matthew Jordan 076b29dd5b Remove some spammy debug messages; improve clarity of others
12 years ago
Matthew Jordan 26182f4b71 Filter out internal channels from dial message handling
12 years ago
Matthew Jordan 3713fa5c9f Prevent CDR backends from unregistering while billing data is in flight
12 years ago
Scott Griepentrog 39a233d32b rtp_engine: fix rtp payloads copy and improve argument names
12 years ago
Richard Mudgett 78790f0d58 taskprocessor: Made use pthread_equal() to compare thread ids.
12 years ago
Scott Griepentrog 7b42a6828a pbx.c: fix confused match caller id that deleted exten still in hash
12 years ago
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
12 years ago
Matthew Jordan 8d7873b836 ARI: Add subscription support
12 years ago
Matthew Jordan facebb3f3c Remove publication of a channel snapshot when the technology is set
12 years ago
Joshua Colp 9826923805 When serializing CDR variables (like for "core show channels") don't output an error if CDRs aren't enabled.
12 years ago
Kinsey Moore fe4cd68444 Fix security events for AMI invalid password
12 years ago
Richard Mudgett 7e698f1f42 cel: Some whitespace cleanups
12 years ago
Kinsey Moore 3578bc30fd Detect and use xsltCleanupGlobals when available
12 years ago
Mark Michelson ee21eee7e0 Cache string values of formats on ast_format_cap() to save processing.
12 years ago
Mark Michelson addbf276f5 Multiple revisions 400318-400319
12 years ago
Matthew Jordan 6e2b1a54ab Only create Stasis subscriptions when enabled
12 years ago
Richard Mudgett be62f83d54 Originate: Make setting caller id on outgoing call use either name or number.
12 years ago
Matthew Jordan 9283987418 Fix the CDR CLI command 'cdr show active {channel}'
12 years ago
Richard Mudgett 97fcd6366d MALLOC_DEBUG: Fix some misuses of free() when MALLOC_DEBUG is enabled.
12 years ago
Joshua Colp c1235f2639 Reduce channel snapshot creation and publishing by up to 50%.
12 years ago
Richard Mudgett a0db5275ed Features: Rearm the parking config options have moved warning for each reload.
12 years ago
Matthew Jordan d196d73256 Filter out internal channels for bridge leave messages and parked call messages
12 years ago
Matthew Jordan 9ede397005 Remove spurious event raised when CDRs are reloaded
12 years ago
David M. Lee 2de42c2a25 Multiple revisions 399887,400138,400178,400180-400181
12 years ago
Matthew Jordan 34f18cc7f1 CDR: Improve handling of parking; resolve assertion when originating into park
12 years ago
Matthew Jordan 2ef63eaf34 manager: Fix crash when appending a manager channel variable
12 years ago
Richard Mudgett 7c796593d3 astobj2: Remove OBJ_CONTINUE support.
12 years ago
Kinsey Moore b22612110c Restore usefulness of the CEL Peer field
12 years ago
Richard Mudgett 88436ecbd4 astobj2: Made use OBJ_SEARCH_xxx identifiers as field enum values internally.
12 years ago
Matthew Jordan e7d49d28ea Fix a performance problem CDRs
12 years ago
Richard Mudgett 46da169b6d media_index: Fix process_description_file() memory leak of file_id_persist.
12 years ago
Richard Mudgett dbec6e92d1 features_config: Fix config ref leak of parkinglots.
12 years ago
Richard Mudgett 120abb5ecd json: Make it obvious that ast_json_unref() is NULL safe.
12 years ago
Kinsey Moore 6cc3084ae7 Ensure global types in the config framework are initialized
12 years ago
Jonathan Rose 638577bef7 originate/call forwarding: Fix a crash when forwarding a call from originate
12 years ago
Kevin Harwell 2d091df520 Fix memory leak in logger.
12 years ago
Richard Mudgett cf9272c05c optional_api: Make always use the standard malloc functions even with MALLOC_DEBUG.
12 years ago
Kinsey Moore d5372f34df Fix jitter buffer log file creation
12 years ago
Richard Mudgett 28da6dc0a5 Make config framework able to reload module configs with multiple config files.
12 years ago
Michael L. Young 38fa628812 Fix Segfault In features-config.c When Application Has No Arguments
12 years ago
Kevin Harwell 667fa56b1b Remote console: more output discrepancies
12 years ago
Mark Michelson 375c2f5a5c Fix other timeouts (atxferloopdelay and atxfernoanswertimeout) to use seconds instead of milliseconds.
12 years ago
Mark Michelson f653bfa1f3 Switch transferdigittimeout to be configured as seconds instead of milliseconds.
12 years ago
Matthew Jordan 376d277b02 Filter internal channels out of bridge enter/leave message handling
12 years ago
Richard Mudgett 2a371cd80b Restore Dial, Queue, and FollowMe 'I' option support.
12 years ago
David M. Lee 03c7857375 Don't write to /tmp/refs when REF_DEBUG is not defined.
12 years ago
Richard Mudgett ef53242700 CLI bridge: Fix "bridge destroy <id>" and "bridge kick <id> <chan>" tab completion.
12 years ago
Richard Mudgett 94754227a6 astobj2: Register the bridges container for debug inspection.
12 years ago
Richard Mudgett 5be186d7c5 core_local: Fix memory corruption race condition.
12 years ago
Richard Mudgett 83bf017db9 Fix incorrect usages of ast_realloc().
12 years ago
Richard Mudgett 35b5549df8 MALLOC_DEBUG: Change fence magic number to be completely different from the freed magic number.
12 years ago
David M. Lee c2e6e1ef49 Fix DEBUG_THREADS when lock is acquired in __constructor__
12 years ago
Richard Mudgett 5396198f16 cdr: Change the number of container buckets to be similar to the channels container.
12 years ago
Richard Mudgett a4c18f4e10 core_local: Fix LocalOptimizationBegin AMI event missing Source channel snapshot.
12 years ago
Richard Mudgett 51bd4fe8fe cdr: Fix some ref leaks.
12 years ago
Richard Mudgett f5ae5e27c8 astobj2: Add warn unused attribute to some functions.
12 years ago
Kinsey Moore 53dbe10f5c Fix build warnings
12 years ago
Richard Mudgett ccfad032e4 astobj2: Only define ao2_bt() once.
12 years ago
David M. Lee 2d1d5a98d5 Fix graceful shutdown crash.
12 years ago
Kevin Harwell 9bad1dabcf Add a reloadable option for sorcery type objects
12 years ago
Kevin Harwell 16b8d0cb5a Fix various memory leaks
12 years ago
Jonathan Rose 0dfe658a5c features_config: Ignore parkinglots in features.conf instead of failing to load
12 years ago
Jonathan Rose dcaa0cf659 features_config: Don't require features.conf to be present for Asterisk to load
12 years ago
Kevin Harwell af1747ee6c Memory leak fix
12 years ago
Kevin Harwell 1d3d6e0661 Check return value on fwrite
12 years ago
David M. Lee 9bed50db41 optional_api: Fix linking problems between modules that export global symbols
12 years ago
Richard Mudgett bac9a478eb pbx.c: Make pbx_substitute_variables_helper_full() not mask variables.
12 years ago
Kevin Harwell d7b9a702d8 Verbose logging discrepancies
12 years ago
Kevin Harwell e1cfc18a78 Memory leaks fix
12 years ago
Mark Michelson 0bc2a77365 Multiple revisions 397921-397922
12 years ago
Richard Mudgett 186db8fdaf Fix some uninitialized buffers for CDR handling valgrind found.
12 years ago
Richard Mudgett 94e4733d89 Fixed problems with ast_cdr_serialize_variables().
12 years ago
Richard Mudgett 87bf699dc9 Made the on/off in CLI "cdr set debug [on|off]" case insensitive.
12 years ago
Richard Mudgett ea095f6d1b Make CDR variable name chandling consistently case insensitive.
12 years ago
Richard Mudgett 7387282aa1 Make CDR code deal with channel names case insensitively.
12 years ago
Richard Mudgett 5482fd21c8 Some CDR code optimization.
12 years ago
Richard Mudgett b252c11aff pbx.c: Make ast_str_substitute_variables_full() not mask variables.
12 years ago
Richard Mudgett c7b7d98a37 ast_free() is null tollerant.
12 years ago
David M. Lee 451993f4f5 ARI: WebSocket event cleanup
12 years ago
Richard Mudgett 3540c7ac6e Made MALLOC_DEBUG less CPU intensive by default.
12 years ago
Matthew Jordan 24c56515b1 Better handle clearing the OUTGOING flag when a channel leaves a bridge
12 years ago
David M. Lee 6c410d00d1 Fixed bucket.c for systems where tv_usec is not an unsigned long.
12 years ago
Richard Mudgett d647b4ae02 bridging: Fix a livelock with local channel optimization.
12 years ago
Matthew Jordan 447848a580 Fix the config_options_test
12 years ago
Joshua Colp 9c713d12da Fix building of trunk.
12 years ago
Matthew Jordan f4bf1823e9 Fix channel reference leak in Originated channels
12 years ago
Richard Mudgett fd7ac4fecd Blank line tweaks.
12 years ago
Joshua Colp dd33217762 Add the bucket API.
12 years ago
Mark Michelson cae6bc54c8 Add test events necessary for bridge tests to pass in the test suite.
12 years ago
Matthew Jordan 3d9c5e61af Fix error in using ast_channel_snapshot_type before initialization
12 years ago
Richard Mudgett 6ebfac8e70 Handle DTMF and hold wrapup when a channel leaves the bridging system.
12 years ago
Richard Mudgett 46b9e5450f Fix memory corruption when trying to get "core show locks".
12 years ago
Matthew Jordan 32a0567c46 Prevent seg fault in off nominal path when registered option fails to validate
12 years ago
Matthew Jordan 4d348e853c Add pass through support for Opus and VP8; Opus format attribute negotiation
12 years ago
Matthew Jordan e31bd332b8 Update config framework/sorcery with types/options without documentation
12 years ago
Richard Mudgett c25c093c67 Minor tweaks with ast_moh_start() callers.
12 years ago
Kinsey Moore 7b032c1adb Add SayAlphaCase and similar functionality for AGI
12 years ago
Richard Mudgett 477dea4661 Bridge API: Set a cause code on a channel when it is ejected from a bridge.
12 years ago
Kinsey Moore 24683444ac Ensure CEL creates a default config if it isn't provided with one
12 years ago
Kinsey Moore 5ad4030ef0 Fix crash when getting CEL config
12 years ago
Mark Michelson 00baddb906 Massively clean up app_queue.
12 years ago
Richard Mudgett ae7fb07092 Made the abstract jitter buffer resync on some more control frames.
12 years ago
Kinsey Moore 20dcc49d2e Make CEL behavior conform to the documentation
12 years ago
Richard Mudgett 641748cc1b Update BUGBUG comment.
12 years ago
Walter Doekes 28e9d3afc9 Don't store repeated commands in the editline history buffer.
12 years ago
Walter Doekes 80edcdcc45 Add _IO_stdin_used in version-script to fix SIGBUSes on Sparc.
12 years ago
Jonathan Rose 75bb247d2b UDPTL: Fix a regression where UDPTL won't load default settings
12 years ago
Richard Mudgett b816fe45b6 * Move ast_bridge_channel_setup_features() into bridge_basic.c.
12 years ago
Richard Mudgett 0c6328af5b Deferred some more BUGBUG comments to a JIRA issue or XXX comment.
12 years ago
David M. Lee ba7ffbe500 Complete http_shutdown.
12 years ago
David M. Lee a6da087716 ARI: Remove the 'channel:' scheme from endpoint's channel list.
12 years ago
Richard Mudgett d213dfa30f Fix several interrelated issues dealing with the holding bridge technology.
12 years ago
Kinsey Moore 63134ea011 Unregister CLI commands on exit
12 years ago
Richard Mudgett 1adf842982 Update BUGBUG comment.
12 years ago
Jonathan Rose 7e0bc5896d attended transfers: Fix a bug affecting external blond transfers
12 years ago
Matthew Jordan bcbb8324db Fix invalid access to disposed memory in main/data unit test
12 years ago
Kinsey Moore 56aea1c030 Allow res_parking to be unloadable
12 years ago
Kinsey Moore d7f1f31270 Refactor CEL to avoid using the event system core
12 years ago
Kinsey Moore 59753b1ea1 Strip down the old event system
12 years ago
Richard Mudgett 35b9c6a660 Fix CLI "bridge kick <bridge> <channel>" to check if the bridge needs dissolving.
12 years ago
Richard Mudgett e47d3db365 Doxygen comment tweaks.
12 years ago
Richard Mudgett a847e65b2c Fix utilities compilation/linking.
12 years ago
David M. Lee f29d969a79 Stasis: address refcount races; implementation comments
12 years ago
Kinsey Moore a4ffa9f72b Improve sounds indexer CLI commands
12 years ago
Walter Doekes c43e19e8e5 Prevent heap alloc functions from running out of stack space.
12 years ago
Richard Mudgett 812355db82 Bridge: Don't suspend/unspend the channel for interception routines.
12 years ago
Richard Mudgett 8b7742202f Minor parking cleanup.
12 years ago
Richard Mudgett 58af87ef2c Remove early bridge BUGBUG comments. Remove some unneeded features.c comments.
12 years ago
Richard Mudgett e35860f954 Changed some BUGBUG tags to associated JIRA issue tags.
12 years ago
Richard Mudgett c3466db29d Resolve some BUGBUG comments.
12 years ago
Kinsey Moore bd352e0827 Remove leading spaces from the CLI command before parsing
12 years ago
Richard Mudgett 6d24165dee Remove some dead code dealing with: AST_BRIDGE_REC_CHANNEL_0, AST_BRIDGE_REC_CHANNEL_1, and AST_BRIDGE_IGNORE_SIGS.
12 years ago
Richard Mudgett 5f40a6625d Fix Bridge API DTMF hook matching for begin and end DTMF events.
12 years ago
Kinsey Moore 82ba10bb47 Fix feature_attended_transfer test
12 years ago
Kinsey Moore 3f46d461bf Fix deadlocks in chan_sip in REFER and BYE handling
12 years ago
Richard Mudgett 62c2b80487 Remove unsupported channel technology callbacks.
12 years ago
Matthew Jordan 63b5bf26ec Fix two race conditions and ref counting issue when joining a bridge
12 years ago
Matthew Jordan 5b013bc659 Unlock outgoing dial lock on off nominal path
12 years ago
Matthew Jordan fba429409e Unlock the dial operation lock on a failed dial
12 years ago
Walter Doekes e744fa5f5b Don't leak frames when memory is full in autoservice_run.
12 years ago
Jonathan Rose b3813c8bc5 pbx: Make originate threads indicate dial status when synchronous
12 years ago
Jonathan Rose 6fe21ef48e bridge_channel: Support the lonely flag and make ARI use it.
12 years ago
Richard Mudgett 0b9ab0c61a Remove extra CR/LF from AMI event.
12 years ago
Richard Mudgett 3f724fa493 Make bridge snapshots use prefixes.
12 years ago
Richard Mudgett 73b3c70a5f Remove some resolved or obsolete BUGBUG comments.
12 years ago
Matthew Jordan 33e7b76d1d Hide the Surrogate channels from external consumers; kill Masquerade events
12 years ago
Matthew Jordan 2a8219b64a Prevent spurious memory error when appending backtrace with MALLOC_DEBUG
12 years ago
Kinsey Moore 88bef0b3dd Prevent unreal channels from optimizing during DTMF emulation
12 years ago
Matthew Jordan 8b75a68f13 Handle Surrogate channels in Dial message processing
12 years ago
David M. Lee c790848794 ARI: Add recording controls
12 years ago
David M. Lee b97d318b7b Tweak caching topics to fix CEL tests
12 years ago
Kinsey Moore 2e23bec461 Fix memory leaks in the CDR engine
12 years ago
Walter Doekes ccdfe67bf2 Check result of ast_var_assign() calls for memory allocation failure.
12 years ago
Jonathan Rose 3797639e84 bridge features: Dial and Queue add features instead of replace them.
12 years ago
Jonathan Rose e47794ead1 ARI: bridges/{bridgeID}/addChannel: add roles parameter
12 years ago
David M. Lee 357b275239 Fix res_ari_asterisk load issue
12 years ago
Matthew Jordan 2977846f0a Don't unsubscribe from the AMI message router from manager_bridges
12 years ago
David M. Lee 309d7e08f0 Clean up ast_json with ast_json_unref
12 years ago
David M. Lee 10c91bc96e Address JSON thread safety issues.
12 years ago
Mark Michelson 328e99f41d Make a couple of changes to help AMI events to be more clear in what is occurring.
12 years ago
Kinsey Moore 41d6be2432 Move ast_str_container_alloc and friends
12 years ago