Commit Graph

12573 Commits (9f123152faa3f3cf9e8d540110f9d60edf91c07f)
 

Author SHA1 Message Date
Joshua Colp 9f123152fa Fix a bug I found while testing for another issue.
17 years ago
Michiel van Baak 1540ba27c1 dont use a bashism way to check the $VERSION variable.
17 years ago
Russell Bryant 31d518c8e6 Merged revisions 119237 via svnmerge from
17 years ago
Russell Bryant 9a01bdae26 Fix a race condition in channel autoservice. There was still a small window of opportunity
17 years ago
Russell Bryant 3d461c7cb6 Oddly enough, all of the contents of audiohook.h were in there twice. I have
17 years ago
Tilghman Lesher b2f0add41c Call waiting tone occurs too often, because it's getting serviced by both
17 years ago
Russell Bryant e4f25aab4b - Fix a typo in the argument to Playtones
17 years ago
Russell Bryant e0c741c5e3 Merged revisions 119008 via svnmerge from
17 years ago
Russell Bryant ecc4690b4b - Mark app_milliwatt dependent on res_indications (thanks to jsmith)
17 years ago
Russell Bryant e5b9da59e2 Change milliwatt to use the proper tone by default (1004 Hz) instead of 1000 Hz.
17 years ago
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