Commit Graph

687 Commits (b4eb773d5ea9befa25e8045a57dba550a690e541)

Author SHA1 Message Date
Jonathan Rose 3a565767d7 manager: fix memory leak in manager_add_filter function
11 years ago
Scott Griepentrog ef69b5176d unqiueid: correct max uniqueid length test
11 years ago
Scott Griepentrog 80ef9a21b9 uniqueid: channel linkedid, ami, ari object creation with id's
11 years ago
Richard Mudgett 9e6407c07b manager: Fix AMI Status action of a single channel.
11 years ago
Sean Bright 98de7719dd Make a NOTICE about an invalid channel name more useful.
11 years ago
Kevin Harwell f9479fbcbd manager: ExtensionStatus event status human readable
11 years ago
Walter Doekes cc42229f26 manager: The eventfilter= option now takes an extended regex.
11 years ago
Richard Mudgett a9911f027e manager: Register atexit shutdown routine only once.
11 years ago
Richard Mudgett 82cce81737 manager: Protect data structures during shutdown.
11 years ago
Walter Doekes 9a88cc33f8 manager: Clarify eventfilter documentation. Textual changes only.
11 years ago
Kevin Harwell 7054e12ef2 manager: Originate doesn't abort on failed format_cap allocation
11 years ago
Richard Mudgett 828f339a9c verbosity: Fix performance of console verbose messages.
11 years ago
Kevin Harwell bd4be333fb manager: UserEvent including action on output
12 years ago
Jason Parker 04dfe2d77f Add AMI event for presence state.
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
Mark Michelson c30170d9a2 Resolve some memory leaks due to incorrect for loop / ao2 ref usage.
12 years ago
Mark Michelson ee21eee7e0 Cache string values of formats on ast_format_cap() to save processing.
12 years ago
Matthew Jordan 6e2b1a54ab Only create Stasis subscriptions when enabled
12 years ago
David M. Lee 2de42c2a25 Multiple revisions 399887,400138,400178,400180-400181
12 years ago
Matthew Jordan 2ef63eaf34 manager: Fix crash when appending a manager channel variable
12 years ago
Kevin Harwell af1747ee6c Memory leak fix
12 years ago
Kevin Harwell e1cfc18a78 Memory leaks fix
12 years ago
Kinsey Moore 59753b1ea1 Strip down the old event system
12 years ago
Richard Mudgett e47d3db365 Doxygen comment tweaks.
12 years ago
Richard Mudgett 5f40a6625d Fix Bridge API DTMF hook matching for begin and end DTMF events.
12 years ago
David M. Lee 357b275239 Fix res_ari_asterisk load issue
12 years ago
Kinsey Moore 03090a88ba Fix documentation replication issues
12 years ago
David M. Lee e1b959ccbb Split caching out from the stasis_caching_topic.
12 years ago
Matthew Jordan 56a90d435c Fix incorrect reference to stasis/bridging.h
12 years ago
Matthew Jordan cafc115896 A great big renaming patch
12 years ago
Matthew Jordan 3a5b68f07c Allow setting allowmultiplelogin on an account basis
12 years ago
Joshua Colp 7c044acbd9 Refactor operations to access the stasis cache instead of objects directly when retrieving information.
12 years ago
Jason Parker 7422581b6d Move channel driver Registry manager events to core.
12 years ago
Matthew Jordan d0a55fa52d Refactor RTCP events over to Stasis; associate with channels
12 years ago
Jason Parker 85ba063329 Add a SystemName field to all AMI events.
12 years ago
Kevin Harwell 05a16729cb Stasis - Refactor AOC Events
12 years ago
Matthew Jordan 3841520a6e Prevent crash during synchronous AMI origination by ref bumping returned channel
12 years ago
Mark Michelson 6d624eb008 Add stasis publications for blind and attended transfers.
12 years ago
Matthew Jordan 91217ac3c1 Fix a variety of memory leaks
12 years ago
Joshua Colp 94ec267888 Migrate PeerStatus events to stasis, add stasis endpoints, and add chan_pjsip device state.
12 years ago
Matthew Jordan 6258bbe7bd Update Asterisk's CDRs for the new bridging framework
12 years ago
Matthew Jordan 1cb25deeba Blow away usage of libjansson's foreach macro
12 years ago
David M. Lee dbdb2b1b3a Add vtable and methods for to_json and to_ami for Stasis messages
12 years ago
Matthew Jordan 3421960162 Only initialize manager_bridging during startup
12 years ago
Jason Parker a2d02edca5 Make app_queue AMI events more consistent. Give Join/Leave more useful names.
12 years ago
Jonathan Rose bec2d79484 app_meetme: Refactor manager events to use stasis
12 years ago
Mark Michelson 2dc8a06006 Refactor the features configuration scheme.
12 years ago
Richard Mudgett 680765d452 Remove ast_channel_bridge() and associated code called only by it.
12 years ago
Jason Parker a1494300c9 Replace ast_manager_publish_message() with a more useful version.
12 years ago
Matthew Jordan 06be8463b6 Migrate a large number of AMI events over to Stasis-Core
12 years ago
Richard Mudgett 3d63833bd6 Merge in the bridge_construction branch to make the system use the Bridging API.
12 years ago
David M. Lee b97c71bb11 Fix shutdown assertions in stasis-core
12 years ago
Jonathan Rose b90bba7a30 Stasis: Update security events to use Stasis
12 years ago
Richard Mudgett 681b50df0a Fix SendText AMI action to never return non-zero.
12 years ago
David M. Lee dd87bea808 Minor fixups to Doxygen comments.
12 years ago
Jonathan Rose 8e257fe819 Stasis Core: Refactor ACL Change events to go out over the stasis core msg bus
12 years ago
Richard Mudgett eb2d144195 * Fix unlocked accesses to feature_list. The feature_list is now also
12 years ago
Matthew Jordan ad191ebfcd Properly format an intmax_t value
12 years ago
Matthew Jordan e8015cc460 Convert TestEvent AMI events over to Stasis Core
12 years ago
David M. Lee 4a6237b231 Move NewCallerid, HangupRequest and SoftHangupRequest to Stasis
12 years ago
David M. Lee cf9324b25e Move more channel events to Stasis; move res_json.c to main/json.c.
12 years ago
Kinsey Moore ccb5526508 Take advantage of the fact that stasis_unsubscribe now returns NULL
12 years ago
Kinsey Moore ad5f3a5759 tcptls: Prevent unsupported options from being set
12 years ago
David M. Lee 4edd8be35c This patch adds a new message bus API to Asterisk.
12 years ago
Matthew Jordan 182098ba96 Don't display the AMI ALL class authorization for users if they don't have it
12 years ago
Matthew Jordan c209e85ad3 Fix crash in PresenceState AMI action when specifying an invalid provider
12 years ago
Kinsey Moore 2e1e0735fe Revamp of terminal color codes
12 years ago
Mark Michelson ad73536647 Further fix misinformation in the description of manager MailboxStatus command.
12 years ago
Richard Mudgett 5601f3be43 Fix AMI redirect action with two channels failing to redirect both channels.
13 years ago
Matthew Jordan 905b2a5932 Fix memory leak in 'manager show event' when command entered incorrectly
13 years ago
Jonathan Rose 89e84ff75d manager: Make challenge work with allowmultiplelogin=no
13 years ago
Matthew Jordan b6bac916f0 Don't attempt to purge sessions when no sessions exist
13 years ago
Matthew Jordan 4bd66cb96b Properly clean up manager resources on exit
13 years ago
Andrew Latham 6c20cf2d8a Doxygen Updates - Title update
13 years ago
Jonathan Rose 68c63d7965 manager: remove curses dependent stuff from r375103
13 years ago
Jonathan Rose b2f9542f61 manager: Change display of 'manager show commands' and 'manager show command'
13 years ago
Andrew Latham 7226606f77 Continue to group config files
13 years ago
Kinsey Moore 357b733b66 Fix segfault regression from r370681
13 years ago
David M. Lee 5f9f6f3867 Multiple revisions 374570,374581
13 years ago
Matthew Jordan a094707d51 Fix a variety of ref counting issues
13 years ago
Andrew Latham fd98835f1f Doxygen Updates Janitor Work
13 years ago
Andrew Latham 6f61cb50c5 Doxygen Updates - janitor work
13 years ago
Sean Bright 54c531ff1c Don't crash when passing a NULL message to __astman_get_header.
13 years ago
Kinsey Moore edb290ca09 Correct documentation for ModuleLoad AMI action
13 years ago
Matthew Jordan d624f2c550 AST-2012-012: Resolve AMI User Unauthorized Shell Access through ExternalIVR
13 years ago
Mark Michelson c81d960ed6 Fix incorrect documentation of the MailboxStatus manager command.
13 years ago
Mark Michelson eb9e645a27 Allow support for early media on AMI originates and call files.
13 years ago
Terry Wilson ee849b461f Add AMI_CLIENT dialplan function
13 years ago
Mark Michelson 38f0ca423e Fix a possible crash due to passing NULL to ast_variables_dup()
13 years ago
Mark Michelson 58f281a670 Add "setvar" option to manager.conf.
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
Jonathan Rose 10afdf3a2a Named ACLs: Introduces a system for creating and sharing ACLs
13 years ago
Matthew Jordan 2ffae5745d Add some additional documentation for core AMI events
13 years ago
Matthew Jordan 5d31fb2dd2 Update "manager show event" to support tab completion
13 years ago
Matthew Jordan 82a7409c15 Add AMI event documentation
13 years ago
Michael L. Young babc0983e8 Add IPv6 Support To Manager
13 years ago
Richard Mudgett 745484e1b3 Fix error paths in action_hangup() for AMI Hangup action.
13 years ago
Mark Michelson 14a985560e Merge changes dealing with support for Digium phones.
13 years ago
Richard Mudgett dd2427c141 Coverity Report: Fix issues for error type REVERSE_INULL (core modules)
13 years ago
Kinsey Moore dd81b047db Resolve FORWARD_NULL static analysis warnings
13 years ago
Jason Parker 885fbf6b04 Prevent a potential crash when using manager hooks.
13 years ago
Jonathan Rose ceefcf8839 AST-2012-004: Fix an error that allows AMI users to run shell commands sans authorization.
13 years ago
Matthew Jordan 3934b0478d Fix places in main where a negative return value could impact execution
13 years ago
Michael L. Young abf40d9b28 Add IPv6 address support to security events framework.
13 years ago
Mark Murawki e4252eac10 Allow the Hangup manager action to match channels by regex
13 years ago
Kinsey Moore c5b3db1956 Kill off red blobs in most of main/*
13 years ago
Richard Mudgett 334f13d8b8 Allow AMI action callback to be reentrant.
13 years ago
Terry Wilson 786f5898d1 Finalize ast_channel opaquification
13 years ago
Jonathan Rose 11bbc097b7 Eliminate double close of file descriptor in manager.c
13 years ago
Terry Wilson a9d607a357 Opaquify ast_channel structs and lists
13 years ago
Terry Wilson 57f42bd74f ast_channel opaquification of pointers and integral types
13 years ago
Tilghman Lesher a78b0af5ea Re-commit the verbose branch.
13 years ago
Terry Wilson 34c55e8e7c Opaquify char * and char[] in ast_channel
13 years ago
Richard Mudgett 8af49f158a Fix AMI Redirect ExtraChannel not redirecting to the same exten and context.
13 years ago
Mark Michelson 0f4489dc0f Fix TLS port binding behavior as well as reload behavior:
13 years ago
Richard Mudgett 23bc964e1c Constify some more channel driver technology callback parameters.
13 years ago
Richard Mudgett 2d7a40de58 Fix memory leak in error paths for action_originate().
13 years ago
Terry Wilson 99cae5b750 Opaquify channel stringfields
13 years ago
Terry Wilson 04da92c379 Replace direct access to channel name with accessor functions
14 years ago
Richard Mudgett 395814c33e Update AMI Getvar and Setvar documentation about supplying a channel name.
14 years ago
Walter Doekes bac9ff62ef Fix bad quoting of multiline mxml opaque_data that caused invalid xml.
14 years ago
Richard Mudgett 067250f74c Convert registered AMI actions to ao2 objects.
14 years ago
Matthew Nicholson bb07ca66a1 Merged revisions 340109 via svnmerge from
14 years ago
Richard Mudgett 5d5db050f8 Merged revisions 339508 via svnmerge from
14 years ago
Olle Johansson eeefca7f91 Generate error message when AMI action originate extension doesn't exist
14 years ago
Richard Mudgett 55b70ae625 Merged revisions 337974 via svnmerge from
14 years ago
Olle Johansson cab155e437 Merged revisions 336441 via svnmerge from
14 years ago
Matthew Nicholson ec31b52547 Merged revisions 335791 via svnmerge from
14 years ago
Matthew Nicholson b292ff3b32 Merged revisions 335653 via svnmerge from
14 years ago
Matthew Jordan 3b53a9cdb3 Merged revisions 332817 via svnmerge from
14 years ago
Kinsey Moore 0208f0ac71 Merged revisions 331316 via svnmerge from
14 years ago
Richard Mudgett 145c174565 Merged revisions 328329 via svnmerge from
14 years ago
Leif Madsen a525edea59 Merged revisions 328247 via svnmerge from
14 years ago
Kevin P. Fleming d37ac6a8a0 Merged revisions 327950 via svnmerge from
14 years ago
Mark Murawki 8b20d4ffe8 New feature: AMI Action FilterAdd
14 years ago
Leif Madsen 3d6c1ccd91 Merged revisions 324178 via svnmerge from
14 years ago
Sean Bright affae67cd2 Merged revisions 323608 via svnmerge from
14 years ago
Richard Mudgett 0096238b52 Merged revisions 320823 via svnmerge from
14 years ago
Richard Mudgett 024e4bd0f7 Merged revisions 320650 via svnmerge from
14 years ago
Russell Bryant 19b45ad446 Merged revisions 317425 via svnmerge from
14 years ago
Sean Bright fe5938c51e Merged revisions 316917-316919 via svnmerge from
14 years ago
Sean Bright 34734f727f Merged revisions 316663 via svnmerge from
14 years ago
Russell Bryant 37aa52fd78 Merged revisions 316265 via svnmerge from
14 years ago
Sean Bright a52395aaee Merged revisions 316206 via svnmerge from
14 years ago
Matthew Nicholson 079e794b1c Merged revisions 314628 via svnmerge from
14 years ago
Matthew Nicholson a77fd545ab Merged revisions 312766 via svnmerge from
14 years ago
Matthew Nicholson 581bfad2f3 Merged revisions 311141 via svnmerge from
14 years ago
Terry Wilson d0846ea207 Merged revisions 310993 via svnmerge from
14 years ago
Terry Wilson 254092f8f6 Merged revisions 310240 via svnmerge from
14 years ago
Terry Wilson f88ef55d74 Merged revisions 308815 via svnmerge from
14 years ago
Jeff Peeler 3d667d7c0f Send manager event for blackfilter only if it DOES NOT match.
14 years ago
Paul Belanger 3556e4c2d4 Replace ast_log(LOG_DEBUG, ...) with ast_debug()
14 years ago
David Vossel c26c190711 Asterisk media architecture conversion - no more format bitfields
14 years ago
Richard Mudgett f71322f239 Merged revisions 305923 via svnmerge from
14 years ago
Russell Bryant 1c469717a4 Merged revisions 302837 via svnmerge from
15 years ago
Russell Bryant b822431266 Merged revisions 302789 via svnmerge from
15 years ago
Russell Bryant 0a6082c45a Merged revisions 302785 via svnmerge from
15 years ago
Matthew Nicholson 8ad7304e66 Merged revisions 301595 via svnmerge from
15 years ago
Paul Belanger 0aacbecacc Merged revisions 293611 via svnmerge from
15 years ago
David Vossel 9189752c51 Merged revisions 292595 via svnmerge from
15 years ago
David Vossel a023be409e Merged revisions 291227 via svnmerge from
15 years ago
Olle Johansson 138d5165e3 Merged revisions 289951 via svnmerge from
15 years ago
Terry Wilson 9c1c787c36 Merged revisions 288572 via svnmerge from
15 years ago
Olle Johansson 3478cfffca Merged revisions 287471 via svnmerge from
15 years ago
Russell Bryant dce0822d60 Merged revisions 284065 via svnmerge from
15 years ago
Olle Johansson 96af228d76 Doxygen formatting changes
15 years ago
Paul Belanger e0dc0a7428 Merged revisions 279273 via svnmerge from
15 years ago
Tilghman Lesher d09cf65ff8 Merged revisions 278023 via svnmerge from
15 years ago
Mark Michelson 6fa79e8f77 Make ACLs IPv6-capable.
15 years ago
Tilghman Lesher d72336e83f Merged revisions 277261 via svnmerge from
15 years ago
Richard Mudgett ec37ffbdaf ast_callerid restructuring
15 years ago
Mark Michelson cd4ebd336f Add IPv6 to Asterisk.
15 years ago
Matthew Nicholson a1a08a7338 Fixed whitespace problems
15 years ago
Matthew Nicholson 269989c50f Altered my comment about TCP_NODELAY
15 years ago
Matthew Nicholson 2dc3b3a8c2 Set TCP_NODELAY on manager TCP sockets to prevent delays on outgoing packets. This regression was introduced in r48338.
15 years ago
Tilghman Lesher aed189605b Permission checking for the system application is backwards.
15 years ago
Paul Belanger c9a0c500ae Correct manager variable 'EventList' case.
15 years ago
David Vossel 3a875d8524 minor fixes for white/black event filters
15 years ago
Jeff Peeler 42c24b585a Add regular expression filtering for manager events.
15 years ago
Tilghman Lesher de625d9c08 Event well was going dry.
15 years ago
Tilghman Lesher 0807833f8d Verify event is not NULL before attempting to lower its usecount.
15 years ago
Richard Mudgett afd4454c44 Generic Advice of Charge.
15 years ago
Richard Mudgett 28264c52b9 Add ETSI Advice Of Charge (AOC) event reporting.
15 years ago
Tilghman Lesher 7718567b24 Eliminate stale manager events after a set interval, even if AMI clients don't query for them.
15 years ago
Terry Wilson 0390dae08d Merge the rest of the FullyBooted patch
15 years ago
Leif Madsen fa5350f7d7 Missing newlines added to Set-Cookie line in manager.c
15 years ago
Leif Madsen 193d495a8a Recorded merge of revisions 263456 via svnmerge from
15 years ago
Paul Belanger b2f59bea24 New 'manager show settings' CLI command.
15 years ago
Matthew Nicholson 2724f89bba Merged revisions 257070 via svnmerge from
15 years ago
Mark Michelson e24661fd18 Merge Call completion support into trunk.
15 years ago
Russell Bryant 3da9f8ed19 Resolve more compiler warnings on FreeBSD.
15 years ago
Jeff Peeler 80d3e91714 Optimization to manager events.
16 years ago
Olle Johansson 7c61a7105f Change api for pbx_builtin_setvar to actually return error code if a function can't be written to.
16 years ago
Olle Johansson 52b0cb912b Merged revisions 242850 via svnmerge from
16 years ago
Sean Bright e612d87695 Convert a few places to use ast_calloc_with_stringfields where applicable.
16 years ago
Tilghman Lesher 31e93b2865 Merged revisions 238915 via svnmerge from
16 years ago
Jeff Peeler 5b36dd59ea Enhance AMI redirect to allow channels to be redirected to different places.
16 years ago
Jeff Peeler 51df77df8b Merged revisions 232581 via svnmerge from
16 years ago
Jeff Peeler d01451c076 Make manager response to "Action: events" finish with empty line
16 years ago