Commit Graph

4203 Commits (744642c286a0f33f8bf0b4f4e1bf2efdbfb08ff2)

Author SHA1 Message Date
Richard Mudgett 84bf4776f2 Fix exception path typo in app_queue.c try_calling().
14 years ago
Richard Mudgett 8e471b4991 Fix VoicemailUserEntry event headers ServerEmail and MailCommand reported values.
14 years ago
Matthew Jordan 9af488e8a8 Free ast_str objects when temp file fails to be created in MiniVM
14 years ago
Matthew Jordan f356dcf7e4 Fix file descriptor leak and pointer scope issue in MiniVM when sending mail
14 years ago
Matthew Jordan 46df746df0 Update QueueMemberStatus event documentation to include member status values
14 years ago
Kinsey Moore a90717e566 Ensure listed queues are not offered for completion
14 years ago
Kinsey Moore cc8037b3d4 Ensure "rules" is tab-completable for "queue show"
14 years ago
Matthew Jordan 1a74d44bf1 Allow configured numbers for FollowMe to be greater than 90 characters
14 years ago
Matthew Jordan 99b60d3434 Fix memory leaks in app_voicemail when using IMAP storage or realtime config
14 years ago
Mark Michelson 2dba1e5c58 Prevent crash from using app_page with no confbridge.conf file provided.
14 years ago
Mark Michelson cd3caa1a36 Prevent crash on shutdown due to refcount error on queues container.
14 years ago
Mark Michelson 6256c7193b Help prevent ringing queue members from being rung when ringinuse set to no.
14 years ago
Richard Mudgett 52e48b8926 Fix compile errors.
14 years ago
Jonathan Rose cf08fe11f8 app_meetme: Adding test events for following activity in MeetMe.
14 years ago
Richard Mudgett b7bb04e7dc Fix hangup cause passthrough regression.
14 years ago
Mark Michelson ff4674440d Fix misuses of asprintf throughout the code.
14 years ago
Mark Michelson 760909af3c Fix bug where final queue member would not be removed from memory.
14 years ago
Kinsey Moore 121495f7a9 Add test instrumentation
14 years ago
Mark Michelson bdcdb0dc87 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