Commit Graph

4291 Commits (5d45596f6257b86189bef2dfaf5d9cc0b001fa46)

Author SHA1 Message Date
Mark Michelson da85f8489f Make evaluation of channel variables consistently case-sensitive.
14 years ago
Matthew Jordan 1eb14dbff8 Ensure that CDRs for a caller in a Queue that is not answered is NO ANSWER.
14 years ago
Jonathan Rose 42a83618dd app_queue: Make ordering of rrmemory/rrordered persist over add/remove members
14 years ago
Michael L. Young 200a25e2c9 Fix XML Document Validation Failure
14 years ago
Pedro Kiefer 8b34dc8192 Adds new formats to app_alarmreceiver, ALAW calls support and enhanced protection.
14 years ago
Pedro Kiefer ef60d0efc0 Fixes two small regressions from ASTERISK-20157
14 years ago
Mark Michelson e9ab568f88 Fix some potential misuses of ast_str in the code.
14 years ago
Andrew Latham cfc6f60ca3 Doxygen Updates - Title update
14 years ago
Andrew Latham e51432027a Doxygen Clean ups
14 years ago
Kinsey Moore 0eab8b669d Avoid a segfault on invalid format names
14 years ago
Richard Mudgett 516c9ec665 app_queue: Made pass connected line updates from the caller to ringing queue members.
14 years ago
Matthew Jordan be906d6318 Resolve issues in ConfBridge regarding marked, waitmarked, and unmarked users
14 years ago
Andrew Latham 14be2a5514 Doxygen Cleanup
14 years ago
Sean Bright b9eeff1521 app_queue: Support persisting and loading of long member lists.
14 years ago
Mark Michelson d819508bae Don't destroy confbridge config when error is encountered during a reload.
14 years ago
Joshua Colp 0fc114dc65 Add support for retrieving engine specific settings using the speech API and from dialplan.
14 years ago
Richard Mudgett b5138fccf4 Add pause one second W dial modifier.
14 years ago
Matthew Jordan acb3a5f76f Add Duration header for PlayDTMF AMI Action
14 years ago
Richard Mudgett 5c946d98ba Tweak app_dial documentation.
14 years ago
Richard Mudgett 02ed1bd638 Fix SendDTMF crash and channel reference leak using channel name parameter.
14 years ago
Kinsey Moore 5bde2dbc34 Add VoicemailRefresh AMI Action
14 years ago
Richard Mudgett 0332f58f8f Fixed meetme tab completion and command documentation.
14 years ago
Alec L Davis f8a37188f0 app_queue: 'agent available' hint, cleanup restart, and initial state
14 years ago
Mark Michelson 7bfa978495 Fix error where improper IMAP greetings would be deleted.
14 years ago
Kinsey Moore 0a9d89d6be "show" completion option for "queue" shouldn't appear twice
14 years ago
Jonathan Rose 87370eeced func_audiohookinherit: Document some missed sources.
14 years ago
Andrew Latham fd98835f1f Doxygen Updates Janitor Work
14 years ago
Andrew Latham 6f61cb50c5 Doxygen Updates - janitor work
14 years ago
Jonathan Rose f56c0ecf9c app_queue: Make queue reload members and variants of that work
14 years ago
Joshua Colp f57d819ada Fix incorrect MeetME conference bridge reference count decrementing and sometimes premature destruction.
14 years ago
Matthew Jordan ca0e96ae19 Add queue monitoring hints
14 years ago
Matthew Jordan f1fb120f5d Support all ways a member can be available for 'agent available' hints
14 years ago
Richard Mudgett da5944fc56 Named call pickup groups. Fixes, missing functionality, and improvements.
14 years ago
Alec L Davis 67ca3b9126 app_queue: Support an 'agent available' hint
14 years ago
Jonathan Rose 9c9acc50e6 app_meetme: Document that 'p' option will continue in dialplan.
14 years ago
Richard Mudgett 2a6be9fd0a Fix exception path typo in app_queue.c try_calling().
14 years ago
Richard Mudgett 7c1003de84 Fix VoicemailUserEntry event headers ServerEmail and MailCommand reported values.
14 years ago
Matthew Jordan dbdcee80f4 Free ast_str objects when temp file fails to be created in MiniVM
14 years ago
Matthew Jordan 31407fc32c Fix file descriptor leak and pointer scope issue in MiniVM when sending mail
14 years ago
Matthew Jordan 5da59112b7 Update QueueMemberStatus event documentation to include member status values
14 years ago
Kinsey Moore 0090fb558d Ensure listed queues are not offered for completion
14 years ago
Kinsey Moore c16141dda1 Ensure "rules" is tab-completable for "queue show"
14 years ago
Matthew Jordan 4058ea15ab Allow configured numbers for FollowMe to be greater than 90 characters
14 years ago
Mark Michelson a7391a37c1 Add fixes and cleanup to app_alarmreceiver.
14 years ago
Matthew Jordan e965020d0c Fix memory leaks in app_voicemail when using IMAP storage or realtime config
14 years ago
Jonathan Rose b02c65752c app_queue: Only log PAUSEALL/UNPAUSEALL when 1+ memebers changed.
14 years ago
Mark Michelson 1b6cf69e7b Prevent crash from using app_page with no confbridge.conf file provided.
14 years ago
Mark Michelson 1ab2639cf2 Prevent crash on shutdown due to refcount error on queues container.
14 years ago
Mark Michelson c3b5ec70ac Help prevent ringing queue members from being rung when ringinuse set to no.
14 years ago
Matthew Jordan 8018b879a2 Clean up doxygen warnings
14 years ago
Richard Mudgett d7e0b9fd91 Fix compile errors.
14 years ago
Jonathan Rose a4d3cb86d8 app_meetme: Adding test events for following activity in MeetMe.
14 years ago
Richard Mudgett adefb772c4 Fix hangup cause passthrough regression.
14 years ago
Mark Michelson 6a539ace84 Fix misuses of asprintf throughout the code.
14 years ago
Mark Michelson f4a34ee89c Fix bug where final queue member would not be removed from memory.
14 years ago
Kinsey Moore 45c6620d74 Add test instrumentation
14 years ago
Mark Michelson 567b35e547 Fix a couple of documentation problems in app_queue.c
14 years ago
Kinsey Moore 609061a8c0 Correct documentation for the MeetMe x flag
14 years ago
Michael L. Young 5cf9eb4645 Fix Not Unreferencing A Spied Channel
14 years ago
Mark Michelson eb9e645a27 Allow support for early media on AMI originates and call files.
14 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
14 years ago
Richard Mudgett 964daecc3f DECLINE to load confbridge if the config fails to load.
14 years ago
Jonathan Rose 85c3399d6d app_meetme: Change app_meetme support level to extended from deprecated
14 years ago
Terry Wilson 13427db64c Fix segfault introduced by conversion to ACO API
14 years ago
Matthew Jordan fbf4040a36 Clean up ManagerEvent Dial documentation
14 years ago
Terry Wilson 2f674bcdd1 Convert app_confbridge to use the config options framework
14 years ago
Kevin P. Fleming 79087cbbd5 Ensure that all ast_datastore_info structures are 'const'.
14 years ago
Kinsey Moore 6416a246ed Improve Goto and GotoIf related documentation
14 years ago
Kinsey Moore 163d3b05d4 AST-2012-011: Resolve heap corruption issue with voicemail
14 years ago
Jonathan Rose 70e34d3354 app_mixmonitor: Fix a reference leak in manager_mixmonitor function
14 years ago
Richard Mudgett ac35b92b62 Hangup handlers - Dialplan subroutines that run when the channel hangs up.
14 years ago
Matthew Jordan 82a7409c15 Add AMI event documentation
14 years ago
Richard Mudgett 62274463fa Explicitly check caller hangup in app Queue rather than a polluted res2 value.
14 years ago
Richard Mudgett 30a417dc6c Fix F and F(x) action logic in Queue application.
14 years ago
Richard Mudgett 3d1e26d2d2 Check if PBX was started and fix F and F(x) action logic in Dial application.
14 years ago
Sean Bright 5837ef8124 Remove declaration of eivr_connect_socket because it no longer exists.
14 years ago
Jason Parker 88c9c6bef8 Fix voicemail API tests by using the correct argument order for create/destroy.
14 years ago
Kevin P. Fleming 166b4e2b30 Multiple revisions 369001-369002
14 years ago
Jason Parker ce44b98358 Remove some symbol exports that got missed in the removal of global symbols.
14 years ago
Richard Mudgett f8746d0009 Allow non-normal execution routines to be able to run on hungup channels.
14 years ago
Jason Parker 6334142050 Multiple revisions 368963,368965
14 years ago
Kinsey Moore c6142cf2cc Fix coverity UNUSED_VALUE findings in core support level files
14 years ago
Richard Mudgett 3f59ad990c Fix app_queue debug message use of args.options after the string has been parsed.
14 years ago
Richard Mudgett 9ecd6c9ab4 Fix inverted test in app_queue for ringinuse.
14 years ago
Terry Wilson 9f704b5d59 Fix reloading an unchanged file with the Config Options API
14 years ago
Kinsey Moore bd958c037f Ensure that pages and emails are sent using RFC822-compliant date format
14 years ago
Kinsey Moore 571445ab9c Convert AST_FLAG_ANSWERED_ELSEWHERE usage to AST_CAUSE_ANSWERED_ELSEWHERE
14 years ago
Mark Michelson c6a2cbab19 Remove some extra debugging I forgot to remove in the merge of Digium phone support.
14 years ago
Mark Michelson 14a985560e Merge changes dealing with support for Digium phones.
14 years ago
Richard Mudgett 91a20ee2f9 Fix deadlock when Gosub used with alternate dialplan switches.
14 years ago
Terry Wilson d54717c39e Add new config-parsing framework
14 years ago
Richard Mudgett dd2427c141 Coverity Report: Fix issues for error type REVERSE_INULL (core modules)
14 years ago
Richard Mudgett 77f5e86e4d Coverity Report: Fix issues for error type REVERSE_INULL (deprecated modules)
14 years ago
Richard Mudgett e518536773 Fix Dial I option ignored if dial forked and one fork redirects.
14 years ago
Matthew Jordan 66754b3f3d Fix crash in ConfBridge when user announcement is played for more than 2 users
14 years ago
Jonathan Rose ec3b8a1f27 app_queue: Per Member ringinuse option and deprecation of ignorebusy
14 years ago
Matthew Jordan 7b51320642 Fix a variety of memory leaks
14 years ago
Richard Mudgett 1ae31fd2a9 Add predial support to FollowMe.
14 years ago
Kinsey Moore b5a6de76fc Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)
14 years ago
Richard Mudgett 098f74dd4e Tweak app_dial predial documentation.
14 years ago