Commit Graph

4076 Commits (f79e3d420742bc16e2219b8c51a6bc4692df24f5)

Author SHA1 Message Date
Jonathan Rose 40c6c96065 app_queue: Make ordering of rrmemory/rrordered persist over add/remove members
13 years ago
Mark Michelson 30287adef2 Fix some potential misuses of ast_str in the code.
13 years ago
Richard Mudgett d925564657 app_queue: Made pass connected line updates from the caller to ringing queue members.
13 years ago
Sean Bright 509c3ebaf7 app_queue: Support persisting and loading of long member lists.
13 years ago
Richard Mudgett 727c378636 Fix SendDTMF crash and channel reference leak using channel name parameter.
13 years ago
Richard Mudgett 277e9a8358 Fixed meetme tab completion and command documentation.
13 years ago
Mark Michelson eb6ad1d9a9 Fix error where improper IMAP greetings would be deleted.
13 years ago
Kinsey Moore bc716c7acd "show" completion option for "queue" shouldn't appear twice
13 years ago
Jonathan Rose 1c200ea1b2 func_audiohookinherit: Document some missed sources.
13 years ago
Jonathan Rose 2faa39b458 app_queue: Make queue reload members and variants of that work
13 years ago
Joshua Colp dde552054a Fix incorrect MeetME conference bridge reference count decrementing and sometimes premature destruction.
13 years ago
Jonathan Rose ade82766ec app_meetme: Document that 'p' option will continue in dialplan.
13 years ago
Richard Mudgett dc28841aad Fix exception path typo in app_queue.c try_calling().
13 years ago
Richard Mudgett 4e5b787aa4 Fix VoicemailUserEntry event headers ServerEmail and MailCommand reported values.
13 years ago
Matthew Jordan 2557db0321 Free ast_str objects when temp file fails to be created in MiniVM
13 years ago
Matthew Jordan ca74dccd72 Fix file descriptor leak and pointer scope issue in MiniVM when sending mail
13 years ago
Kinsey Moore 3c13a80d5a Ensure listed queues are not offered for completion
13 years ago
Kinsey Moore daf2b4fb9e Ensure "rules" is tab-completable for "queue show"
13 years ago
Matthew Jordan 1ae95fa41f Allow configured numbers for FollowMe to be greater than 90 characters
13 years ago
Matthew Jordan e6f3d29864 Fix memory leaks in app_voicemail when using IMAP storage or realtime config
13 years ago
Mark Michelson 5d843ed6fc Prevent crash on shutdown due to refcount error on queues container.
13 years ago
Mark Michelson 90d111988e Help prevent ringing queue members from being rung when ringinuse set to no.
13 years ago
Jonathan Rose 466e22fafc app_meetme: Adding test events for following activity in MeetMe.
13 years ago
Richard Mudgett 2ed8fb7637 Fix hangup cause passthrough regression.
13 years ago
Mark Michelson 3b476dfd1e Fix misuses of asprintf throughout the code.
13 years ago
Mark Michelson b0d337d2cb Fix bug where final queue member would not be removed from memory.
13 years ago
Kinsey Moore af74988006 Add test instrumentation
13 years ago
Mark Michelson 53f102ed7c Fix a couple of documentation problems in app_queue.c
13 years ago
Kinsey Moore 483223b4d3 Correct documentation for the MeetMe x flag
13 years ago
Michael L. Young 38bbed178e Fix Not Unreferencing A Spied Channel
13 years ago
Kinsey Moore 377caa7fb1 Clean up and ensure proper usage of alloca()
13 years ago
Kevin P. Fleming ecbaf1ee3f Ensure that all ast_datastore_info structures are 'const'.
13 years ago
Kinsey Moore 913225a79a Improve Goto and GotoIf related documentation
13 years ago
Kinsey Moore 8339cc9684 AST-2012-011: Resolve heap corruption issue with voicemail
13 years ago
Richard Mudgett 5e54864c5c Explicitly check caller hangup in app Queue rather than a polluted res2 value.
13 years ago
Richard Mudgett 9f3ce626fe Check if PBX was started and fix F and F(x) action logic in Dial application.
13 years ago
Kinsey Moore 0353a57671 Fix coverity UNUSED_VALUE findings in core support level files
13 years ago
Kinsey Moore ca256c003b Resolve some build warnings
13 years ago
Kinsey Moore 6c63f45326 Ensure that pages and emails are sent using RFC822-compliant date format
13 years ago
Richard Mudgett 81e1b36378 Fix deadlock when Gosub used with alternate dialplan switches.
13 years ago
Richard Mudgett bd85d458a2 Coverity Report: Fix issues for error type REVERSE_INULL (core modules)
13 years ago
Richard Mudgett ba26e7e249 Coverity Report: Fix issues for error type REVERSE_INULL (deprecated modules)
13 years ago
Richard Mudgett 4b03161fca Fix Dial I option ignored if dial forked and one fork redirects.
13 years ago
Matthew Jordan 3edf245601 Fix a variety of memory leaks
13 years ago
Kinsey Moore a94fcae21b Resolve FORWARD_NULL static analysis warnings
13 years ago
Jonathan Rose ae528efea3 Coverity Report: Fix issues for error type CHECKED_RETURN for core
13 years ago
Jonathan Rose a7650f8002 Coverity Report: Fix issues for error type UNINIT in Core supported modules
13 years ago
Richard Mudgett 55980149c7 * Fix FollowMe memory leak on error paths in app_exec().
13 years ago
Richard Mudgett e163e37e24 * Fix accept/decline DTMF buffer overwrite in FollowMe.
13 years ago
Matthew Jordan 2c8f87dcb4 Support VoiceMail d() option when extension does not exist in channel's context
13 years ago