aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_skinny.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-22Note to self: Run make before committing...qwell1-1/+1
2006-12-22Fix for issue 7774 - patch by alamantiaqwell1-4/+7
2006-11-10Discussion of these CLI changes resulted in more consistency (Bug 8236)tilghman1-6/+6
2006-11-08Committed in behalf of 8190.murf1-5/+13
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-4/+2
2006-11-02More changes making the CLI more consistent with "category verb arguments" (c...tilghman1-1/+1
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-35/+10
2006-10-09Fix a problem where phones that go "missing" never got unregistered.qwell1-48/+70
2006-10-04update thread creation code a bitkpfleming1-2/+2
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file1-1/+1
2006-09-26Add proper codec support to chan_skinny. Works with at least ulaw, alaw, and...qwell1-15/+96
2006-09-22Allow chan_skinny.so to be unloaded properly.qwell1-18/+55
2006-09-22First shot at unload_module in chan_skinny..qwell1-37/+25
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
2006-06-01- add the ability to configure forced jitterbuffers on h323, jingle,russell1-8/+2
2006-06-01This is what I get for coding while tired.. sorry ;/north1-2/+1
2006-06-01Nobody saw this coming, I bet.north1-1/+32
2006-05-31update the rest of the channel drivers that use RTP so that their channelrussell1-1/+1
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and messagecou...tilghman1-1/+1