Commit Graph

3889 Commits (915de454f806387d00aef0eb38424d578c7e9ef9)

Author SHA1 Message Date
Matthew Jordan c4f013c5c8 Re-initialize logmsgs mutex upon logger initialization to prevent lock errors
14 years ago
Walter Doekes 65c8d16d79 Fix most leftover non-opaque ast_str uses.
14 years ago
Matthew Jordan 2bb01eb0ff Reorder startup sequence to prevent lockups when process is sent to background
14 years ago
Brent Eagles 852bc686c9 Patch to prevent stopping the active generator when it is not the silence
14 years ago
Joshua Colp 4e04ea29c7 Properly check if the "Context" and "Extension" headers are empty in a ShowDialPlan action.
14 years ago
Michael L. Young 1255a271d4 Fix Dynamic Hints Variable Substition - Underscore Problem
14 years ago
Richard Mudgett 1bba4b00b2 Add MALLOC_DEBUG enhancements.
14 years ago
Mark Michelson a65fbf8012 Multiple revisions 375993-375994
14 years ago
Richard Mudgett 647810f1d0 Fix stuck DTMF when bridge is broken.
14 years ago
Matthew Jordan f0cd27e027 Refactor ast_timer_ack to return an error and handle the error in timer users
14 years ago
Richard Mudgett 463cbc55ac Add safety NULL pointer check in module user references.
14 years ago
Matthew Jordan 769d9aa259 Don't attempt to purge sessions when no sessions exist
14 years ago
Matthew Jordan d38c42aab8 Properly clean up manager resources on exit
14 years ago
Matthew Jordan 260da253be Properly finalize prepared SQLite3 statements to prevent memory leak
14 years ago
Matthew Jordan 717068e362 Fix memory leaks in XML documentation
14 years ago
Matthew Jordan 69777a9376 Prevent multiple CDR batches from conflicting when scheduling the CDR write
14 years ago
Richard Mudgett 93d85a0087 Things don't need to be that const.
14 years ago
Richard Mudgett 48f0d85bd1 Fix the Park 'r' option when a channel parks itself.
14 years ago
Jonathan Rose 7ad1f16efd core: Fix a memory leak in app.c from an early return
14 years ago
Kinsey Moore 09d951514d Ensure Asterisk fails TCP/TLS SIP calls when certificate checking fails
14 years ago
Mark Michelson 94c0fa9098 Fix some potential misuses of ast_str in the code.
14 years ago
Mark Michelson ccf01fbfdc Do not use a FILE handle when doing SIP TCP reads.
14 years ago
Matthew Jordan 7c522a5fd3 Fix incorrect billing duration reported when batch mode is enabled
14 years ago
Mark Michelson b5f231501b Don't make chan_sip export global symbols.
14 years ago
Kinsey Moore 841158f428 Fix segfault regression from r370681
14 years ago
Richard Mudgett 1239385a58 Fix execution of 'i' extension due to uninitialized variable.
14 years ago
Matthew Jordan d99578264b Trivial patch to make 'best_score' defined for all architectures.
14 years ago
Matthew Jordan a7a10088f3 Update documentation for MessageSend application/command's From field for XMPP
14 years ago
David M. Lee 98f78d2c1d Multiple revisions 374570,374581
14 years ago
Alec L Davis ff8dce40f2 dsp.c User Configurable DTMF_HITS_TO_BEGIN and DTMF_MISSES_TO_END
14 years ago
Alec L Davis 76436d2064 dsp.c fix incorrect DTMF Digit_Duration.
14 years ago
David M. Lee 2659db6d61 Fix DBDelTree error codes for AMI, CLI and AGI
14 years ago
Alec L Davis 259f43f421 dsp.c User configuration of DTMF_NORMAL_TWIST and DTMF_REVERSE_TWIST values
14 years ago
Matthew Jordan ba781b68e9 Destroy the generic_monitors container after the core_instances in ccss
14 years ago
Matthew Jordan aa5ac80919 Ensure Shutdown AMI event is still fired during Asterisk shutdown
14 years ago
Matthew Jordan 61ac420dfb Fix findings from check-in on r374177
14 years ago
Matthew Jordan 8943656ccc Fix a variety of ref counting issues
14 years ago
Sean Bright 1449b2cad0 app_queue: Support persisting and loading of long member lists.
14 years ago
Sean Bright 0dd8b496cf Use ast_copy_string instead of strncpy to guarantee a NUL terminated string.
14 years ago
Brent Eagles ad8f06037b Reset hangup flags on channels created through messages and cleanup globals
14 years ago
Joshua Colp 302cc28472 loader: Ensure dependent modules are properly initialized.
14 years ago
Mark Michelson 8501e95d97 Fix saying of date in Dutch.
14 years ago
Joshua Colp 42ebea2f2f Add support for DTLS-SRTP to res_rtp_asterisk and chan_sip.
14 years ago
Richard Mudgett 7e9bdcc3e0 Named call pickup groups. Fixes, missing functionality, and improvements.
14 years ago
Sean Bright 522740b00e Don't crash when passing a NULL message to __astman_get_header.
14 years ago
Matthew Jordan 9e396da730 Resolve memory leaks in TLS initialization and TLS client connections
14 years ago
David M. Lee d214ab8b37 Fixed make clean when configured --disable-asteriskssl
14 years ago
David M. Lee 061874d811 Fix timeouts for ast_waitfordigit[_full].
14 years ago
David M. Lee 14947e93cc Fixed r372696 when configured --disable-asteriskssl; properly install libasteriskssl.dylib on OS X.
14 years ago
Mark Michelson 46b730b070 Fix inability to shutdown gracefully due to an unending channel reference.
14 years ago
Mark Michelson 9bfcbf0f70 Fix bad channel application data reference.
14 years ago
Kinsey Moore 05cccdea8c Deprecate chan_gtalk, chan_jingle, and res_jabber
14 years ago
Jonathan Rose 6f75f38287 Masquerade: Retain parkinglot settings made by CHANNEL function.
14 years ago
David M. Lee 599b2166b0 Recorded merge of revisions 372695 from http://svn.asterisk.org/svn/asterisk/branches/10
14 years ago
Richard Mudgett 744642c286 Fix MALLOC_DEBUG version of ast_strndup().
14 years ago
Richard Mudgett bdb2361549 Fix compile error.
14 years ago
Kinsey Moore 9d76b40877 Correct documentation for ModuleLoad AMI action
14 years ago
Alec L Davis f37b06b8c9 dsp.c: in ast_mf_detect_init incorrectly sets goertzel samples to 160, should be MF_GSIZE
14 years ago
Kinsey Moore 7716846ae1 Ensure counts generated in manager_show_dialplan_helper are correct
14 years ago
Mark Michelson 3f6a00ae36 Re-fix sending unnegotiated payloads during a P2P RTP bridge.
14 years ago
Alec L Davis 34a332ef35 dsp.c: Fix multiple issues when no-interdigit delay is present, and fast DTMF 50ms/50ms
14 years ago
Alec L Davis e225712ae5 dsp.c: optimize goerztzel sample loops, in dtmf_detect, mf_detect and tone_detect
14 years ago
Mark Michelson 2dba1e5c58 Prevent crash from using app_page with no confbridge.conf file provided.
14 years ago
Matthew Jordan 9e853ed652 AST-2012-012: Resolve AMI User Unauthorized Shell Access through ExternalIVR
14 years ago
Richard Mudgett 33f38be40f Fix theoretical compile error with HAVE_EPOLL.
14 years ago
Richard Mudgett 127163938d Initialize file descriptors for dummy channels to -1.
14 years ago
Mark Michelson 29bda732a8 Fix incorrect documentation of the MailboxStatus manager command.
14 years ago
David M. Lee 8a2234472b Fixes ast_rwlock_timed[rd|wr]lock for BSD and variants.
14 years ago
Kinsey Moore a97c6e85f8 Implement workaround for BETTER_BACKTRACES crash
14 years ago
Alec L Davis 2994f7ff41 mf_detect: incorrectly used DTMF_GSIZE instead of MF_GSIZE
14 years ago
Mark Michelson ff4674440d Fix misuses of asprintf throughout the code.
14 years ago
Kinsey Moore 3f789aa865 Ignore recovered zero-length secondary UDPTL packets
14 years ago
Matthew Jordan 80900ac680 Remove old debug code from http configuration loading
14 years ago
Matthew Jordan 099107b0aa Fix memory leak in XML documentation
14 years ago
Kinsey Moore 33c2ee2e90 Add instrumentation to subsystem reloads
14 years ago
Terry Wilson ed2b01f301 Handle integer over/under-flow in ast_parse_args
14 years ago
Kinsey Moore 94bbcafcd2 Add module reload instrumentation for TEST_FRAMEWORK
14 years ago
Kinsey Moore 121495f7a9 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
Kinsey Moore 6416a246ed Improve Goto and GotoIf related documentation
14 years ago
Matthew Jordan b1bb826350 Fix initial loading problem with res_curl
14 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.
14 years ago
Mark Michelson 8260fdfdd1 Remove a superfluous and dangerous freeing of an SSL_CTX.
14 years ago
Mark Michelson 8e7ad68b1a Fix bridging thread leak.
14 years ago
Joshua Colp 37256ea45d Add support for ICE/STUN/TURN in res_rtp_asterisk and chan_sip.
14 years ago
Mark Michelson 628425ba6f Fix apparent copy and paste error where incorrect "glue" is used.
14 years ago
Richard Mudgett ac35b92b62 Hangup handlers - Dialplan subroutines that run when the channel hangs up.
14 years ago
Richard Mudgett 6681e88bdd Remove obsolete struct ast_channel note.
14 years ago
Terry Wilson 1609fca6bb Add the ability to set flags via the config options api
14 years ago
Jonathan Rose 5eb94d7ebb Unique Call ID logging Phases III and IV
14 years ago
Matthew Jordan ee11118695 Fix crash in unloading of res_adsi module
14 years ago
Matthew Jordan 5d31fb2dd2 Update "manager show event" to support tab completion
14 years ago
Matthew Jordan bebdbf3381 Fix incorrect duration reporting in CDRs created in batch mode
14 years ago
Matthew Jordan 82a7409c15 Add AMI event documentation
14 years ago
Richard Mudgett d0fda07d74 Fix Bridge application occasionally returning to the wrong location.
14 years ago
Mark Michelson 453e01725d Multiple revisions 369323-369324
14 years ago
Richard Mudgett b78d79c203 Fix F and F(x) action logic in Bridge application.
14 years ago
Richard Mudgett b857a633e0 Fix Bridge application and AMI Bridge action error handling.
14 years ago
Richard Mudgett f3bf3acbfd Check if PBX was started for generic CCSS recall.
14 years ago
Richard Mudgett a4b545222f Don't waste time initializing the whole call_identifer_str[].
14 years ago
Michael L. Young babc0983e8 Add IPv6 Support To Manager
14 years ago
Michael L. Young c843dddf80 Fix NULL pointer segfault in ast_sockaddr_parse()
14 years ago
Kinsey Moore f080be134e Ensure that pvt cause information does not break native bridging
14 years ago
Kinsey Moore d73a1de0b1 Fix AST_CONTROL_PVT_CAUSE_CODE handling
14 years ago
Richard Mudgett c30cc8fbd5 Fix monitoring calls put in a parking lot.
14 years ago
Kevin P. Fleming 166b4e2b30 Multiple revisions 369001-369002
14 years ago
Kinsey Moore bdab2763ac Add HANGUPCAUSE hash support to IAX2
14 years ago
Richard Mudgett f8746d0009 Allow non-normal execution routines to be able to run on hungup channels.
14 years ago
Richard Mudgett aaa591447d Make the Hangup application set a softhangup flag.
14 years ago
Jason Parker 6334142050 Multiple revisions 368963,368965
14 years ago
Mark Michelson 5819278c46 Revert Makefile change to remove embedding res_adsi.so
14 years ago
Terry Wilson cfa0826c49 Add a post_apply callback to the Config Options API
14 years ago
Terry Wilson 01307e4b7b Add filename alias support to the Config Options API
14 years ago
Mark Michelson b445e8a7c8 Remove forced linking of res_adsi.o
14 years ago
Richard Mudgett 72eb8eb1e7 Fix deadlock potential with ast_set_hangupsource() calls.
14 years ago
Kinsey Moore c6142cf2cc Fix coverity UNUSED_VALUE findings in core support level files
14 years ago
Richard Mudgett 745484e1b3 Fix error paths in action_hangup() for AMI Hangup action.
14 years ago
Richard Mudgett 8b2412db28 Tweak ast_channel_softhangup_withcause_locked() to take a typed parameter.
14 years ago
Terry Wilson 9f704b5d59 Fix reloading an unchanged file with the Config Options API
14 years ago
Terry Wilson aeeff8cfa2 Add default handler documentation and standardize acl handler
14 years ago
Richard Mudgett a2402dbe25 Fix parked call performing a DTMF blind transfer after being retrieved.
14 years ago
Richard Mudgett faacb8ba52 Make builtin_blindtransfer() fully use ast_async_goto() abilities.
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
Mark Michelson 14a985560e Merge changes dealing with support for Digium phones.
14 years ago
Richard Mudgett c1bbe79748 Fix potential deadlock between masquerade and chan_local.
14 years ago
Joshua Colp 380c7c5c39 Add res_http_websocket module which implements the WebSocket protocol according to RFC 6455.
14 years ago
Terry Wilson d54717c39e Add new config-parsing framework
14 years ago
Richard Mudgett dd2427c141 Coverity Report: Fix issues for error type REVERSE_INULL (core modules)
14 years ago
Jonathan Rose bdaecbb66b chan_sip: fix problem directmediapermit/deny uses the wrong address
14 years ago
Richard Mudgett e434a456cd Fix WaitExten(x,m(musicclass)) string termination.
14 years ago
Jonathan Rose a1da70097d logger: Fix a potential callid reference leak discovered in development
14 years ago
Mark Michelson 30666bf67d Only call SSL_CTX_free if DO_SSL is defined.
14 years ago
Terry Wilson c7f2d02ef1 Fix race condition for CEL LINKEDID_END event
14 years ago
Richard Mudgett c857131945 Made ast_queue_hangup() and ast_queue_hangup_with_cause() lock instead of trylock.
14 years ago
Mark Michelson 8b1193087e Revert revision 367163.
14 years ago
Mark Michelson e5f1f0496a Add "send to voicemail" Digium phone functionality to Asterisk.
14 years ago
Mark Michelson 11348736af Address MISSING_BREAK static analysis reports some more.
14 years ago
Mark Michelson 5c576aa3c2 Fix memory leak of SSL_CTX structures in TLS core.
14 years ago
Matthew Jordan 6eb4e81033 Fix more memory leaks
14 years ago
Matthew Jordan 7b51320642 Fix a variety of memory leaks
14 years ago
Kinsey Moore 8e875bf298 Make the new SIP_CAUSE backend behave more like the original SIP_CAUSE
14 years ago
Jonathan Rose cd37bec058 logger: Adds additional support for call id logging and chan_sip specific stuff
14 years ago
Richard Mudgett d4fa095a64 Change ao2 global array to ao2 global object holder.
14 years ago
Kinsey Moore b5a6de76fc Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)
14 years ago
Richard Mudgett 2161d6870c * Made ast_change_name() hold the channels container lock while changing the channel name.
14 years ago
Richard Mudgett 4ea636c776 Run predial routine on local;2 channel where you would expect.
14 years ago
Kinsey Moore dd81b047db Resolve FORWARD_NULL static analysis warnings
14 years ago
Jonathan Rose 8227f70cd7 Coverity Report: Fix issues for error type CHECKED_RETURN for core
14 years ago
Jonathan Rose d1e7473649 Coverity Report: Fix issues for error type UNINIT in Core supported modules
14 years ago
Richard Mudgett 06fe3e5abe Change comment to use local channel name designators in features.c
14 years ago
Matthew Jordan 11faa15d11 Fix channel opaquification slip-up in r365477
14 years ago
Matthew Jordan 9e7de73fee Support VoiceMail d() option when extension does not exist in channel's context
14 years ago
Kinsey Moore 781f4657b9 Fix many issues from the NULL_RETURNS Coverity report
14 years ago
Terry Wilson 07309e586c Multiple revisions 365006,365068
14 years ago
Matthew Jordan 54143892af Only log a failure to get read/write samples from factories if it didn't happen
14 years ago
Richard Mudgett 1420522c6e Fixed __ao2_ref() validating user_data twice.
14 years ago
Jason Parker 885fbf6b04 Prevent a potential crash when using manager hooks.
14 years ago
Jonathan Rose cefff2e52c Fix bad check in voicemail functions for ast_inboxcount2_func
14 years ago
Mark Murawki f3cde589cd Merged revisions 364635 via svnmerge from
14 years ago
Russell Bryant 19097a4b62 md5: supress some compiler warnings.
14 years ago
Russell Bryant 386c2c6edf features: Add FEATURE() and FEATUREMAP() functions.
14 years ago
Terry Wilson f7c174ff84 Multiple revisions 364365,364369
14 years ago
Richard Mudgett b22874415e Fix DTMF atxfer running h exten after the wrong bridge ends.
14 years ago
Terry Wilson 49a49a51ef Add more constness to the end_buf pointer in the netconsole
14 years ago
Olle Johansson 7aa0c3c64b Make it possible to change the minimum DTMF duration in asterisk.conf
14 years ago
Olle Johansson 228ce5fd74 Formatting fixes
14 years ago
Olle Johansson db2b162e8c Formatting fixes
14 years ago
Richard Mudgett 7f0dce3bd1 Fix recalled party B feature flags for a failed DTMF atxfer.
14 years ago
Richard Mudgett 56d10c5677 Hangup affected channel in error paths of bridge_call_thread().
14 years ago
Terry Wilson 18045c9a07 OpenBSD doesn't have rawmemchr, use strchr
14 years ago
Tilghman Lesher f03d56a84d On some platforms, O_RDONLY is not a flag to be checked, but merely the absence of O_RDWR and O_WRONLY.
14 years ago
Jonathan Rose ceefcf8839 AST-2012-004: Fix an error that allows AMI users to run shell commands sans authorization.
14 years ago
Richard Mudgett 3a874139d4 Fix connected-line/redirecting interception gosubs executing more than intended.
15 years ago
Richard Mudgett e6d08d92e3 Move debug message in ast_rtp_instance_early_bridge_make_compatible().
15 years ago
Michael L. Young 255214c5da Add missing payload type to events API
15 years ago
Richard Mudgett 01194c5811 Use ast_channel_lock_both() where it was inlined before.
15 years ago
Richard Mudgett b43f4a60dd * Add more information to some messages in __ast_pbx_run().
15 years ago
Richard Mudgett 73f48997f9 Add original party id and reason support.
15 years ago
Terry Wilson 772ad8a641 Handle multiple commands per connection via netconsole
15 years ago
Matthew Jordan f78290068a Fix a variety of potential buffer overflows
15 years ago
Matthew Jordan 7b5eb159e9 Handle case where an unknown format is used to get the preferred codec size
15 years ago
Matthew Jordan 3934b0478d Fix places in main where a negative return value could impact execution
15 years ago
Walter Doekes fc63e07135 Avoid cppcheck warnings; removing unused vars and a bit of cleanup.
15 years ago
Michael L. Young abf40d9b28 Add IPv6 address support to security events framework.
15 years ago
Paul Belanger 05eb51bb2c Convert SRV lookup message to debug level
15 years ago
Richard Mudgett a35c7ba8e7 Add option to invoke the extensions.conf stdexten using the legacy macro method.
15 years ago
Matthew Jordan 3d7b9e7fb1 Fix crash caused by unloading or reloading of res_http_post
15 years ago
Richard Mudgett 4665986fb1 Don't add an empty MESSAGE_DATA(key) header if it doesn't already exist.
15 years ago
Kinsey Moore a485f44022 Add missing newlines to CLI logging
15 years ago
Jonathan Rose e96a59acfd Replace GNU old-style field designator extensions to fix clang warnings
15 years ago
Mark Murawki e4252eac10 Allow the Hangup manager action to match channels by regex
15 years ago
Richard Mudgett 6a540e9087 Fix logger deadlock on Asterisk shutdown.
15 years ago
Mark Michelson 314d459317 Fix potential race condition during call pickup.
15 years ago
Richard Mudgett fb796aac06 Misc changes to make astobj2 enhancement diffs easier to follow.
15 years ago
Jonathan Rose 655a8d4420 Introducing the log message unique call identifiers feature
15 years ago
Jonathan Rose d501c2ea2d undoing 360785 due to merging mistake
15 years ago
Jonathan Rose bf994f0e04 Introducing the log message unique call identifiers feature
15 years ago
Richard Mudgett 38e892b370 Add global ao2 array container.
15 years ago
Richard Mudgett 8611bea122 Attempt to be more helpful when using a bad ao2 object pointer.
15 years ago
Paul Belanger dea8936f89 Convert ast_verb() to ast_debug() and increase log level
15 years ago
Russell Bryant cad07b3800 Multiple revisions 360356-360357
15 years ago
Richard Mudgett 721f92058f Make number not available presentation also set screening to network provided.
15 years ago
Jonathan Rose c6979ff581 Adds F option to Bridge application
15 years ago