Commit Graph

4465 Commits (522593f901baff3f1ba334ecaad9eefd6a9c9316)

Author SHA1 Message Date
Kinsey Moore 5a8f32703c Filter channels used as internal mechanisms
12 years ago
Jonathan Rose 81f36bee0f bridge_holding/app_bridgewait: Add new entertainment options
12 years ago
Richard Mudgett 40ce5e0d18 Change ast_hangup() to return void and be NULL safe.
12 years ago
Jonathan Rose 4f29b97020 app_confbridge: Eliminate a reference leak for confbridge announcer channels
12 years ago
Matthew Jordan 19d8f8c8e4 Add 'kick all' capability to ConfBridge CLI command
12 years ago
Richard Mudgett d43b17a872 Replace chan_agent with app_agent_pool.
12 years ago
Matthew Jordan f54b1f2788 Provide error message for QUEUE_MEMBER when member is not in queue
12 years ago
Russell Bryant 0bfe2d4cc4 astobj2-ify the SLA code
12 years ago
Richard Mudgett 02f55a36a0 Revert accidental overcommit.
12 years ago
Richard Mudgett b4e9a3fc2f Add BUGBUG note for ASTERISK-22009
12 years ago
David M. Lee a75fd32212 ARI - channel recording support
12 years ago
Richard Mudgett a3c91e955a MixMonitor: Minor code cleanup.
12 years ago
Richard Mudgett e4a5ae0376 MixMonitor: Make start_mixmonitor_callback() options parameter NULL tolerant.
12 years ago
Richard Mudgett f6cdd9a12c MixMonitor: Don't use ast_strdupa() in a loop.
12 years ago
Richard Mudgett b47152121c MixMonitor: Update XML documentation and CLI "mixmonitor {start|stop|list}" help.
12 years ago
Richard Mudgett 8ab7724352 MixMonitor: Fix refleak in manager_stop_mixmonitor() if could not stop monitoring.
12 years ago
Richard Mudgett 6a65c4d072 MixMonitor: Remove some unnecessary channel locking.
12 years ago
Richard Mudgett 631fad018f Fix MixMonitor b option.
12 years ago
Jonathan Rose f306dbd841 bridge_features: Support One touch Monitor/MixMonitor
12 years ago
Kinsey Moore 909ee4bfb9 Refactor extraneous channel events
12 years ago
Richard Mudgett a022379107 Fix incorrect calls to ast_bridge_impart().
12 years ago
Kinsey Moore a1e219ef51 CEL refactoring cleanup
12 years ago
Richard Mudgett b5f18d1677 Fix menuselect display for stasis modules.
12 years ago
Richard Mudgett cd40e179a9 Fix potential bridge hook resource leak if the hook install fails.
12 years ago
Matthew Jordan 6258bbe7bd Update Asterisk's CDRs for the new bridging framework
12 years ago
Jonathan Rose bfdff342b4 app_mixmonitor: Fix crashes caused by unloading app_mixmonitor
12 years ago
Richard Mudgett 0e2a9d07ac app_confbridge: Fix memory leak on reload.
12 years ago
Matthew Jordan c2e29abcbf Add announce-to-first-user option for app_queue
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 5c554dc470 * Fix a couple missed hook installs that need AST_BRIDGE_HOOK_REMOVE_ON_PULL.
12 years ago
Kinsey Moore 1458a20e47 Refactor code and fix a reference leak
12 years ago
Kinsey Moore 39d5e40cd5 Remove remnant of snapshot blob JSON types
12 years ago
Kinsey Moore 6851801a5e Resolve a merge conflict
12 years ago
Mark Michelson fac3839e68 Adds support for a core attended transfer function plus adds some hiding of masquerades.
12 years ago
Matthew Jordan 06be8463b6 Migrate a large number of AMI events over to Stasis-Core
12 years ago
Jason Parker b6aac885be Add dial events to app_queue and app_followme.
12 years ago
Richard Mudgett 908ac3507a Conditional out more app_queue logging that needs to be reworked.
12 years ago
Matthew Jordan afb1d96068 Raise the ConfBridgeMute/Unmute events when a CLI or AMI action triggers the change
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 e1e1cc2dee Fixed some extra field assertion when the event WebSocket is connected
12 years ago
Kinsey Moore eb06c505f4 Add documentation for record_file_append
12 years ago
David M. Lee b97c71bb11 Fix shutdown assertions in stasis-core
12 years ago
Matthew Jordan d04f1fd60a Publish the outbound channel's application/data when dialing
12 years ago
Jason Parker d8d1def22c Fix VM snapshot handling for combined INBOX.
12 years ago
David M. Lee e8f4ac6c61 Break res_stasis into smaller files.
12 years ago
David M. Lee 4666079b05 Address unload order issues for res_stasis* modules
12 years ago
Kinsey Moore 7ce05bfb9b Add channel events for res_stasis apps
12 years ago
Matthew Jordan c81ff6102f Don't expect to pack three tuples when you only have two
12 years ago
Michael L. Young bb52414990 Fix Segfault In app_queue When "persistentmembers" Is Enabled And Using Realtime
12 years ago
Matthew Jordan 671f900225 Don't perform a realtime lookup with a NULL keyword
12 years ago
David M. Lee 0eb4cf8c19 Remove required type field from channel blobs
12 years ago
Russell Bryant 049345c323 Make SLA reload more paranoid.
12 years ago
Matthew Jordan 4d84d67e57 Migrate AMI VarSet events raised by GoSub local variables
12 years ago
Olle Johansson 465d0f4a22 Play periodic prompts for first call in a call queue
12 years ago
Richard Mudgett 72828808c8 confbridge: Make search the conference bridges container using OBJ_KEY.
12 years ago
Russell Bryant 1cb52c6026 sla: remove redundant locking.
12 years ago
Kinsey Moore 191cf99ae1 Move device state distribution to Stasis-core
12 years ago
David M. Lee c599aca553 Moved core logic from app_stasis to res_stasis
12 years ago
David M. Lee 2450722f52 DTMF events are now published on a channel's stasis_topic. AMI was
12 years ago
Michael L. Young a7c5183d67 Fix Manager Segfault When app_queue Is Unloaded
12 years ago
Michael L. Young 1a09839e6b Fix app_voicemail Segfault And A Few Memory Leaks
12 years ago
David M. Lee 0cc9528f9d Backported app_stasis fix from stasis-http branch.
12 years ago
Matthew Jordan b8d4e573f1 Add multi-channel Stasis messages; refactor Dial AMI events to Stasis
12 years ago
David M. Lee a2a53cc306 Stasis application WebSocket support
12 years ago
Joshua Colp 3f2ff8594b Remove silly use of strncmp.
12 years ago
Matthew Jordan e8015cc460 Convert TestEvent AMI events over to Stasis Core
12 years ago
Jonathan Rose d16efd5be8 app_voicemail: Add blank argument to externnotify if no context argument
12 years ago
Kinsey Moore 71206544a7 Break the world. Stasis message type accessors should now all be named correctly.
12 years ago
Russell Bryant 03047a47b6 Fix multi-station answer race condition.
12 years ago
Michael L. Young 2a65c9408c Fix StopMixMonitor Hanging Up When Unable To Stop MixMonitor On A Channel
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 99aa02d17f Transition MWI to Stasis-core
12 years ago
Richard Mudgett 761465d642 confbridge: Rename items for clarity and consistency.
12 years ago
Matthew Jordan b0fc2032ff Let vm_mailbox_snapshot combine "Urgent" when no folder is specified
12 years ago
Kevin Harwell 933800754f Confbridge CLI new record file name check.
12 years ago
Matthew Jordan 62f7acfac6 Let channels joining a MeetMe conference opt out of the denoiser
12 years ago
Matthew Jordan 35f98d66ac Clean up ConfBridge commands to account for wait_marked users
12 years ago
Matthew Jordan 33e4c6115f Ensure that the default bridge/user profiles are always available
12 years ago
Matthew Jordan 2df01ab32b Make ParkAndAnnounce return to priority + 1 when return context is not defined
12 years ago
Jonathan Rose abfb23df6b app_dial: Honor the 'c' flag when the calling party hangs up
12 years ago
Kevin Harwell f277460670 Confbridge channels staying active when all participants leave.
12 years ago
Kevin Harwell 31b7426115 Added Confbridge record_file_append option.
12 years ago
Kevin Harwell 4c76dbc8b2 Fixed Confbridge file recording deadlock and appending.
12 years ago
Richard Mudgett aac24e03aa confbridge: Add flags column to CLI "confbridge list <conference>"
12 years ago
Richard Mudgett 041f958e38 confbridge: Rename i iterator variables to iter.
12 years ago
Matthew Jordan d04ab3c645 Add CLI configuration documentation
12 years ago
Kinsey Moore 2e1e0735fe Revamp of terminal color codes
12 years ago
Matthew Jordan 6b4d628afd Don't throw a spurious error when using DBdeltree
12 years ago
Michael L. Young 27867e65d0 Adding Some More Manager Events To ConfBridge
12 years ago
Kevin Harwell b607a2dbf9 Properly load say.conf upon reload of module app_playback.
12 years ago
Richard Mudgett 9da5ef1b91 app_confbridge: Fix crash from receiving an AMI action after ConfBridge unloaded.
12 years ago
Richard Mudgett fe6fc6e3b0 app_page and app_confbridge: Fix custom announcement on entering conference.
12 years ago
Richard Mudgett 128d7abb05 app_confbridge: Fix error messages on exiting conference.
12 years ago
Richard Mudgett fb323d4465 app_page: Fixup application XML documentation typos and inaccuracies.
12 years ago
Richard Mudgett 08fdb4646e Because the compiler can check types with a struct copy and memcpy() cannot.
12 years ago
Michael L. Young 6c74483227 Fix Some Configured Conference Bridge Sounds Not Being Set
12 years ago
Matthew Jordan bde00a2e03 Correct documentation for ConfbridgeList AMI action
12 years ago
Jonathan Rose 19df752612 app_meetme: Use new prompts for administrator menu
12 years ago
Matthew Jordan 7d9871b394 Add ControlPlayback manager action
12 years ago
Matthew Jordan 985ea8b2c9 Fix station ringback; trunk hangup issues in SLA
12 years ago
Richard Mudgett 09fb47a65c confbridge: Minor fixes playing user counts to the conference.
12 years ago
Matthew Jordan d4bdec74e4 Fix crash in app_minivm when mime encoding string
12 years ago
Kinsey Moore ceedf6d3b5 Fix regression in Confbridge user count
12 years ago
Jonathan Rose 0fd34b8c0a app_voicemail: Improve msg_id handling
12 years ago
Richard Mudgett c41e70d647 app_queue: Fix incorrect assertion.
12 years ago
Richard Mudgett 8ed2c74fe3 app_queue: Fix multiple calls to a queue member that is in only one queue.
12 years ago
Michael L. Young 8c0d7005f3 Fix Queue Log Reporting Every Call COMPLETECALLER With "h" Extension Present
13 years ago
Tilghman Lesher 7739ed9989 Add aliases to the Directory.
13 years ago
Matthew Jordan 8fb5bdce9a Prevent exhaustion of system resources through exploitation of event cache
13 years ago
Richard Mudgett 0f54b3ee37 app_queue: Revert bad ringinuse=no patch.
13 years ago
Richard Mudgett 1c2f27c4a9 app_queue: Make update_status() not return anything.
13 years ago
Richard Mudgett b17f7cab95 confbridge: Fix MOH on simultaneous user entry to a new conference.
13 years ago
Richard Mudgett a821774bad confbridge: Fix some resource leaks on conference teardown.
13 years ago
Richard Mudgett ddad7cf4bd confbridge: Fix several small issues.
13 years ago
Richard Mudgett 61c2017d1f confbridge: Update online XML documentation.
13 years ago
Richard Mudgett ebcc4e3da1 Remove unnecessary channel module references.
13 years ago
Matthew Jordan 99af7789dd Add a test event that reports changes in ConfBridge state
13 years ago
Jonathan Rose 7ec134a8d7 app_meetme: Fix channels lingering when hung up under certain conditions
13 years ago
Rusty Newton 21a0dadac0 Patch to play correct sound file when a voicemail's urgent status is removed
13 years ago
Mark Michelson f2bb9afe17 Multiple revisions 375993-375994
13 years ago
Jonathan Rose 1e59b210af mixmonitor: Add a test event
13 years ago
Jonathan Rose 9a80b5da22 confbridge: Fix a bug which made conferences not record with AMI/CLI commands
13 years ago
Mark Michelson da85f8489f Make evaluation of channel variables consistently case-sensitive.
13 years ago
Matthew Jordan 1eb14dbff8 Ensure that CDRs for a caller in a Queue that is not answered is NO ANSWER.
13 years ago
Jonathan Rose 42a83618dd app_queue: Make ordering of rrmemory/rrordered persist over add/remove members
13 years ago
Michael L. Young 200a25e2c9 Fix XML Document Validation Failure
13 years ago
Pedro Kiefer 8b34dc8192 Adds new formats to app_alarmreceiver, ALAW calls support and enhanced protection.
13 years ago
Pedro Kiefer ef60d0efc0 Fixes two small regressions from ASTERISK-20157
13 years ago
Mark Michelson e9ab568f88 Fix some potential misuses of ast_str in the code.
13 years ago
Andrew Latham cfc6f60ca3 Doxygen Updates - Title update
13 years ago
Andrew Latham e51432027a Doxygen Clean ups
13 years ago
Kinsey Moore 0eab8b669d Avoid a segfault on invalid format names
13 years ago
Richard Mudgett 516c9ec665 app_queue: Made pass connected line updates from the caller to ringing queue members.
13 years ago
Matthew Jordan be906d6318 Resolve issues in ConfBridge regarding marked, waitmarked, and unmarked users
13 years ago
Andrew Latham 14be2a5514 Doxygen Cleanup
13 years ago
Sean Bright b9eeff1521 app_queue: Support persisting and loading of long member lists.
13 years ago
Mark Michelson d819508bae Don't destroy confbridge config when error is encountered during a reload.
13 years ago
Joshua Colp 0fc114dc65 Add support for retrieving engine specific settings using the speech API and from dialplan.
13 years ago
Richard Mudgett b5138fccf4 Add pause one second W dial modifier.
13 years ago
Matthew Jordan acb3a5f76f Add Duration header for PlayDTMF AMI Action
13 years ago
Richard Mudgett 5c946d98ba Tweak app_dial documentation.
13 years ago
Richard Mudgett 02ed1bd638 Fix SendDTMF crash and channel reference leak using channel name parameter.
13 years ago
Kinsey Moore 5bde2dbc34 Add VoicemailRefresh AMI Action
13 years ago
Richard Mudgett 0332f58f8f Fixed meetme tab completion and command documentation.
13 years ago
Alec L Davis f8a37188f0 app_queue: 'agent available' hint, cleanup restart, and initial state
13 years ago
Mark Michelson 7bfa978495 Fix error where improper IMAP greetings would be deleted.
13 years ago
Kinsey Moore 0a9d89d6be "show" completion option for "queue" shouldn't appear twice
13 years ago
Jonathan Rose 87370eeced func_audiohookinherit: Document some missed sources.
13 years ago