Commit Graph

4027 Commits (73854ebb2bcde41b226ea7b93701d1872eebb15e)

Author SHA1 Message Date
Joshua Colp fb6344e249 Publish the channel state snapshot *before* calling device state so a device state producer can use
13 years ago
David M. Lee f574a76e3e Fixed a consistency problem with channel snapshot and endpoint state.
13 years ago
David M. Lee 6d805dc04b Correct autoconf script for finding UUID support.
13 years ago
Kinsey Moore 1458a20e47 Refactor code and fix a reference leak
13 years ago
Richard Mudgett 680765d452 Remove ast_channel_bridge() and associated code called only by it.
13 years ago
Richard Mudgett ccc8cc5346 Fixup hold/unhold with attended and blind transfers.
13 years ago
Jason Parker a1494300c9 Replace ast_manager_publish_message() with a more useful version.
13 years ago
Kinsey Moore 39d5e40cd5 Remove remnant of snapshot blob JSON types
13 years ago
Kinsey Moore e1bff7958a Add snapshot cache that indexes by channel name
13 years ago
David M. Lee 721a1faf6d Missed a line from a bad merge in r390122
13 years ago
David M. Lee d81c846724 Avoid unnecessary cleanups during immediate shutdown
13 years ago
Richard Mudgett f069ee9681 Fix segfault when dealing with chan_agent channels.
13 years ago
Jason Parker fa98eb2aea Remove unused RAII vars.
13 years ago
Kinsey Moore 6851801a5e Resolve a merge conflict
13 years ago
Jonathan Rose bb584c55de Fix a memory copying bug in slinfactory which was causing mixmonitor issues.
13 years ago
Mark Michelson 45dc10de84 Add missing NULL check to acquire_bridge() function.
13 years ago
Mark Michelson fac3839e68 Adds support for a core attended transfer function plus adds some hiding of masquerades.
13 years ago
Matthew Jordan a0f6d1848b Initialize the message type before the topic
13 years ago
Matthew Jordan fe3ca5401f Fix a variety of memory corruption/assertion errors
13 years ago
Matthew Jordan 97c6062dfc Restore initialization of security topics
13 years ago
Jason Parker 154fbf8cae Split Hold event into Hold/Unhold, and move it into core.
13 years ago
Matthew Jordan 06be8463b6 Migrate a large number of AMI events over to Stasis-Core
13 years ago
Matthew Jordan c1b51fd265 Print all logger messages on shutdown
13 years ago
David M. Lee 557125664d This patch adds support for controlling a playback operation from the
13 years ago
David M. Lee 10ba6bf8a8 This patch implements the REST API's for POST /channels/{channelId}/play
13 years ago
Richard Mudgett 3464e0919a Fix inverted test preventing DTMF disconnect from working.
13 years ago
David M. Lee 8a5a09e62c Fixed startup race condition which caused occasional stasis_mwi_state_type assertions.
13 years ago
Jason Parker b6aac885be Add dial events to app_queue and app_followme.
13 years ago
David M. Lee 054efbc45a Fix destruction order assert for stasis_bridging
13 years ago
Richard Mudgett 3d63833bd6 Merge in the bridge_construction branch to make the system use the Bridging API.
13 years ago
David M. Lee e1e1cc2dee Fixed some extra field assertion when the event WebSocket is connected
13 years ago
Matthew Jordan d8aec72494 Set the AST_CDR_FLAG_ORIGINATED flag on originated channel's CDRs
13 years ago
Joshua Colp 734a154eef In Sorcery pass the name of the object being allocated to the allocator.
13 years ago
Joshua Colp b46840ae3e Don't hold the outgoing lock for a prolonged period of time as it may block the originator.
13 years ago
Joshua Colp 4d8c35abf2 If the caller of the originate API calls wants the channel ensure it has been requested and dialed.
13 years ago
Joshua Colp 7316abeb8f Fix a bug where synchronous origination (oddly enough triggered by doing an async manager Originate) would not work properly.
13 years ago
Joshua Colp 4e38a4eb64 Move origination to use the dialing API and send Stasis messages on dial begin and end.
13 years ago
David M. Lee b97c71bb11 Fix shutdown assertions in stasis-core
13 years ago
Matthew Jordan d04f1fd60a Publish the outbound channel's application/data when dialing
13 years ago
Jonathan Rose b90bba7a30 Stasis: Update security events to use Stasis
13 years ago
Kevin Harwell 2eebab3992 Fix for segfault in __ast_rwlock_destroy with DEBUG_THREADS
13 years ago
David M. Lee 9648e258c7 Refactored the rest of the message types to use the STASIS_MESSAGE_TYPE_*
13 years ago
Richard Mudgett d1d1425327 Make ao2 global objects not always use the debug version of the ao2_ref() calls.
13 years ago
Michael L. Young 54424c2ee2 Fix Missing CALL-ID When Logging Through Syslog
13 years ago
Jonathan Rose 6a257dd534 pbx: Fix lack of cleanup on macrolock and context_table
13 years ago
Richard Mudgett 681b50df0a Fix SendText AMI action to never return non-zero.
13 years ago
David M. Lee 4666079b05 Address unload order issues for res_stasis* modules
13 years ago
Kinsey Moore 7ce05bfb9b Add channel events for res_stasis apps
13 years ago
David M. Lee ec53d7fa87 Removed #if checks for crazy old versions of OS X.
13 years ago
David M. Lee 0eb4cf8c19 Remove required type field from channel blobs
13 years ago
David M. Lee e06e519a90 Initial support for endpoints.
13 years ago
David M. Lee dd87bea808 Minor fixups to Doxygen comments.
13 years ago
Jason Parker 6b4da0959b Fix building with LOW_MEMORY defined.
13 years ago
Joshua Colp 40074542bf Add support for observers and JSON objectset creation to sorcery.
13 years ago
Matthew Jordan 6e2fe0c9ab Clean up documentation; prevent ref leak on exit
13 years ago
Jonathan Rose 1eac5a7988 Stasis: Convert network change events into network change stasis messages
13 years ago
Richard Mudgett 3232e23ca7 Remove the ABI compatability ast_channel_alloc(). It is no longer needed.
13 years ago
Jonathan Rose 02961601cd Putting all event defs and names back for now due to res_corosync dependency
13 years ago
Alec L Davis 0b87695460 Add Asterisk Version to core show locks
13 years ago
Richard Mudgett 073e0e215a Make mod_load_cmp() not as klunky.
13 years ago
Matthew Jordan e51b6a37e9 Fix CDR not being created during an externally initiated blind transfer
13 years ago
Jonathan Rose 8e257fe819 Stasis Core: Refactor ACL Change events to go out over the stasis core msg bus
13 years ago
Jonathan Rose 6f5733388a Add forgotten event types to event_names array
13 years ago
Joshua Colp 02be50b1ac Add support for a realtime sorcery module.
13 years ago
Matthew Jordan 2d1cbb4311 Clean up memory leak in config file on off nominal paths when glob is allowed
13 years ago
David M. Lee 562d0b4d18 By popular demand, putting the about-to-load-module printf back.
13 years ago
Matthew Jordan b3e3dfa51c Clean up resources in features on exit
13 years ago
David M. Lee 79b2edea8f Removing stray printf from r386540
13 years ago
Mark Michelson 09af343789 Add an \extref doxygen pointer for libuuid.
13 years ago
Mark Michelson 74f2318051 Merge the pimp_my_sip branch into trunk.
13 years ago
Richard Mudgett c137d12111 Fix crash when AMI redirect action redirects two channels out of a bridge.
13 years ago
David M. Lee 1c21b8575b This patch adds a RESTful HTTP interface to Asterisk.
13 years ago
David M. Lee e61cc22404 cli.c: Properly initialize debug_modules and verbose_modules.
13 years ago
David M. Lee aff127a737 Fix lock errors on startup.
13 years ago
Kinsey Moore 71a01725b8 Move presence state distribution to Stasis-core
13 years ago
Kinsey Moore 191cf99ae1 Move device state distribution to Stasis-core
13 years ago
David M. Lee c599aca553 Moved core logic from app_stasis to res_stasis
13 years ago
David M. Lee 2450722f52 DTMF events are now published on a channel's stasis_topic. AMI was
13 years ago
Kinsey Moore 7f885dc31d Expose channel snapshot manager blob generation
13 years ago
Richard Mudgett 3afeac5e3b Eliminated dial_features_destroy() since it is equivalent to ast_free_ptr()
13 years ago
Richard Mudgett eb2d144195 * Fix unlocked accesses to feature_list. The feature_list is now also
13 years ago
David M. Lee ff7ecd3dbf Fixed manager channelvars support.
13 years ago
Richard Mudgett d09eeaa8eb Rename struct feature_ds to struct feature_datastore.
13 years ago
Russell Bryant ee05bdec92 Add inheritance support to FEATURE()/FEATUREMAP().
13 years ago
Matthew Jordan b8d4e573f1 Add multi-channel Stasis messages; refactor Dial AMI events to Stasis
13 years ago
David M. Lee a2a53cc306 Stasis application WebSocket support
13 years ago
Richard Mudgett b8e5189456 Separate some event struct definitions from instantiation.
13 years ago
Richard Mudgett b9962ee26a astobj2: Fix rbtree duplicate handling.
13 years ago
Joshua Colp 56313ee068 Pass the object type name to the configuration framework.
13 years ago
Matthew Jordan bcc0aca23d Make things work again
13 years ago
Matthew Jordan 8c5367226b Make appropriate items parse using '|' instead of ','
13 years ago
David M. Lee b23e8e1950 stasis: Fixed message ordering issues when forwarding
13 years ago
Matthew Jordan ad191ebfcd Properly format an intmax_t value
13 years ago
Matthew Jordan e8015cc460 Convert TestEvent AMI events over to Stasis Core
13 years ago
Richard Mudgett a1c94fece8 Add uuid wrapper API call ast_uuid_generate_str().
13 years ago
Kinsey Moore 71206544a7 Break the world. Stasis message type accessors should now all be named correctly.
13 years ago
Kinsey Moore 1a2a4578d2 Convert MWI state message type to the new stasis naming convention
13 years ago
Kinsey Moore 72bccf69c3 Address uninitialized conditional that valgrind found
13 years ago
Matthew Jordan 15b892323a Fix a file descriptor leak in off nominal path
13 years ago
Matthew Jordan ec144089ea AST-2013-002: Prevent denial of service in HTTP server
13 years ago