summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-30DECLINE to load confbridge if the config fails to load.Richard Mudgett
2012-07-30app_meetme: Change app_meetme support level to extended from deprecatedJonathan Rose
2012-07-21Fix segfault introduced by conversion to ACO APITerry Wilson
2012-07-20Clean up ManagerEvent Dial documentationMatthew Jordan
2012-07-19Convert app_confbridge to use the config options frameworkTerry Wilson
2012-07-18Ensure that all ast_datastore_info structures are 'const'.Kevin P. Fleming
2012-07-10Improve Goto and GotoIf related documentationKinsey Moore
2012-07-05AST-2012-011: Resolve heap corruption issue with voicemailKinsey Moore
2012-07-05app_mixmonitor: Fix a reference leak in manager_mixmonitor functionJonathan Rose
2012-06-29Hangup handlers - Dialplan subroutines that run when the channel hangs up.Richard Mudgett
2012-06-25Add AMI event documentationMatthew Jordan
2012-06-22Explicitly check caller hangup in app Queue rather than a polluted res2 value.Richard Mudgett
2012-06-22Fix F and F(x) action logic in Queue application.Richard Mudgett
2012-06-22Check if PBX was started and fix F and F(x) action logic in Dial application.Richard Mudgett
2012-06-20Remove declaration of eivr_connect_socket because it no longer exists.Sean Bright
2012-06-15Fix voicemail API tests by using the correct argument order for create/destroy.Jason Parker
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-15Remove some symbol exports that got missed in the removal of global symbols.Jason Parker
2012-06-14Allow non-normal execution routines to be able to run on hungup channels.Richard Mudgett
2012-06-14Multiple revisions 368963,368965Jason Parker
2012-06-11Fix coverity UNUSED_VALUE findings in core support level filesKinsey Moore
2012-06-07Fix app_queue debug message use of args.options after the string has been par...Richard Mudgett
2012-06-07Fix inverted test in app_queue for ringinuse.Richard Mudgett
2012-06-07Fix reloading an unchanged file with the Config Options APITerry Wilson
2012-06-05Ensure that pages and emails are sent using RFC822-compliant date formatKinsey Moore
2012-06-05Convert AST_FLAG_ANSWERED_ELSEWHERE usage to AST_CAUSE_ANSWERED_ELSEWHEREKinsey Moore
2012-06-04Remove some extra debugging I forgot to remove in the merge of Digium phone s...Mark Michelson
2012-06-04Merge changes dealing with support for Digium phones.Mark Michelson
2012-06-01Fix deadlock when Gosub used with alternate dialplan switches.Richard Mudgett
2012-06-01Add new config-parsing frameworkTerry Wilson
2012-05-31Coverity Report: Fix issues for error type REVERSE_INULL (core modules)Richard Mudgett
2012-05-29Coverity Report: Fix issues for error type REVERSE_INULL (deprecated modules)Richard Mudgett
2012-05-24Fix Dial I option ignored if dial forked and one fork redirects.Richard Mudgett
2012-05-24Fix crash in ConfBridge when user announcement is played for more than 2 usersMatthew Jordan
2012-05-18app_queue: Per Member ringinuse option and deprecation of ignorebusyJonathan Rose
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-05-15Add predial support to FollowMe.Richard Mudgett
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-05-10Tweak app_dial predial documentation.Richard Mudgett
2012-05-10Run predial routine on local;2 channel where you would expect.Richard Mudgett
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-05-10Coverity Report: Fix issues for error type CHECKED_RETURN for coreJonathan Rose
2012-05-10Coverity Report: Fix issues for error type UNINIT in Core supported modulesJonathan Rose
2012-05-09Improve FollowMe accept/decline DTMF string matching.Richard Mudgett
2012-05-09Keep answered FollowMe calls until call accepted or last step times out.Richard Mudgett
2012-05-09Put winning FollowMe outgoing call on hold if the caller put it on hold.Richard Mudgett
2012-05-09Restructure how the FollowMe outgoing channel list is handled.Richard Mudgett
2012-05-08Addendum to -r365766. Since it is no longer allocated.Richard Mudgett
2012-05-08Make FollowMe findmeexec() put the list head on the stack instead of mallocin...Richard Mudgett