Commit Graph

2926 Commits (522593f901baff3f1ba334ecaad9eefd6a9c9316)

Author SHA1 Message Date
Matthew Jordan 3713fa5c9f Prevent CDR backends from unregistering while billing data is in flight
12 years ago
Joshua Colp 26914adc00 chan_pjsip: Fix a crash when direct media is enabled and an ACK is received after the channel is hung up.
12 years ago
Scott Griepentrog 39a233d32b rtp_engine: fix rtp payloads copy and improve argument names
12 years ago
Scott Griepentrog 7b42a6828a pbx.c: fix confused match caller id that deleted exten still in hash
12 years ago
Richard Mudgett d5db1f76f8 Bridging: Fix orphaned bridge if neither of the joining channels can join.
12 years ago
Richard Mudgett 057d105c5a Add channel lock protection around translation path setup.
12 years ago
Richard Mudgett 7352433be5 Tweak ast_bridge_depart() doxygen.
12 years ago
Mark Michelson db099a641b Remove the bit about requiring ast_bridge_depart() to be called before ast_bridge_destroy().
12 years ago
Mark Michelson 5bba145ee1 Clarify in ast_bridge_destroy() about how departable channels must be handled.
12 years ago
Richard Mudgett 224f44c971 channel.h: whitespace changes.
12 years ago
Richard Mudgett 96d27333d2 Miscellaneous stand alone comment cleanups.
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
Mark Michelson b11983d480 Fix assumption in bridge_native_rtp.c regarding number of participants in a bridge.
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
Joshua Colp c1235f2639 Reduce channel snapshot creation and publishing by up to 50%.
12 years ago
Joshua Colp 83d55f85ec Allow specifying a channel to dial an extension and context in an ARI dial operation.
12 years ago
David M. Lee 2de42c2a25 Multiple revisions 399887,400138,400178,400180-400181
12 years ago
Kevin Harwell d6bceb0350 res_pjsip: crash when using localnet and external_signaling_address options
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
Kevin Harwell 103ebcf807 pjsip: race condition in registrar
12 years ago
Mark Michelson 391f0003c4 Change the "external_media_address" PJSIP endpoint option to "media_address".
12 years ago
Richard Mudgett e6e73cbc45 Fix doxygen to use correct units of features.conf options.
12 years ago
Mark Michelson f653bfa1f3 Switch transferdigittimeout to be configured as seconds instead of milliseconds.
12 years ago
Richard Mudgett 2a371cd80b Restore Dial, Queue, and FollowMe 'I' option support.
13 years ago
Mark Michelson 9deb416397 Create more accurate Contact headers for dialogs when we are the UAS.
13 years ago
David M. Lee c2e6e1ef49 Fix DEBUG_THREADS when lock is acquired in __constructor__
13 years ago
Richard Mudgett f5ae5e27c8 astobj2: Add warn unused attribute to some functions.
13 years ago
David M. Lee 2d1d5a98d5 Fix graceful shutdown crash.
13 years ago
Kevin Harwell 9bad1dabcf Add a reloadable option for sorcery type objects
13 years ago
David M. Lee 9bed50db41 optional_api: Fix linking problems between modules that export global symbols
13 years ago
David M. Lee 7f547872e4 ARI: Implement /recordings/stored API's
13 years ago
Richard Mudgett b6a080d6a3 Match use of ast_free() with ast_calloc() and add some curly braces.
13 years ago
Richard Mudgett d647b4ae02 bridging: Fix a livelock with local channel optimization.
13 years ago
Matthew Jordan 447848a580 Fix the config_options_test
13 years ago
Joshua Colp dd33217762 Add the bucket API.
13 years ago
Joshua Colp cd7436a6c0 Fix a bug where the argc value was passed as no_doc when registering custom sorcery types.
13 years ago
Richard Mudgett 6ebfac8e70 Handle DTMF and hold wrapup when a channel leaves the bridging system.
13 years ago
Richard Mudgett 46b9e5450f Fix memory corruption when trying to get "core show locks".
13 years ago
David M. Lee 7a581537e8 ARI: Correct error codes for bridge operations
13 years ago
Matthew Jordan 4d348e853c Add pass through support for Opus and VP8; Opus format attribute negotiation
13 years ago
Matthew Jordan e31bd332b8 Update config framework/sorcery with types/options without documentation
13 years ago
Jonathan Rose 21e22310c7 ARI: Music on Hold/Background Music for bridges
13 years ago
Kinsey Moore 7b032c1adb Add SayAlphaCase and similar functionality for AGI
13 years ago
Richard Mudgett c02c1b6f53 Update MOH start/stop routine doxygen.
13 years ago
Richard Mudgett 477dea4661 Bridge API: Set a cause code on a channel when it is ejected from a bridge.
13 years ago
Mark Michelson 00baddb906 Massively clean up app_queue.
13 years ago
Mark Michelson 8049bf94f7 Handle default body types for SIP event packages in res_pjsip_pubsub
13 years ago
Kinsey Moore 20dcc49d2e Make CEL behavior conform to the documentation
13 years ago
Richard Mudgett b816fe45b6 * Move ast_bridge_channel_setup_features() into bridge_basic.c.
13 years ago
Matthew Jordan 855024107c Set 14400 as the default max bit rate if T38MaxBitRate is not specified
13 years ago
Richard Mudgett d213dfa30f Fix several interrelated issues dealing with the holding bridge technology.
13 years ago
Mark Michelson 5caa938be2 Localize and rename ACL configuration.
13 years ago
Kinsey Moore 56aea1c030 Allow res_parking to be unloadable
13 years ago
Kinsey Moore d7f1f31270 Refactor CEL to avoid using the event system core
13 years ago
Kinsey Moore 59753b1ea1 Strip down the old event system
13 years ago
Richard Mudgett 35b9c6a660 Fix CLI "bridge kick <bridge> <channel>" to check if the bridge needs dissolving.
13 years ago
Richard Mudgett 6399836f9b Fix some doxygen bridging file references.
13 years ago
Richard Mudgett 745df0fb81 utils.h: Minor formatting tweaks.
13 years ago
David M. Lee f29d969a79 Stasis: address refcount races; implementation comments
13 years ago
Walter Doekes c43e19e8e5 Prevent heap alloc functions from running out of stack space.
13 years ago
Richard Mudgett e35860f954 Changed some BUGBUG tags to associated JIRA issue tags.
13 years ago
Richard Mudgett c3466db29d Resolve some BUGBUG comments.
13 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.
13 years ago
Richard Mudgett 5f40a6625d Fix Bridge API DTMF hook matching for begin and end DTMF events.
13 years ago
Kinsey Moore 3f46d461bf Fix deadlocks in chan_sip in REFER and BYE handling
13 years ago
Richard Mudgett 62c2b80487 Remove unsupported channel technology callbacks.
13 years ago
David M. Lee 987fdfb444 ARI: allow other operations to happen while bridged
13 years ago
Jonathan Rose 6fe21ef48e bridge_channel: Support the lonely flag and make ARI use it.
13 years ago
Richard Mudgett 3f724fa493 Make bridge snapshots use prefixes.
13 years ago
Richard Mudgett 73b3c70a5f Remove some resolved or obsolete BUGBUG comments.
13 years ago
Matthew Jordan 33e7b76d1d Hide the Surrogate channels from external consumers; kill Masquerade events
13 years ago
David M. Lee c790848794 ARI: Add recording controls
13 years ago
David M. Lee b97d318b7b Tweak caching topics to fix CEL tests
13 years ago
Jonathan Rose 3797639e84 bridge features: Dial and Queue add features instead of replace them.
13 years ago
Jonathan Rose e47794ead1 ARI: bridges/{bridgeID}/addChannel: add roles parameter
13 years ago
David M. Lee 357b275239 Fix res_ari_asterisk load issue
13 years ago
David M. Lee 10c91bc96e Address JSON thread safety issues.
13 years ago
Mark Michelson 328e99f41d Make a couple of changes to help AMI events to be more clear in what is occurring.
13 years ago
Kinsey Moore 41d6be2432 Move ast_str_container_alloc and friends
13 years ago
Mark Michelson f8622e7c5c Get rid of ast_bridged_channel() and the bridged_channel field on ast_channels.
13 years ago
Mark Michelson 57a8148ccd Make sure that pickup.h does not use an include guard name used elsewhere.
13 years ago
Matthew Jordan 38236e54a8 Remove dead code from features.c; refactor pickup code into pickup.c
13 years ago
Matthew Jordan 5c4b482471 Support externally initiated parking requests; remove some dead code
13 years ago
Kinsey Moore 03090a88ba Fix documentation replication issues
13 years ago
David M. Lee e1b959ccbb Split caching out from the stasis_caching_topic.
13 years ago
Kinsey Moore f6c7e6355e Fix remnants of the pjsip renaming
13 years ago
Mark Michelson 735b30ad71 The large GULP->PJSIP renaming effort.
13 years ago
Mark Michelson 895c8e0d2c Reorganize the ast_sip_endpoint structure into substructures.
13 years ago
Joshua Colp 7fded33789 Add support for T.38 fax to chan_pjsip.
13 years ago
Kinsey Moore d8956f690e Rename everything Stasis-HTTP to ARI
13 years ago
Richard Mudgett c017d5e6a3 Remove the unsafe bridge parameter from ast_bridge_hook_callback's.
13 years ago
Richard Mudgett 50aba6be36 Improved feature limits interval hook implementaion.
13 years ago
Jonathan Rose 9a46c1d019 Add name argument to BridgeWait() so multiple holding bridges may be used
13 years ago
Matthew Jordan 93a70d83e3 Remove some dead parking call
13 years ago
Matthew Jordan cafc115896 A great big renaming patch
13 years ago
Matthew Jordan 9d8a5ceb02 Move after bridge callbacks into their own file
13 years ago