aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-05-29Oddly enough, all of the contents of audiohook.h were in there twice. I haverussell1-179/+0
2008-05-29Call waiting tone occurs too often, because it's getting serviced by bothtilghman1-3/+5
2008-05-29 - Fix a typo in the argument to Playtonesrussell1-8/+3
2008-05-29Merged revisions 119008 via svnmerge from russell1-8/+10
2008-05-29 - Mark app_milliwatt dependent on res_indications (thanks to jsmith)russell1-1/+5
2008-05-29Change milliwatt to use the proper tone by default (1004 Hz) instead of 1000 Hz.russell1-20/+62
2008-05-29Define also when not DEBUG_THREADStilghman1-0/+5
2008-05-29Add some debugging code that ensures that when we do deadlock avoidance, wetilghman8-79/+86
2008-05-29(closes issue #10668)murf2-42/+131
2008-05-28merge revision 118702 from trunk to 1.4 -- Fixes a bug in chan_iax that uses ...bbryant1-1/+5
2008-05-28Add an option to use the source IP address of RTP as the destination IP addre...file3-2/+22
2008-05-27Fix an issue where codec preferences were not set on dialogs that were not au...file1-16/+13
2008-05-27When showing an error message for a command, don't shorten the command output,tilghman1-1/+1
2008-05-27Russell noted to me that in the case that separate threads use theirmmichelson1-7/+6
2008-05-27NULL character should terminate only commands back to the core, not logtilghman1-7/+14
2008-05-27small update to the g() option of app_voicemail tomvanbaak1-0/+1
2008-05-27Add a unique id to the datastore allocated in app_chanspy sincemmichelson1-2/+7
2008-05-27Add a note that pbx_config.so is needed for Local channels.tilghman1-1/+4
2008-05-25Realtime flag affects construction in multiple ways, so consulting whethertilghman1-6/+16
2008-05-23Fix a few things I missed to ensure zt_chan_conf structure is not modified in...jpeeler1-3/+3
2008-05-23Add format type checking for recently de-inlined functiontilghman1-1/+1
2008-05-23Add information on using the Asterisk console, including tab command linetilghman2-0/+34
2008-05-23Don't declare a function that takes variable arguments as inline, because it'srussell2-14/+15
2008-05-22Also remove preamble from asynchronous events (reported by jsmith on #asteris...tilghman1-0/+9
2008-05-22Take into account the length of delimiters when calculating result string len...tilghman1-1/+1
2008-05-21Ensure that passed in zt_chan_conf structure is not modified in mkintf.jpeeler1-18/+30
2008-05-21Apply the autoframing setting to dialogs that do not get matched against a us...file1-0/+1
2008-05-21Revert accidental commit of the last changetilghman1-12/+3
2008-05-21Strip the preamble from the output also when -rx is not being usedtilghman2-3/+20
2008-05-21Don't filter the magic character in the network verboser. It gets filteredrussell1-3/+0
2008-05-211) Don't print the verbose marker in front of every message from ast_verbose()russell2-0/+7
2008-05-21Don't display the verbose marker for calls to ast_verbose() that do not includerussell1-1/+5
2008-05-21Pass a pointer for the conf parameter to the function mkintf rather than the ...jpeeler1-126/+126
2008-05-19Use the right pthread lock and condition when waiting.file1-1/+14
2008-05-19The addition of usleep(2) within ast_assert requires the inclusion of the uni...tilghman1-0/+1
2008-05-19Make chan_h323 work with pwlib 1.12.0file1-0/+12
2008-05-19Avoid access of uninitialized memory. This caused a bunch of crashes for merussell1-1/+1
2008-05-16Check to make sure an RTP structure exists before calling ast_rtp_new_source ...file1-1/+3
2008-05-14Avoid zombies when the channel exits before the AGI.tilghman1-1/+5
2008-05-14Add ast_assert(), which can be used to handle fatal errors. It is only compiledrussell8-21/+36
2008-05-14Document exitcontext in app_voicemail sample configqwell1-0/+2
2008-05-14Add linux-gnueabi in.file1-1/+1
2008-05-14Detect another way for a connection to have gone away.tilghman1-1/+8
2008-05-14Accept text messages even withoej1-1/+1
2008-05-13A change to the way channel locks are handled when DEBUG_CHANNEL_LOCKS is def...mmichelson2-8/+21
2008-05-13Fix a deadlock involving channel autoservice and chan_local that was debuggedrussell1-11/+14
2008-05-13Fix an issue that I noticed in autoservice while mmichelson and I were debuggingrussell1-5/+9
2008-05-13Use the right flag to open the audio in non-blocking.file1-2/+1
2008-05-13If the socket dies (read returns 0=EOF), return immediately.tilghman1-1/+1
2008-05-12If a thread holds no locks, do not print any information on the thread when i...mmichelson1-38/+40