aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2008-07-22fix up namespace pollution for dahdi_chan_mode enumkpfleming1-4/+4
2008-07-18Fix for Taiwanese number syntaxtilghman1-17/+73
2008-07-18Textual clarificationtilghman1-1/+1
2008-07-18Oopstilghman1-0/+4
2008-07-18Preserve ABI compatibility with last changetilghman1-0/+4
2008-07-18Make the ast_assert call within ast_sched_del report something useful.tilghman1-2/+2
2008-07-18remove the dlfcn compatibility stuff, because no platforms that Asterisk curr...kpfleming3-1322/+0
2008-07-15remove 4 lines of redundant code.mvanbaak1-4/+0
2008-07-15astman_send_error does not need a newline appended -- the API takes care oftilghman1-6/+6
2008-07-14notify the user that dnsmgr refresh wont work when dnsmgr is not enabled.mvanbaak1-2/+6
2008-07-14Bump up the debug level for a message.russell1-2/+2
2008-07-13fix memory leak when originate from manager cannot create a threadmvanbaak1-0/+1
2008-07-11a whole pile of Zaptel/DAHDI compatibility work, with lots more to come... th...kpfleming3-10/+23
2008-07-11Remove redundant logicmmichelson1-2/+2
2008-07-11Fix a typo in audiohook_read_frame_both.mmichelson1-1/+1
2008-07-11simplify calculationkpfleming1-3/+3
2008-07-11fix a flaw found while experimenting with structure alignment and padding; lo...kpfleming1-1/+19
2008-07-09Fix a problem where inbound rfc2833 audio would be sent to the mmichelson1-4/+5
2008-07-09Look for the system installed awk instead of assuming it's at /usr/bin/awk.seanbright4-61/+101
2008-07-04Fix the 'dialplan remove extension' logic, so that it a) works with cidmatch,tilghman1-46/+46
2008-07-03a couple of small Solaris-related fixeskpfleming1-2/+3
2008-07-03ensure that DAHDI_INCLUDE and ZAPTEL_INCLUDE are added in all the places neededkpfleming1-2/+1
2008-07-03The CDRfix4/5/6 omnibus cdr fixes.murf3-62/+40
2008-07-02Merged revisions 127466 via svnmerge from tilghman1-1/+1
2008-06-27In this debugging function, copy to a buffer instead of using potentially uns...tilghman1-4/+4
2008-06-26Make sure to unlock the lock_info lock (huh?). Possible deadlock?qwell1-0/+3
2008-06-26Check for rtcp structure before trying to delete schedule.tilghman1-1/+3
2008-06-20If the last character in a string to be parsed is the delimiter, then we shouldtilghman1-2/+6
2008-06-19Merge revision 124064 from trunk. Add errors that report any locks held by th...bbryant1-0/+14
2008-06-19Change informative messages to use the _multiple variant when multiple formatstilghman1-4/+6
2008-06-19The RDTSC instruction was introduced on the Pentium line of microprocessors,tilghman1-1/+4
2008-06-18Add support for saying numbers in Hebrew.tilghman1-161/+431
2008-06-17Fix a memory leak in astobj2 that was pointed out by seanbright. When a cont...russell1-0/+9
2008-06-13Short circuit the loop in autoservice_run if there are no channels to poll.mmichelson1-0/+4
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler6-67/+138
2008-06-12Occasionally, the alertpipe loses its nonblocking status, so detect and correcttilghman1-3/+26
2008-06-12Arkadia tried to warn me, but the code added to ast_cdr_busy, _failed, and _n...murf1-12/+0
2008-06-12(closes issue #10668)murf1-0/+20
2008-06-11Backport fix for 11520--for some reason I didn't do this back in February whe...twilson2-4/+46
2008-06-11Make calls to ast_assert() actually test something, so that the error messagetilghman3-8/+7
2008-06-10Update BRIDGEPEER variable before we do a generic bridge in case we just brok...file1-0/+6
2008-06-09Do not attempt to do emulation if an END digit is received and the length isrussell1-1/+4
2008-06-04Fix a log message and add a message for when the dialplan is done reloading.file1-1/+1
2008-06-03(closes issue #11594)jpeeler1-0/+4
2008-06-03When listing the manager users, managers in users.conf are not shown, eventilghman1-1/+66
2008-06-02Improve CLI command blacklist checking for the command manager action. Previ...russell1-9/+50
2008-05-30Fix a bug I found while testing for another issue.file1-14/+13
2008-05-29Fix a race condition in channel autoservice. There was still a small window ...russell1-60/+83
2008-05-29Add some debugging code that ensures that when we do deadlock avoidance, wetilghman1-0/+28
2008-05-29(closes issue #10668)murf1-33/+40