Commit Graph

4822 Commits (e1009588a5c2d818fb90a6dca46ddbdabbd0ee88)

Author SHA1 Message Date
Richard Mudgett e7ed625d23 app_confbridge: Fix ConfbridgeTalking AMI event description.
8 years ago
Richard Mudgett dcc2d8df0d autochan/mixmonitor/chanspy: Fix unsafe channel locking and references.
8 years ago
Sean Bright e0767d7a6d app_queue: Handle the caller being redirected out of a queue bridge
8 years ago
Daniel Journo 893628abdd app_voicemail: Cannot set fromstring on a per-mailbox basis
8 years ago
Sean Bright bca1462d90 realtime: Fix ast_load_realtime_multientry handling
8 years ago
Sean Bright d1196fd39e app_voicemail: vm_authenticate accesses uninitialized memory
8 years ago
zuul 6db4ac4438 Merge "app_voicemail: Allow 'Comedian Mail' branding to be overriden" into 14
8 years ago
zuul a65a73a1ef Merge "app_voicemail: VoiceMailPlayMsg did not play database stored messages" into 14
8 years ago
Sean Bright 23ee13dcd1 app_voicemail: Allow 'Comedian Mail' branding to be overriden
8 years ago
zuul 40dbbaebe3 Merge "app_record: Add option to prevent silence from being truncated" into 14
8 years ago
zuul 18ec2919cf Merge "cli: Fix various CLI documentation and completion issues" into 14
8 years ago
rrittgarn 9296a728a9 app_voicemail: VoiceMailPlayMsg did not play database stored messages
8 years ago
Sean Bright fa8a1eff2f app_record: Add option to prevent silence from being truncated
8 years ago
zuul 4ce60b8419 Merge "core: Cleanup some channel snapshot staging anomalies." into 14
8 years ago
Sean Bright dc8dd56684 cli: Fix various CLI documentation and completion issues
8 years ago
Sean Bright c74af2951b manager: Restore Originate failure behavior from Asterisk 11
8 years ago
Richard Mudgett f88b598ca2 core: Cleanup some channel snapshot staging anomalies.
8 years ago
zuul bb1e9e1b58 Merge "app_queue: Fix queues randomly disappearing on reload" into 14
8 years ago
kkm 4ae2ff5f21 app_queue: Fix queues randomly disappearing on reload
8 years ago
Tzafrir Cohen c06d9d7717 tests: use datadir for sound files
8 years ago
Martin Tomec 2840731d81 app_queue: Ensure member is removed from pending when hanging up.
9 years ago
Matt Jordan 46bedcbbad apps/app_echo: Only relay a single video source change frame
9 years ago
Sebastian Gutierrez abd41590d7 app_queue: new variable set when abandoned
9 years ago
Joshua Colp b2a078efc9 app_dial: Fix incorrect device state when channel is picked up.
9 years ago
Joshua Colp ebc293e609 app_voicemail: Clear voice mailbox in MailboxExists and MAILBOX_EXISTS.
9 years ago
Leandro Dardini ef8c54238c app_queue: Added initialization for "context" parameter
9 years ago
Joshua Colp 839766f5e1 Merge "Audit ast_json_pack() calls for needed UTF-8 checks." into 14
9 years ago
zuul 22094b267d Merge "app_queue.c: Fix clearing of pause reason string." into 14
9 years ago
Richard Mudgett aba27b5a60 Audit ast_json_pack() calls for needed UTF-8 checks.
9 years ago
Richard Mudgett 857a9936f4 app_minivm.c: Fix malformed ast_json_pack() call.
9 years ago
Richard Mudgett 030852e1b3 app_queue.c: Fix clearing of pause reason string.
9 years ago
George Joseph 90f8ba8800 app_dial: Add the "Q" option to set the cause on unanswered channels
9 years ago
Richard Mudgett d910a51b33 app_queue: Fix CLI "queue show" and AMI Queues action output truncation.
9 years ago
zuul c396565672 Merge "ConfBridge: Make some announcements asynchronous." into 14
9 years ago
zuul 71e36845bd Merge "apps/app_dial: Fix crash on non-connect call paths for Privacy/Screening option" into 14
9 years ago
zuul 46d5691aa4 Merge "apps/app_dial: Set the DIALSTATUS to NOANSWER on privacy option 5" into 14
9 years ago
Mark Michelson 999b34301b ConfBridge: Make some announcements asynchronous.
9 years ago
zuul f33ccbdf86 Merge "app_mp3: Use correct buffer size and the same sample rate as the channel" into 14
9 years ago
Matt Jordan 3e054a3826 apps/app_dial: Fix crash on non-connect call paths for Privacy/Screening option
9 years ago
Matt Jordan 15105c7494 apps/app_dial: Set the DIALSTATUS to NOANSWER on privacy option 5
9 years ago
Michael Kuron dd408708c9 app_mp3: Use correct buffer size and the same sample rate as the channel
9 years ago
zuul 7402b7ceb4 Merge "followme: initialize all config items on reload" into 14
9 years ago
zuul cb176619fe Merge "app_queue: Ensure member is removed from pending when hanging up." into 14
9 years ago
chrisderock a637e2c301 app_macro: Consider '~~s~~' as a macro start extension.
9 years ago
Joshua Colp f7b3f628cd app_queue: Ensure member is removed from pending when hanging up.
9 years ago
Mark Michelson 415f95ed00 ConfBridge: Rework announcer channel methodology
9 years ago
Joshua Colp 937093f768 Revert "ConfBridge: Rework announcer channel methodology"
9 years ago
Tzafrir Cohen 6b6dea53b0 followme: initialize all config items on reload
9 years ago
Mark Michelson d974988736 ConfBridge: Rework announcer channel methodology
9 years ago
zuul b8b9cee272 Merge "manager: Add <see-also> tags to relate UserEvent actions/apps/events" into 14
9 years ago
Matt Jordan 7c46e3bfbb app_dial: Improve documentation
9 years ago
Matt Jordan c5574667c7 manager: Add <see-also> tags to relate UserEvent actions/apps/events
9 years ago
Matt Jordan 82529ae4e6 app_queue: Prevent crash when a call is forwarded to an invalid location
9 years ago
Alexei Gradinari 5d74c0ea30 app_voicemail: Add taskprocessor alert level options.
9 years ago
Corey Farrell cf1188a1be Unit tests: Use AST_TEST_DEFINE in conditional code only.
9 years ago
Joshua Colp 943bb48b59 Merge "pbx: Create pbx_include.c for management of 'struct ast_include'."
9 years ago
Corey Farrell be36bd7ca5 pbx: Create pbx_include.c for management of 'struct ast_include'.
9 years ago
Joshua Colp 31967dacdf app_queue: Only remove queue member from pending when state changes.
9 years ago
Richard Mudgett 0a30008224 app_voicemail.c: Fix IMAP compile error.
9 years ago
Joshua Colp 5c949d009e Merge "Fixes to include signal.h"
9 years ago
Timo Teräs 39b69ab537 Fixes to include signal.h
9 years ago
Örn Arnarson 60caebc738 apps/app_voicemail.c and main/say.c: Add support for Icelandic language
9 years ago
Alexei Gradinari 3e8d523d88 core/dial: New channel variable FORWARDERNAME
9 years ago
Joshua Colp 608e0267e8 Merge "Expand the scope of Dial Events"
9 years ago
Joshua Colp ad31e5bb1c Merge "followme: allow disabling callee prompt"
9 years ago
Mark Michelson 205a31f86c Expand the scope of Dial Events
9 years ago
Alexei Gradinari b3142e99e4 app_voicemail: fix bugs, imap mm_status log change to debug
9 years ago
Tzafrir Cohen 1d60bfcdf1 followme: allow disabling callee prompt
9 years ago
Tzafrir Cohen b5c471b339 followme: delete the right recorded name file
9 years ago
Joshua Colp b4e10e7c90 Merge "app_confbridge: Add a regcontext option for confbridge bridge profiles."
9 years ago
Jaco Kroon 8923c9ac96 app_confbridge: Add a regcontext option for confbridge bridge profiles.
9 years ago
Joshua Colp 122895f864 Merge "app_chanspy: fix audiohook options in non read-only mode"
9 years ago
Jean Aunis 0c9faaee47 app_chanspy: fix audiohook options in non read-only mode
9 years ago
Andrew Nagy 080c6216b6 app_voicemail: always copy dynamic struct to avoid race condition
9 years ago
Jean Aunis 7281770710 app_chanspy: reduce audio loss on the spying channel.
9 years ago
Joshua Colp 8ae69cffef app_queue: Fix crash when unloading module.
9 years ago
zuul 811e24f595 Merge "Bridge system: Fix memory leaks and double frees on impart failure."
9 years ago
Joshua Colp 456600a641 Merge "app_queue: queue members can receive multiple calls"
9 years ago
DarkS f99ec857c8 Fix case sensitive actions in AMI QueueSummary and QueueStatus
9 years ago
Kevin Harwell 30ab21d5fa app_queue: queue members can receive multiple calls
9 years ago
Richard Mudgett a63656b419 Bridge system: Fix memory leaks and double frees on impart failure.
9 years ago
Joshua Colp d95512a7dd app_talkdetect: Make the module core supported.
9 years ago
ibercom dbb47e0a47 app_queue: Frequent segfaults in function can_ring_entry()
9 years ago
Joshua Colp f7a434fa6d Merge "app_voicemail/IMAP: function 'save_to_folder' creates wrong folder"
9 years ago
Joshua Colp 5a0534dc62 app_voicemail: Fix test_voicemail_notify_endl test.
9 years ago
Alexei Gradinari c00c298a0e app_voicemail/IMAP: function 'save_to_folder' creates wrong folder
9 years ago
zuul c3339816f1 Merge "app_voicemail/IMAP: IMAP access FATAL error: Out of memory"
9 years ago
Alexei Gradinari f9dab80816 app_voicemail/IMAP: IMAP access FATAL error: Out of memory
9 years ago
Richard Mudgett 6138a75e8e pbx.h: Make ast_state_cb_type take more const.
9 years ago
Jacek Konieczny 9785e8d090 app_echo: forward and generate VIDUPDATE frames
9 years ago
Gianluca Merlo 894071ea2c config: fix flags in uint option handler
9 years ago
Andrew Nagy 7964e260d3 app_stasis: Don't hang up if app is not registered
9 years ago
Walter Doekes dcb25bb057 app_chanspy: Fix occasional deadlock with ChanSpy and Local channels.
9 years ago
Rodrigo Ramírez Norambuena 15aeb78c66 app_queue: fix Calculate talktime when is first call answered
9 years ago
Richard Mudgett 1bc54aee80 app_confbridge: Only use b_profile options from the conference.
9 years ago
Joshua Colp 0aea293450 Merge "app_confbridge.c: Replace inlined code with existing function."
9 years ago
Joshua Colp e541d9cf34 Merge topic 'ASTERISK-20987'
9 years ago
Richard Mudgett af6b15976d app_confbridge.c: Replace inlined code with existing function.
9 years ago
Richard Mudgett 7932336a3d app_confbridge: Add ability to get the muted conference state.
9 years ago
Richard Mudgett 894045e7cf app_confbridge.c: Update CONFBRIDGE and CONFBRIDGE_INFO documentation.
9 years ago