Commit Graph

3814 Commits (bde00a2e03050531550de31bdd2e955e18c7d6ee)

Author SHA1 Message Date
Mark Michelson a4a48d9274 Add doxygen and constify some things.
14 years ago
Mark Michelson d5716ecae2 Genericize the allocation and destruction of taskprocessor listeners.
14 years ago
Mark Michelson 902a2d8919 Get rid of taskprocessor fields no longer necessary.
14 years ago
Mark Michelson 77725bf293 Move taskprocessors to use a listener model.
14 years ago
Automerge script f69513b85b Merged revisions 376049 via svnmerge from
14 years ago
Mark Michelson f2bb9afe17 Multiple revisions 375993-375994
14 years ago
Richard Mudgett 6ad0126425 Fix stuck DTMF when bridge is broken.
14 years ago
Matthew Jordan a0c363e227 Refactor ast_timer_ack to return an error and handle the error in timer users
14 years ago
Richard Mudgett 5336a97f25 Add safety NULL pointer check in module user references.
14 years ago
Matthew Jordan b6bac916f0 Don't attempt to purge sessions when no sessions exist
14 years ago
Matthew Jordan 4bd66cb96b Properly clean up manager resources on exit
14 years ago
Matthew Jordan a243f4f153 Properly finalize prepared SQLite3 statements to prevent memory leak
14 years ago
Matthew Jordan ff469e9d5d Fix memory leaks in XML documentation
14 years ago
Matthew Jordan 19282f682e Prevent multiple CDR batches from conflicting when scheduling the CDR write
14 years ago
Richard Mudgett f85db0e34d Things don't need to be that const.
14 years ago
Mark Michelson da85f8489f Make evaluation of channel variables consistently case-sensitive.
14 years ago
Richard Mudgett 8d65c777c8 Fix the Park 'r' option when a channel parks itself.
14 years ago
Jonathan Rose 3d540ef218 core: Fix a memory leak in app.c from an early return
14 years ago
Andrew Latham 6c20cf2d8a Doxygen Updates - Title update
14 years ago
Jonathan Rose 68c63d7965 manager: remove curses dependent stuff from r375103
14 years ago
Kinsey Moore 372e29620c Ensure Asterisk fails TCP/TLS SIP calls when certificate checking fails
14 years ago
Walter Doekes 6d57ecd48c Change a few warnings to debug and the inverse.
14 years ago
Jonathan Rose b2f9542f61 manager: Change display of 'manager show commands' and 'manager show command'
14 years ago
Mark Michelson e9ab568f88 Fix some potential misuses of ast_str in the code.
14 years ago
Andrew Latham b106b77041 Title update
14 years ago
Andrew Latham e51432027a Doxygen Clean ups
14 years ago
Mark Michelson c7b23cbb0a Do not use a FILE handle when doing SIP TCP reads.
14 years ago
Andrew Latham 7226606f77 Continue to group config files
14 years ago
Mark Michelson 825607e09b Don't make chan_sip export global symbols.
14 years ago
Matthew Jordan 5ac43a08ad Fix incorrect billing duration reported when batch mode is enabled
14 years ago
Kinsey Moore 357b733b66 Fix segfault regression from r370681
14 years ago
Richard Mudgett 9a0ff62452 Fix execution of 'i' extension due to uninitialized variable.
14 years ago
Matthew Jordan 6b5677a41d Trivial patch to make 'best_score' defined for all architectures.
14 years ago
Matthew Jordan 15b35972ff Update documentation for MessageSend application/command's From field for XMPP
14 years ago
David M. Lee 5f9f6f3867 Multiple revisions 374570,374581
14 years ago
Alec L Davis 90f8c90b10 dsp.c User Configurable DTMF_HITS_TO_BEGIN and DTMF_MISSES_TO_END
14 years ago
Alec L Davis 36405ae659 dsp.c fix incorrect DTMF Digit_Duration.
14 years ago
David M. Lee c5acf22cec Fix DBDelTree error codes for AMI, CLI and AGI
14 years ago
Joshua Colp d78f7f92b2 Add support for applying direct media ACLs between differing channel technologies.
14 years ago
Alec L Davis 4af961a03a dsp.c User configuration of DTMF_NORMAL_TWIST and DTMF_REVERSE_TWIST values
14 years ago
Matthew Jordan 9367893cff Destroy the generic_monitors container after the core_instances in ccss
14 years ago
Richard Mudgett 9b25076e83 Missed an astobj2.c debug tag.
14 years ago
Richard Mudgett 427abb240a * Add ref debug tags to astobj2.c ref usage.
14 years ago
Matthew Jordan bfe35ee0b0 Ensure Shutdown AMI event is still fired during Asterisk shutdown
14 years ago
Matthew Jordan ed3acdeb21 Fix findings from check-in on r374177
14 years ago
Matthew Jordan a094707d51 Fix a variety of ref counting issues
14 years ago
Andrew Latham 4e228fce03 Doxygen Cleanup
14 years ago
Sean Bright b9eeff1521 app_queue: Support persisting and loading of long member lists.
14 years ago
Sean Bright b3c739a842 Use ast_copy_string instead of strncpy to guarantee a NUL terminated string.
14 years ago
Richard Mudgett 154ee24ae8 Change core show help output format.
14 years ago
Richard Mudgett b5138fccf4 Add pause one second W dial modifier.
14 years ago
Brent Eagles 89d427ca24 Reset hangup flags on channels created through messages and cleanup globals
14 years ago
Richard Mudgett a8771e3953 Cleanup ast_dtmf_stream()
14 years ago
Joshua Colp 9e9f3b7609 loader: Ensure dependent modules are properly initialized.
14 years ago
Mark Michelson 4284ade5a6 Fix saying of date in Dutch.
14 years ago
Mark Michelson fdfb3ae5fa Allow for redirecting reasons to be set to arbitrary strings.
14 years ago
Andrew Latham fd98835f1f Doxygen Updates Janitor Work
14 years ago
Andrew Latham 6f61cb50c5 Doxygen Updates - janitor work
14 years ago
Alec L Davis 368b4c6166 dsp.c: remove more whitespace mentioned in review2107
14 years ago
Alec L Davis d3a23be26e dsp.c ast_dsp_call_progress use local short variable in loop, plus other cleanup
14 years ago
Joshua Colp e8380afc8a Add support for DTLS-SRTP to res_rtp_asterisk and chan_sip.
14 years ago
Richard Mudgett da5944fc56 Named call pickup groups. Fixes, missing functionality, and improvements.
14 years ago
Alec L Davis ed442248e5 dsp.c: remove whitespace mentioned in review2107
14 years ago
Sean Bright 9d4f8abdc6 Make the casing of CALL_ID in debug messages consistent to satisfy my OCD.
14 years ago
Sean Bright 54c531ff1c Don't crash when passing a NULL message to __astman_get_header.
14 years ago
Matthew Jordan f92bb6265c Resolve memory leaks in TLS initialization and TLS client connections
14 years ago
David M. Lee f97510b730 Fixed make clean when configured --disable-asteriskssl
14 years ago
David M. Lee 192e6a0f7a Fix timeouts for ast_waitfordigit[_full].
14 years ago
Richard Mudgett fb1d9a90a4 Enhance astobj2 to support other types of containers.
14 years ago
Jonathan Rose 1a79c9c182 logger: Add rotatestrategy option of 'none' which does not perform rotations
14 years ago
David M. Lee 5e84558123 Fixed r372696 when configured --disable-asteriskssl; properly install libasteriskssl.dylib on OS X.
14 years ago
Mark Michelson 8963829390 Fix inability to shutdown gracefully due to an unending channel reference.
14 years ago
Mark Michelson ae5aaefd88 Fix bad channel application data reference.
14 years ago
Kinsey Moore d96b832787 Deprecate chan_gtalk, chan_jingle, and res_jabber
14 years ago
Jonathan Rose 595cd83d03 Masquerade: Retain parkinglot settings made by CHANNEL function.
14 years ago
David M. Lee 569561b6f4 Add OPENSSL_INCLUDE to the CFLAGS for ssl.c and tcptls.c.
14 years ago
Richard Mudgett e315657287 Fix MALLOC_DEBUG version of ast_strndup().
14 years ago
Kinsey Moore edb290ca09 Correct documentation for ModuleLoad AMI action
14 years ago
Kinsey Moore 8fb1897e89 Ensure counts generated in manager_show_dialplan_helper are correct
14 years ago
Alec L Davis d39b417074 dsp.c: in ast_mf_detect_init incorrectly sets goertzel samples to 160, should be MF_GSIZE
14 years ago
Mark Michelson be500bbafb Re-fix sending unnegotiated payloads during a P2P RTP bridge.
14 years ago
Alec L Davis 7af245a403 dsp.c: Fix multiple issues when no-interdigit delay is present, and fast DTMF 50ms/50ms
14 years ago
Alec L Davis 2f9f9ecffb dsp.c: optimize goerztzel sample loops, in dtmf_detect, mf_detect and tone_detect
14 years ago
Mark Michelson 1b6cf69e7b Prevent crash from using app_page with no confbridge.conf file provided.
14 years ago
Matthew Jordan d624f2c550 AST-2012-012: Resolve AMI User Unauthorized Shell Access through ExternalIVR
14 years ago
Matthew Jordan 8018b879a2 Clean up doxygen warnings
14 years ago
Richard Mudgett 7a6393d8de Fix theoretical compile error with HAVE_EPOLL.
14 years ago
Richard Mudgett 6e2d8c06ea Initialize file descriptors for dummy channels to -1.
14 years ago
Mark Michelson c81d960ed6 Fix incorrect documentation of the MailboxStatus manager command.
14 years ago
David M. Lee 05fd2ef0a6 Fixes ast_rwlock_timed[rd|wr]lock for BSD and variants.
14 years ago
Kinsey Moore e13db61695 Implement workaround for BETTER_BACKTRACES crash
14 years ago
Alec L Davis 1295d551f9 mf_detect: incorrectly used DTMF_GSIZE instead of MF_GSIZE
14 years ago
Mark Michelson 6a539ace84 Fix misuses of asprintf throughout the code.
14 years ago
Mark Michelson 89a5ff859d Add scoped locks to Asterisk.
14 years ago
Kinsey Moore a2068c3db6 Ignore recovered zero-length secondary UDPTL packets
14 years ago
Kinsey Moore 6c8f4f5fff Fix for commit r371535
14 years ago
Kinsey Moore ca314fe1e2 Apply work-around for BETTER_BACKTRACES crash
14 years ago
Matthew Jordan f737698654 Remove old debug code from http configuration loading
14 years ago
Matthew Jordan eedab0744b Fix memory leak in XML documentation
14 years ago
Kinsey Moore 064c7bd456 Add instrumentation to subsystem reloads
14 years ago
Terry Wilson 69dc8e3adb Handle integer over/under-flow in ast_parse_args
14 years ago
Kinsey Moore 34265d5265 Add module reload instrumentation for TEST_FRAMEWORK
14 years ago
Kinsey Moore 45c6620d74 Add test instrumentation
14 years ago
Richard Mudgett fb6238899b Add private representation of caller, connected and redirecting party ids.
14 years ago
Richard Mudgett ca481359b9 Fix pickup extension channel reference error.
14 years ago
Mark Michelson 9ee8b3c0f6 Extend extension state callbacks to have more information.
14 years ago
Mark Michelson eb9e645a27 Allow support for early media on AMI originates and call files.
14 years ago
Terry Wilson ee849b461f Add AMI_CLIENT dialplan function
14 years ago
Joshua Colp 4a389854a4 Create the payload type if it does not exist when setting information based on the 'm' line. An rtpmap attribute is not required for defined payload numbers.
14 years ago
Kinsey Moore e571897441 Do not define a cause that doesn't actually exist
14 years ago
Joshua Colp 8c5333f34e Payload and RTP code are must remain separate since in non-Asterisk format cases they differ.
14 years ago
Kinsey Moore 3d212da105 Add missing AST_CAUSE_* -> text translations
14 years ago
Joshua Colp da808a0b66 Fix a bug uncovered by the test suite where the RTP payload number was not getting set.
14 years ago
Joshua Colp 15e41c7542 Reduce memory consumption significantly for users of the RTP engine API by storing only the payloads present and in use instead of every possible one.
14 years ago
Matthew Jordan 5c4578f4ad Add named callgroups/pickupgroups
14 years ago
Mark Michelson 38f0ca423e Fix a possible crash due to passing NULL to ast_variables_dup()
14 years ago
Richard Mudgett ea0732def2 Make astobj2.h not include linkedlists.h.
14 years ago
Mark Michelson 58f281a670 Add "setvar" option to manager.conf.
14 years ago
Russell Bryant 733b46022b Move event cache updates into event processing thread.
14 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
14 years ago
Richard Mudgett b83500ab61 Tweak unit test warning message.
14 years ago
Richard Mudgett 49a6b4935e Fix some presence-state unit test typos.
14 years ago
Russell Bryant fd11146592 Add a "corosync ping" CLI command.
14 years ago
Kevin P. Fleming 969e625749 Repair editline builds using in-tree editline sources.
14 years ago
Kevin P. Fleming 67f8a62fc9 Use an absolute path when referring to the embedded editline directory.
14 years ago
Kevin P. Fleming 7d4ccea736 Enable usage of system-provided NetBSD editline library if available.
14 years ago
Terry Wilson 38f1081fd3 Revert a change that broke compilation
14 years ago
Jonathan Rose 729c91b312 Don't attempt free of NULL ptr in pbx.c handle_presencechange
14 years ago
Kevin P. Fleming af3ef19d00 Rewrite a comment that didn't adequately explain the code it was documenting.
14 years ago
Kevin P. Fleming 0385c0e9cb Allow permit/deny ACL lines to contain multiple items and negated entries.
14 years ago
Matthew Jordan b6a0ae0b35 Unit tests for the Jitter Buffer API; remove unnecessary resync
14 years ago
Terry Wilson 13427db64c Fix segfault introduced by conversion to ACO API
14 years ago
Kinsey Moore cb9756daa2 Add hangupcause translation support
14 years ago
Richard Mudgett 54991ca2a7 Add the AccountCode header to the AMI Hangup event.
14 years ago
Terry Wilson 2f674bcdd1 Convert app_confbridge to use the config options framework
14 years ago
Richard Mudgett b78fd0ac89 Fix compiler warnings.
14 years ago
Matthew Jordan 86ff5585fd Add the ability to specify technology specific documentation
14 years ago
Matthew Jordan f802787924 Fix compilation error when MALLOC_DEBUG is enabled
14 years ago
Jonathan Rose ded09e3682 named_acl: Remove systemname option from acl.conf, use asterisk.conf value
14 years ago
Jonathan Rose d13e015784 CallID Logging: Remove new line/carriage return from callID change test event
14 years ago
Jonathan Rose 5e4ee6076c callid logging: Issue test events when the callid is changed for a channel
14 years ago
Kevin P. Fleming 4a4189b085 Resolve severe memory leak in CEL logging modules.
14 years ago
Kevin P. Fleming 79087cbbd5 Ensure that all ast_datastore_info structures are 'const'.
14 years ago
Joshua Colp a693fd1d87 Add support for parsing SDP attributes, generating SDP attributes, and passing it through.
14 years ago
Terry Wilson a7dfafdc56 Handle deprecated (aliased) option names with the config options api
14 years ago
Jonathan Rose 10afdf3a2a Named ACLs: Introduces a system for creating and sharing ACLs
14 years ago
Tilghman Lesher 6190ae4430 Allow the REALTIME() function to report errors back to the caller.
14 years ago
Matthew Jordan 92a65de048 Don't perform an XInclude to a document node that may not always be present
14 years ago
Matthew Jordan 9bc2127d7b Fix validation errors when producing documentation using default build script
14 years ago
Matthew Jordan 2ffae5745d Add some additional documentation for core AMI events
14 years ago