Commit Graph

12563 Commits (ba9f0125731e69698eeef69dcdb6c80a81dd917c)
 

Author SHA1 Message Date
Tilghman Lesher ba9f012573 Define also when not DEBUG_THREADS
17 years ago
Tilghman Lesher 65808210e9 Add some debugging code that ensures that when we do deadlock avoidance, we
17 years ago
Steve Murphy e58b5c63c6 (closes issue #10668)
17 years ago
Brett Bryant 3ab48f9299 merge revision 118702 from trunk to 1.4 -- Fixes a bug in chan_iax that uses send_command to poke a peer while a channel is unlocked in some cases, and because it can cause seemingly random failures could be related to some bugs in the tracker...
17 years ago
Joshua Colp 405dfcb54a Add an option to use the source IP address of RTP as the destination IP address of UDPTL when a specific option is enabled. If the remote side is properly configured (ports forwarded) then UDPTL will flow.
17 years ago
Joshua Colp a403fd8ea1 Fix an issue where codec preferences were not set on dialogs that were not authenticated via a user or peer and allow framing to work without rtpmap in the SDP.
17 years ago
Tilghman Lesher 1a73396c9d When showing an error message for a command, don't shorten the command output,
17 years ago
Mark Michelson a7f2c5dbf9 Russell noted to me that in the case that separate threads use their
17 years ago
Tilghman Lesher 7ca3880d4e NULL character should terminate only commands back to the core, not log
17 years ago
Michiel van Baak 68589940b4 small update to the g() option of app_voicemail to
17 years ago
Mark Michelson 9460de70ef Add a unique id to the datastore allocated in app_chanspy since
17 years ago
Tilghman Lesher 0ed598406b Add a note that pbx_config.so is needed for Local channels.
17 years ago
Tilghman Lesher 0dab692af5 Realtime flag affects construction in multiple ways, so consulting whether
17 years ago
Jeff Peeler ac177d4459 Fix a few things I missed to ensure zt_chan_conf structure is not modified in mkintf
17 years ago
Tilghman Lesher 3fcdfbf20f Add format type checking for recently de-inlined function
17 years ago
Tilghman Lesher c8e3c498d0 Add information on using the Asterisk console, including tab command line
17 years ago
Russell Bryant a3d59980ea Don't declare a function that takes variable arguments as inline, because it's
17 years ago
Tilghman Lesher 2454daba41 Also remove preamble from asynchronous events (reported by jsmith on #asterisk-dev)
17 years ago
Tilghman Lesher 2691e0d5b0 Take into account the length of delimiters when calculating result string length.
17 years ago
Jeff Peeler b77e30e6f5 Ensure that passed in zt_chan_conf structure is not modified in mkintf.
17 years ago
Joshua Colp 6627976f63 Apply the autoframing setting to dialogs that do not get matched against a user or peer.
17 years ago
Tilghman Lesher 7cf2eecaf6 Revert accidental commit of the last change
17 years ago
Tilghman Lesher 0b0f6a1a58 Strip the preamble from the output also when -rx is not being used
17 years ago
Russell Bryant 67634386e9 Don't filter the magic character in the network verboser. It gets filtered
17 years ago
Russell Bryant 2c4b2d92dd 1) Don't print the verbose marker in front of every message from ast_verbose()
17 years ago
Russell Bryant 8183ebfbcc Don't display the verbose marker for calls to ast_verbose() that do not include
17 years ago
Jeff Peeler e9e2df2283 Pass a pointer for the conf parameter to the function mkintf rather than the whole zt_chan_conf structure.
17 years ago
Joshua Colp b5ac40e980 Use the right pthread lock and condition when waiting.
17 years ago
Tilghman Lesher c10b6550ea The addition of usleep(2) within ast_assert requires the inclusion of the unistd.h header
17 years ago
Joshua Colp 48f4538a8d Make chan_h323 work with pwlib 1.12.0
17 years ago
Russell Bryant 915e1b570f Avoid access of uninitialized memory. This caused a bunch of crashes for me
17 years ago
Joshua Colp 53061c109f Check to make sure an RTP structure exists before calling ast_rtp_new_source on it.
17 years ago
Tilghman Lesher 01f5aee7ac Avoid zombies when the channel exits before the AGI.
17 years ago
Russell Bryant 4b2a679f9e Add ast_assert(), which can be used to handle fatal errors. It is only compiled
17 years ago
Jason Parker 32945354d3 Document exitcontext in app_voicemail sample config
17 years ago
Joshua Colp 66bf888d62 Add linux-gnueabi in.
17 years ago
Tilghman Lesher aa32d71fcc Detect another way for a connection to have gone away.
17 years ago
Olle Johansson 59adcca238 Accept text messages even with
17 years ago
Mark Michelson 1167869a80 A change to the way channel locks are handled when DEBUG_CHANNEL_LOCKS is defined.
17 years ago
Russell Bryant 01de8fa419 Fix a deadlock involving channel autoservice and chan_local that was debugged
17 years ago
Russell Bryant 92ff649dd6 Fix an issue that I noticed in autoservice while mmichelson and I were debugging
17 years ago
Joshua Colp 48dd08e321 Use the right flag to open the audio in non-blocking.
17 years ago
Tilghman Lesher 2fc71fe563 If the socket dies (read returns 0=EOF), return immediately.
17 years ago
Mark Michelson f1696e2133 If a thread holds no locks, do not print any information on the thread when issuing
17 years ago
Joshua Colp f0efe0d2b5 Improve res_ninit and res_ndestroy autoconf logic on the Darwin platform.
17 years ago
Russell Bryant 09c28afa6d Remove debug output.
17 years ago
Russell Bryant 03c5a410ad Merged revisions 115564 via svnmerge from
17 years ago
Russell Bryant 442079ab0b Don't give up on attempting an outbound registration if we receive a 408 Timeout.
17 years ago
Russell Bryant 0353109ec1 remove postgres_cdr.sql, as the CDR schema is in realtime_pgsql.sql, as well
17 years ago
Russell Bryant 5e851ededb Don't exit the script if Asterisk is not running.
17 years ago