aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-08-21Fix a potential integer signedness problem.qwell1-0/+7
2006-08-21merge new_loader_completion branch, including (at least):kpfleming23-459/+350
2006-08-20This is just step 1 in taking over the world.qwell1-2/+2
2006-08-20Converted device2str and control2str to use thread local storage.qwell1-4/+15
2006-08-20Make the CIPC device string usefulqwell1-1/+1
2006-08-20Fix minor display issues in "skinny show devices".qwell1-7/+75
2006-08-19deprecate chan_agent callback modekpfleming1-0/+17
2006-08-19convert lists of constants in channel.h to enums instead of #definesrussell1-2/+2
2006-08-17fix the use of an uninitialized variable (issue #7746, pointed out by garyhai)russell1-1/+3
2006-08-17fixing the 64bit issue with misdn_l1_task.nadi1-6/+12
2006-08-16added patch from #7709crichter1-2/+2
2006-08-16Merged revisions 40057 via svnmerge from kpfleming1-4/+6
2006-08-16fix some minor stuffkpfleming1-3/+1
2006-08-16instead of a for loop and ast_cli_(un)register, use ast_cli_(un)register_mult...russell1-4/+2
2006-08-16Move things around a bit more for onhold support, and add a check to only dec...file1-21/+14
2006-08-16a static array now holds the cli_entry structsnadi1-191/+50
2006-08-16adding support for AOCD facility messages.nadi4-34/+75
2006-08-16move the calls to ast_jb_configure() to before the PBX thread is started on therussell7-24/+13
2006-08-15print a more user friendly error message with the text representation of codecsrussell1-2/+9
2006-08-15reduce duplicated code by using print_codec_to_cli in sip_show_user as it isrussell1-15/+2
2006-08-15removed libbnec dependencies.crichter4-94/+3
2006-08-15complete the coding style changes for these frame structureskpfleming1-6/+13
2006-08-15moved the asn1 and facility portions of code to mISDNuser, so removing the fi...nadi11-639/+102
2006-08-15Made "style" change requested by Kevin Fleming... used initializer in declara...murf1-17/+3
2006-08-15On behalf of PCadach, " IMHO that was last deadlock in chan_h323..."murf1-13/+36
2006-08-11Don't completely error out if a config file for chan_phone was not found. (is...file1-1/+1
2006-08-10Add support to see if a peer has someone on hold, and fix a small bug with ge...file1-21/+50
2006-08-09fixing compile warnings, renaming config option "overlap_dial" to "overlapdial"nadi7-57/+57
2006-08-09This bug existed in one extra place that is not also in 1.2 ... So, fix it!russell1-2/+4
2006-08-08* first bits of decoding facility information elementsnadi11-389/+709
2006-08-08some code clean up and catch for a act_hook being calledmogorman1-8/+10
2006-08-08Add support for Sigma Designs cards. These basically allow you to offload dia...file1-4/+17
2006-08-08* added possibility to change echocancel settings during callscrichter5-189/+246
2006-08-08Merge team/russell/ast_verbose_threadstoragerussell2-20/+2
2006-08-07Many many code cleanup changes given to me by Oejmogorman1-77/+74
2006-08-07This commit folds in changes to both stringfields (some enhancements to the ....murf1-154/+199
2006-08-07Fix accidental removal of if() in commit 38905oej1-1/+2
2006-08-07Issue #7651 - always send subscription-state (AuPix)oej1-2/+1
2006-08-07changed naming of mISDN channels, so that hinting works propercrichter3-8/+24
2006-08-07Merged revisions 39081 via svnmerge from russell1-10/+10
2006-08-07minor cleanupsrussell1-14/+7
2006-08-05Merged revisions 38950 via svnmerge from russell1-1/+1
2006-08-05Merged revisions 38903-38904 via svnmerge from russell8-29/+70
2006-08-05It is better to hold a lock then not hold a lock when you are supposed to.file1-2/+2
2006-08-04Minor optimization but use a linkedlists.h macro that pops the head off the l...file1-5/+2
2006-08-04Don't assume that a referred by URI will always exist (issue #7641 reported a...file1-3/+7
2006-08-03* removed pp_l2_check (fixed L2 bug in mISDNuser)crichter9-210/+495
2006-08-02Merged revisions 38731 via svnmerge from kpfleming1-9/+12
2006-08-02dtmf support. not everything else, trying to clear out those other bugsmogorman1-9/+102
2006-07-31Merged revisions 38611 via svnmerge from kpfleming1-10/+30