Commit Graph

4003 Commits (29694eb2aaa45c366fe28777722b0307f3742f95)

Author SHA1 Message Date
Jonathan Rose d4da5d79bf astobj2: Unregister debug CLI commands at exit
12 years ago
Jonathan Rose 037dee9eaa memory leaks: Memory leak cleanup patch by Corey Farrell (second set)
12 years ago
Jonathan Rose bab6b3610a memory leaks: Memory leak cleanup patch by Corey Farrell (first set)
12 years ago
Jonathan Rose 4241f7b6ea res_rtp_asterisk: Address jittery DTMF events in RTP streams
12 years ago
Kevin Harwell a1ddd8987d Segfault in LIBEDIT_INTERNAL after tgetstr(), when libncurses5-dev
12 years ago
Walter Doekes 8a6db34dc8 Properly copy/remove the device state cache flag over a masquerade.
12 years ago
Kinsey Moore a055bdd4b4 Fix security events for AMI invalid password
12 years ago
Kinsey Moore 2fb3e52fda Ensure global types in the config framework are initialized
12 years ago
Kevin Harwell 44f616bd2e Fix memory leak in logger.
12 years ago
Richard Mudgett 9a0537cc98 UDPTL: Backport some fixes from v12 that should be in v11.
12 years ago
Kinsey Moore 0ca5aec494 Fix jitter buffer log file creation
12 years ago
Michael L. Young 1c37158fe0 Fix Segfault When Syntax Of A Line Under [applicationmap] Is Invalid
12 years ago
Kevin Harwell 1347333a46 Remote console: more output discrepancies
12 years ago
David M. Lee fb51ba1688 Don't write to /tmp/refs when REF_DEBUG is not defined.
12 years ago
Richard Mudgett d8b4adb590 Fix incorrect usages of ast_realloc().
12 years ago
Richard Mudgett 3f6b151a72 MALLOC_DEBUG: Change fence magic number to be completely different from the freed magic number.
12 years ago
David M. Lee 85ceb09623 Fix DEBUG_THREADS when lock is acquired in __constructor__
12 years ago
Kevin Harwell 71857a4a5e Fix various memory leaks
12 years ago
Kevin Harwell b41873d7e9 Memory leak fix
12 years ago
Kevin Harwell 3c376008f5 Fix memory leak
12 years ago
Kevin Harwell 3e0157c46f Check return value on fwrite
12 years ago
Kevin Harwell 15994e3bf7 Verbose logging discrepancies
12 years ago
Richard Mudgett 0cd0977454 Fix memory corruption when trying to get "core show locks".
12 years ago
Walter Doekes 0bdd6ce706 Add _IO_stdin_used in version-script to fix SIGBUSes on Sparc.
12 years ago
Jonathan Rose 81ddc42fd3 UDPTL: Fix a regression where UDPTL won't load default settings
12 years ago
David M. Lee 041b910b17 Complete http_shutdown.
12 years ago
Kinsey Moore d9380e3ece Unregister CLI commands on exit
12 years ago
Kinsey Moore e71f01d16c Fix xmldoc memory leak
12 years ago
Kinsey Moore 9e1be72421 Protect CEL from an invalid config on reload
12 years ago
Matthew Jordan 186a2b171c Fix invalid access to disposed memory in main/data unit test
12 years ago
John Bigelow b44258d174 Add test suite events to indicate when a feature is detected or not
12 years ago
Kinsey Moore 3dcbd04a94 Remove leading spaces from the CLI command before parsing
12 years ago
Walter Doekes b3eef9957e Consistent memory allocation by ast_bt_get_symbols.
12 years ago
Walter Doekes 5c8ba4c4d6 Check result of ast_var_assign() calls for memory allocation failure.
12 years ago
Matthew Jordan 3754c3a7dd Update copyright year to 2013 in asterisk.c; some whitespace fixes
12 years ago
Matthew Jordan 03a1e40d8e Tolerate presence of RFC2965 Cookie2 header by ignoring it
12 years ago
Matthew Jordan 2ffb648a20 Fix memory/ref counting leaks in a variety of locations
12 years ago
Matthew Jordan 56a4d03ee2 Fix memory leak while loading priority modules and adding formats
12 years ago
Richard Mudgett 829edeffe9 Fix segfault when dealing with chan_agent channels.
12 years ago
Jonathan Rose 249d7c2790 Fix a memory copying bug in slinfactory which was causing mixmonitor issues.
12 years ago
Matthew Jordan 1aed26bc0a Print all logger messages on shutdown
12 years ago
Kevin Harwell faeea4c0f2 Fix for segfault in __ast_rwlock_destroy with DEBUG_THREADS
12 years ago
Richard Mudgett a58b7639dd Make ao2 global objects not always use the debug version of the ao2_ref() calls.
12 years ago
Michael L. Young 672040ab2e Fix Missing CALL-ID When Logging Through Syslog
12 years ago
Jonathan Rose 5287afb80c pbx: Fix lack of cleanup on macrolock and context_table
12 years ago
Richard Mudgett e712c4320f Fix SendText AMI action to never return non-zero.
12 years ago
David M. Lee 1a3c5aaa6c Minor fixups to Doxygen comments.
12 years ago
Alec L Davis 6c3f4dd0c6 Add Asterisk Version to core show locks
12 years ago
Matthew Jordan c5a0a69dd9 Fix CDR not being created during an externally initiated blind transfer
12 years ago
Jonathan Rose 6a8180034f Add forgotten event types to event_names array
12 years ago
Matthew Jordan bf9fe01359 Clean up memory leak in config file on off nominal paths when glob is allowed
12 years ago
Matthew Jordan 65c34c59de Clean up resources in features on exit
12 years ago
Richard Mudgett c1c2ae1e5f Fix crash when AMI redirect action redirects two channels out of a bridge.
12 years ago
David M. Lee 173259bb3b cli.c: Properly initialize debug_modules and verbose_modules.
12 years ago
David M. Lee 42d2f385af Fix lock errors on startup.
12 years ago
Alec L Davis 2814d40134 Distributed Device State broken at sites using res_xmpp or res_jabber where Secuity Advisory AST-2012-015 is inplace
12 years ago
Kinsey Moore ef79c00991 Address uninitialized conditional that valgrind found
12 years ago
Matthew Jordan 66024dbae0 Fix a file descriptor leak in off nominal path
12 years ago
Matthew Jordan ccbe965e9f AST-2013-002: Prevent denial of service in HTTP server
12 years ago
Matthew Jordan b5e32e5871 Resolve deadlock between pending CDR and batch CDR locks
12 years ago
Kinsey Moore 4a50764715 tcptls: Prevent unsupported options from being set
12 years ago
Kinsey Moore 3a0a627a00 Ensure that logmsgs are freed properly
12 years ago
Jason Parker 0667c05261 Fix comparison of presence state in event subsystem.
12 years ago
Tzafrir Cohen 35fce97da3 Remove unneeded linux-gnueabi*
12 years ago
Matthew Jordan e469bc5237 Don't display the AMI ALL class authorization for users if they don't have it
12 years ago
Kevin Harwell cf533947c7 Write the correct callid to the data1 field in queue_log for transfer events.
12 years ago
Matthew Jordan 31d1bd4cd8 Fix crash in PresenceState AMI action when specifying an invalid provider
12 years ago
Kevin Harwell 1595101bb6 Stopped spamming of debug messages during attended transfer.
12 years ago
Richard Mudgett 6290f197dc End stuck DTMF if AST_SOFTHANGUP_ASYNCGOTO because it isn't a real hangup.
12 years ago
Mark Michelson eecb9c36ff Do not allow native RTP bridging if packetization of media streams differs.
12 years ago
Richard Mudgett 102c20519e Separate option_types[] from the struct definition.
12 years ago
Jonathan Rose db03ae6c9a call_parking: Make sure fallbacks are used when lacking a flat channel exten
13 years ago
Russell Bryant ae5c07f0f1 Change cleanup ordering in filestream destructor.
13 years ago
Richard Mudgett 24b4a30a09 Attempt to be more helpful when using a bad ao2 object pointer.
13 years ago
Matthew Jordan e7d0d2bd4c Update init.d scripts to handle stderr; readd splash screen for remote consoles
13 years ago
Walter Doekes bb450bafd7 Add builtin roundf() for systems lacking it.
13 years ago
Matthew Jordan f08028c445 Fix astcanary startup problem due to wrong pid value from before daemon call
13 years ago
David M. Lee af6b4fed4f Specify the -rpath linker flag when prefix != /usr.
13 years ago
Mark Michelson 97addb10b3 Further fix misinformation in the description of manager MailboxStatus command.
13 years ago
Richard Mudgett cb65f124c5 Reduce call-id logging resource usage.
13 years ago
David M. Lee 12c51024c3 Fix XML encoding of 'identity display' in NOTIFY messages.
13 years ago
David M. Lee 48b3e46f00 Fix end condition in ast_rtp_lookup_mime_multiple2.
13 years ago
Kinsey Moore 914397aa23 Add missing test event
13 years ago
Matthew Jordan 7eb9a846d8 Prevent crashes from occurring when reading from data sources with large values
13 years ago
Richard Mudgett b1366d7acf Fix AMI redirect action with two channels failing to redirect both channels.
13 years ago
Matthew Jordan eda6664de0 Prevent exhaustion of system resources through exploitation of event cache
13 years ago
Matthew Jordan 5ebec60090 Resolve crashes due to large stack allocations when using TCP
13 years ago
Richard Mudgett c19b6731ba Give the causes[] a struct name.
13 years ago
Kinsey Moore 32e7992bd5 Add test events for time limit-related hangups
13 years ago
Richard Mudgett d571d53fa4 Fix potential double free when unloading a module.
13 years ago
Jason Parker c2f104641c Make libasteriskssl.so symlink use a relative path.
13 years ago
Richard Mudgett 573e76447c Cleanup CLI commands on exit for several files.
13 years ago
Richard Mudgett 0d7879be8c Cleanup udptl on exit.
13 years ago
Richard Mudgett 920da001d8 Cleanup taskprocessor on exit.
13 years ago
Richard Mudgett 737d2e55c6 Cleanup pbx on exit.
13 years ago
Richard Mudgett 00ea66650b Cleanup logger on exit.
13 years ago
Richard Mudgett d73bad943d Cleanup indications on exit.
13 years ago
Richard Mudgett a65e904a51 Cleanup event on exit.
13 years ago
Richard Mudgett 6368a140a0 Cleanup dnsmgr on exit.
13 years ago
Tilghman Lesher 984b12310b Improve documentation by making all of the colors used readable,
13 years ago
Richard Mudgett 8be4493e68 MALLOC_DEBUG: Only wait if we want atexit allocation dumps.
13 years ago
Russell Bryant baff2aa4b0 Add CLI tab completion to 'acl show'.
13 years ago
Matthew Jordan 2c31cfe3b3 Fix memory leak in 'manager show event' when command entered incorrectly
13 years ago
Richard Mudgett b40ac293b6 Fix registering core show codecs/codec CLI commands twice.
13 years ago
Richard Mudgett 656af72b89 Cleanup ast_run_atexits() atexits list.
13 years ago
Richard Mudgett 869c2b30c9 Cleanup core main on exit.
13 years ago
Richard Mudgett b71431977e Cleanup config cache on exit.
13 years ago
Richard Mudgett 365bf5a2a6 Cleanup CLI resources on exit and CLI command registration errors.
13 years ago
Richard Mudgett c62f11bd95 Cleanup CDR resources on exit.
13 years ago
Richard Mudgett a7e9ee3a7b Fix CCSS CLI commands and logger level not unregistered.
13 years ago
Richard Mudgett c223b79688 Add MALLOC_DEBUG atexit unreleased malloc memory summary.
13 years ago
Richard Mudgett b6101cfec7 Enhance MALLOC_DEBUG CLI commands.
13 years ago
Jonathan Rose f4e00404e7 manager: Make challenge work with allowmultiplelogin=no
13 years ago
Richard Mudgett 8a32488929 Fix extension matching with the '-' char.
13 years ago
Matthew Jordan c4f013c5c8 Re-initialize logmsgs mutex upon logger initialization to prevent lock errors
13 years ago
Walter Doekes 65c8d16d79 Fix most leftover non-opaque ast_str uses.
13 years ago
Matthew Jordan 2bb01eb0ff Reorder startup sequence to prevent lockups when process is sent to background
13 years ago
Brent Eagles 852bc686c9 Patch to prevent stopping the active generator when it is not the silence
13 years ago
Joshua Colp 4e04ea29c7 Properly check if the "Context" and "Extension" headers are empty in a ShowDialPlan action.
13 years ago
Michael L. Young 1255a271d4 Fix Dynamic Hints Variable Substition - Underscore Problem
13 years ago
Richard Mudgett 1bba4b00b2 Add MALLOC_DEBUG enhancements.
13 years ago
Mark Michelson a65fbf8012 Multiple revisions 375993-375994
13 years ago
Richard Mudgett 647810f1d0 Fix stuck DTMF when bridge is broken.
13 years ago
Matthew Jordan f0cd27e027 Refactor ast_timer_ack to return an error and handle the error in timer users
13 years ago
Richard Mudgett 463cbc55ac Add safety NULL pointer check in module user references.
13 years ago
Matthew Jordan 769d9aa259 Don't attempt to purge sessions when no sessions exist
13 years ago
Matthew Jordan d38c42aab8 Properly clean up manager resources on exit
13 years ago
Matthew Jordan 260da253be Properly finalize prepared SQLite3 statements to prevent memory leak
13 years ago
Matthew Jordan 717068e362 Fix memory leaks in XML documentation
13 years ago
Matthew Jordan 69777a9376 Prevent multiple CDR batches from conflicting when scheduling the CDR write
13 years ago
Richard Mudgett 93d85a0087 Things don't need to be that const.
13 years ago
Richard Mudgett 48f0d85bd1 Fix the Park 'r' option when a channel parks itself.
13 years ago
Jonathan Rose 7ad1f16efd core: Fix a memory leak in app.c from an early return
13 years ago
Kinsey Moore 09d951514d Ensure Asterisk fails TCP/TLS SIP calls when certificate checking fails
13 years ago
Mark Michelson 94c0fa9098 Fix some potential misuses of ast_str in the code.
13 years ago
Mark Michelson ccf01fbfdc Do not use a FILE handle when doing SIP TCP reads.
13 years ago
Matthew Jordan 7c522a5fd3 Fix incorrect billing duration reported when batch mode is enabled
13 years ago
Mark Michelson b5f231501b Don't make chan_sip export global symbols.
13 years ago
Kinsey Moore 841158f428 Fix segfault regression from r370681
13 years ago
Richard Mudgett 1239385a58 Fix execution of 'i' extension due to uninitialized variable.
13 years ago
Matthew Jordan d99578264b Trivial patch to make 'best_score' defined for all architectures.
13 years ago
Matthew Jordan a7a10088f3 Update documentation for MessageSend application/command's From field for XMPP
13 years ago
David M. Lee 98f78d2c1d Multiple revisions 374570,374581
13 years ago
Alec L Davis ff8dce40f2 dsp.c User Configurable DTMF_HITS_TO_BEGIN and DTMF_MISSES_TO_END
13 years ago
Alec L Davis 76436d2064 dsp.c fix incorrect DTMF Digit_Duration.
13 years ago
David M. Lee 2659db6d61 Fix DBDelTree error codes for AMI, CLI and AGI
13 years ago
Alec L Davis 259f43f421 dsp.c User configuration of DTMF_NORMAL_TWIST and DTMF_REVERSE_TWIST values
13 years ago
Matthew Jordan ba781b68e9 Destroy the generic_monitors container after the core_instances in ccss
13 years ago
Matthew Jordan aa5ac80919 Ensure Shutdown AMI event is still fired during Asterisk shutdown
13 years ago
Matthew Jordan 61ac420dfb Fix findings from check-in on r374177
13 years ago
Matthew Jordan 8943656ccc Fix a variety of ref counting issues
13 years ago
Sean Bright 1449b2cad0 app_queue: Support persisting and loading of long member lists.
13 years ago
Sean Bright 0dd8b496cf Use ast_copy_string instead of strncpy to guarantee a NUL terminated string.
13 years ago
Brent Eagles ad8f06037b Reset hangup flags on channels created through messages and cleanup globals
13 years ago
Joshua Colp 302cc28472 loader: Ensure dependent modules are properly initialized.
13 years ago
Mark Michelson 8501e95d97 Fix saying of date in Dutch.
13 years ago
Joshua Colp 42ebea2f2f Add support for DTLS-SRTP to res_rtp_asterisk and chan_sip.
13 years ago
Richard Mudgett 7e9bdcc3e0 Named call pickup groups. Fixes, missing functionality, and improvements.
13 years ago
Sean Bright 522740b00e Don't crash when passing a NULL message to __astman_get_header.
13 years ago
Matthew Jordan 9e396da730 Resolve memory leaks in TLS initialization and TLS client connections
13 years ago
David M. Lee d214ab8b37 Fixed make clean when configured --disable-asteriskssl
13 years ago
David M. Lee 061874d811 Fix timeouts for ast_waitfordigit[_full].
13 years ago
David M. Lee 14947e93cc Fixed r372696 when configured --disable-asteriskssl; properly install libasteriskssl.dylib on OS X.
13 years ago
Mark Michelson 46b730b070 Fix inability to shutdown gracefully due to an unending channel reference.
13 years ago
Mark Michelson 9bfcbf0f70 Fix bad channel application data reference.
13 years ago
Kinsey Moore 05cccdea8c Deprecate chan_gtalk, chan_jingle, and res_jabber
13 years ago
Jonathan Rose 6f75f38287 Masquerade: Retain parkinglot settings made by CHANNEL function.
13 years ago
David M. Lee 599b2166b0 Recorded merge of revisions 372695 from http://svn.asterisk.org/svn/asterisk/branches/10
13 years ago
Richard Mudgett 744642c286 Fix MALLOC_DEBUG version of ast_strndup().
13 years ago
Richard Mudgett bdb2361549 Fix compile error.
13 years ago
Kinsey Moore 9d76b40877 Correct documentation for ModuleLoad AMI action
13 years ago
Alec L Davis f37b06b8c9 dsp.c: in ast_mf_detect_init incorrectly sets goertzel samples to 160, should be MF_GSIZE
13 years ago
Kinsey Moore 7716846ae1 Ensure counts generated in manager_show_dialplan_helper are correct
13 years ago
Mark Michelson 3f6a00ae36 Re-fix sending unnegotiated payloads during a P2P RTP bridge.
13 years ago
Alec L Davis 34a332ef35 dsp.c: Fix multiple issues when no-interdigit delay is present, and fast DTMF 50ms/50ms
13 years ago
Alec L Davis e225712ae5 dsp.c: optimize goerztzel sample loops, in dtmf_detect, mf_detect and tone_detect
13 years ago
Mark Michelson 2dba1e5c58 Prevent crash from using app_page with no confbridge.conf file provided.
13 years ago
Matthew Jordan 9e853ed652 AST-2012-012: Resolve AMI User Unauthorized Shell Access through ExternalIVR
13 years ago
Richard Mudgett 33f38be40f Fix theoretical compile error with HAVE_EPOLL.
13 years ago
Richard Mudgett 127163938d Initialize file descriptors for dummy channels to -1.
13 years ago
Mark Michelson 29bda732a8 Fix incorrect documentation of the MailboxStatus manager command.
13 years ago
David M. Lee 8a2234472b Fixes ast_rwlock_timed[rd|wr]lock for BSD and variants.
13 years ago
Kinsey Moore a97c6e85f8 Implement workaround for BETTER_BACKTRACES crash
13 years ago
Alec L Davis 2994f7ff41 mf_detect: incorrectly used DTMF_GSIZE instead of MF_GSIZE
13 years ago
Mark Michelson ff4674440d Fix misuses of asprintf throughout the code.
13 years ago
Kinsey Moore 3f789aa865 Ignore recovered zero-length secondary UDPTL packets
13 years ago
Matthew Jordan 80900ac680 Remove old debug code from http configuration loading
13 years ago
Matthew Jordan 099107b0aa Fix memory leak in XML documentation
13 years ago
Kinsey Moore 33c2ee2e90 Add instrumentation to subsystem reloads
13 years ago
Terry Wilson ed2b01f301 Handle integer over/under-flow in ast_parse_args
13 years ago
Kinsey Moore 94bbcafcd2 Add module reload instrumentation for TEST_FRAMEWORK
13 years ago
Kinsey Moore 121495f7a9 Add test instrumentation
13 years ago
Richard Mudgett fb6238899b Add private representation of caller, connected and redirecting party ids.
13 years ago
Richard Mudgett ca481359b9 Fix pickup extension channel reference error.
13 years ago
Mark Michelson 9ee8b3c0f6 Extend extension state callbacks to have more information.
13 years ago
Mark Michelson eb9e645a27 Allow support for early media on AMI originates and call files.
13 years ago
Terry Wilson ee849b461f Add AMI_CLIENT dialplan function
13 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.
13 years ago
Kinsey Moore e571897441 Do not define a cause that doesn't actually exist
13 years ago
Joshua Colp 8c5333f34e Payload and RTP code are must remain separate since in non-Asterisk format cases they differ.
13 years ago
Kinsey Moore 3d212da105 Add missing AST_CAUSE_* -> text translations
13 years ago
Joshua Colp da808a0b66 Fix a bug uncovered by the test suite where the RTP payload number was not getting set.
13 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.
13 years ago
Matthew Jordan 5c4578f4ad Add named callgroups/pickupgroups
13 years ago
Mark Michelson 38f0ca423e Fix a possible crash due to passing NULL to ast_variables_dup()
13 years ago
Richard Mudgett ea0732def2 Make astobj2.h not include linkedlists.h.
13 years ago
Mark Michelson 58f281a670 Add "setvar" option to manager.conf.
13 years ago
Russell Bryant 733b46022b Move event cache updates into event processing thread.
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
Richard Mudgett b83500ab61 Tweak unit test warning message.
13 years ago
Richard Mudgett 49a6b4935e Fix some presence-state unit test typos.
13 years ago
Russell Bryant fd11146592 Add a "corosync ping" CLI command.
13 years ago
Kevin P. Fleming 969e625749 Repair editline builds using in-tree editline sources.
13 years ago
Kevin P. Fleming 67f8a62fc9 Use an absolute path when referring to the embedded editline directory.
13 years ago
Kevin P. Fleming 7d4ccea736 Enable usage of system-provided NetBSD editline library if available.
13 years ago
Terry Wilson 38f1081fd3 Revert a change that broke compilation
13 years ago
Jonathan Rose 729c91b312 Don't attempt free of NULL ptr in pbx.c handle_presencechange
13 years ago
Kevin P. Fleming af3ef19d00 Rewrite a comment that didn't adequately explain the code it was documenting.
13 years ago
Kevin P. Fleming 0385c0e9cb Allow permit/deny ACL lines to contain multiple items and negated entries.
13 years ago
Matthew Jordan b6a0ae0b35 Unit tests for the Jitter Buffer API; remove unnecessary resync
13 years ago
Terry Wilson 13427db64c Fix segfault introduced by conversion to ACO API
13 years ago
Kinsey Moore cb9756daa2 Add hangupcause translation support
13 years ago
Richard Mudgett 54991ca2a7 Add the AccountCode header to the AMI Hangup event.
13 years ago
Terry Wilson 2f674bcdd1 Convert app_confbridge to use the config options framework
13 years ago
Richard Mudgett b78fd0ac89 Fix compiler warnings.
13 years ago
Matthew Jordan 86ff5585fd Add the ability to specify technology specific documentation
13 years ago
Matthew Jordan f802787924 Fix compilation error when MALLOC_DEBUG is enabled
13 years ago
Jonathan Rose ded09e3682 named_acl: Remove systemname option from acl.conf, use asterisk.conf value
13 years ago
Jonathan Rose d13e015784 CallID Logging: Remove new line/carriage return from callID change test event
13 years ago
Jonathan Rose 5e4ee6076c callid logging: Issue test events when the callid is changed for a channel
13 years ago
Kevin P. Fleming 4a4189b085 Resolve severe memory leak in CEL logging modules.
13 years ago
Kevin P. Fleming 79087cbbd5 Ensure that all ast_datastore_info structures are 'const'.
13 years ago
Joshua Colp a693fd1d87 Add support for parsing SDP attributes, generating SDP attributes, and passing it through.
13 years ago
Terry Wilson a7dfafdc56 Handle deprecated (aliased) option names with the config options api
13 years ago
Jonathan Rose 10afdf3a2a Named ACLs: Introduces a system for creating and sharing ACLs
13 years ago
Tilghman Lesher 6190ae4430 Allow the REALTIME() function to report errors back to the caller.
13 years ago
Matthew Jordan 92a65de048 Don't perform an XInclude to a document node that may not always be present
13 years ago
Matthew Jordan 9bc2127d7b Fix validation errors when producing documentation using default build script
13 years ago
Matthew Jordan 2ffae5745d Add some additional documentation for core AMI events
13 years ago
Kinsey Moore 6416a246ed Improve Goto and GotoIf related documentation
13 years ago
Matthew Jordan b1bb826350 Fix initial loading problem with res_curl
13 years ago
Joshua Colp 8f162be802 When receiving a STUN binding request send one out as the Google Talk client uses this as a method to determine if the remote party is still reachable or not.
13 years ago
Mark Michelson 8260fdfdd1 Remove a superfluous and dangerous freeing of an SSL_CTX.
13 years ago
Mark Michelson 8e7ad68b1a Fix bridging thread leak.
13 years ago
Joshua Colp 37256ea45d Add support for ICE/STUN/TURN in res_rtp_asterisk and chan_sip.
13 years ago
Mark Michelson 628425ba6f Fix apparent copy and paste error where incorrect "glue" is used.
13 years ago
Richard Mudgett ac35b92b62 Hangup handlers - Dialplan subroutines that run when the channel hangs up.
13 years ago
Richard Mudgett 6681e88bdd Remove obsolete struct ast_channel note.
13 years ago
Terry Wilson 1609fca6bb Add the ability to set flags via the config options api
13 years ago
Jonathan Rose 5eb94d7ebb Unique Call ID logging Phases III and IV
13 years ago