aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_skinny.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-22Merged revisions 48888 via svnmerge from qwell1-1/+1
2006-12-22Merged revisions 48870 via svnmerge from qwell1-4/+7
2006-12-06Constify a bunch of usage strings for CLI commands.russell1-5/+5
2006-11-10Merged revisions 47436 via svnmerge from tilghman1-5/+5
2006-11-08committed in behalf of bug 8190murf1-5/+13
2006-11-07A fair number of changes for the sake of bug 7506murf1-4/+2
2006-11-03remove useless usecnt handling coderizzo1-8/+0
2006-11-02Merged revisions 47053 via svnmerge from tilghman1-1/+1
2006-11-02Merged revisions 47051 via svnmerge from tilghman1-8/+8
2006-10-19Extend the thread storage API such that a custom initialization function canrussell1-2/+2
2006-10-09Merged revisions 44764 via svnmerge from qwell1-48/+70
2006-10-04Merged revisions 44378 via svnmerge from kpfleming1-2/+2
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-5/+10
2006-09-28Merged revisions 43933 via svnmerge from file1-1/+1
2006-09-26Merged revisions 43650 via svnmerge from qwell1-15/+96
2006-09-22Merged revisions 43518 via svnmerge from qwell1-18/+55
2006-09-22Merged revisions 43469 via svnmerge from qwell1-37/+25
2006-09-21Lots more removal of deprecated thingstilghman1-32/+4
2006-09-18allow for packetization on rtp channel drivers, need to addmogorman1-20/+24
2006-09-18merge qwell's CLI verbification workkpfleming1-28/+52
2006-09-17remove a bit of redundant codeqwell1-31/+17
2006-09-17Skinny hold support.qwell1-4/+114
2006-09-17Get rid of all the useless (and confusing) typedefsqwell1-210/+210
2006-09-02It was pointed out to me, that using two frames is silly.qwell1-13/+11
2006-09-02fix some module loader breakageqwell1-11/+10
2006-09-02Fix VLDTMF issues.qwell1-7/+21
2006-08-31everything that loads a config that needs a config file to runmogorman1-1/+3
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-4/+11
2006-08-28Merge in RTP-level packet bridging. Packet comes in, packet goes out - that's...file1-14/+18
2006-08-21Fix a potential integer signedness problem.qwell1-0/+7
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-15/+8
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-16move the calls to ast_jb_configure() to before the PBX thread is started on therussell1-4/+3
2006-08-05Merged revisions 38903-38904 via svnmerge from russell1-1/+7
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forrussell1-11/+7
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-5/+11
2006-07-18move variable declarations to the beginning of a block.rizzo1-4/+4
2006-07-14Rename a couple variables, to be consistent with the rest of the functionsnorth1-108/+124
2006-07-03Blocked revisions 36725 via svnmergerussell1-26/+17
2006-07-01It might help if this had the right stimulus namenorth1-1/+1
2006-06-23fix some little issues on big endian platforms to resolve compiler warningsrussell1-9/+13
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyrussell1-16/+9
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structurerussell1-9/+16
2006-06-20fix an issue with dtmf not being sent sometimesnorth1-7/+15
2006-06-18No need to have debug enabled by default anymore..north1-1/+1
2006-06-18Finally merge chan_skinny fixes into trunk.north1-1291/+2256
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4