aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_skinny.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-17Merged revisions 75449 via svnmerge from russell1-1/+1
2007-07-12It helps if I actually add this stuff for the 7921 too - otherwise it won't a...qwell1-0/+3
2007-07-12Add device ID for 7921 wireless skinny phoneqwell1-0/+1
2007-07-12Fix dialing in skinny that was broken in some cases.qwell1-1/+1
2007-07-09Only destroy the scheduler context if it was allocated. (issue #10124 reporte...file1-2/+3
2007-07-09Few minor thread synchronization tweaks. (issue #10124 reported by gzero)file1-1/+1
2007-06-20Make sure we clear the previously dialed number if it did not exist.qwell1-0/+3
2007-06-07Fix an issue with newer phones which require packets be padded out to the cor...qwell1-6/+25
2007-06-05Correctly update date/time on devices throughout the life of the device, inst...qwell1-1/+3
2007-06-04Fix for skinny keepalives.qwell1-5/+11
2007-06-01Changes to the way DTMF is handled in the core broke dialing in chan_skinny.russell1-30/+87
2007-04-09This is a big improvement over the current CDR fixes. It may still need refin...murf1-1/+1
2007-03-06Return an error of transmit_response is called without a session.russell1-0/+6
2007-02-24Make sure to set a speeddials parent on creation.qwell1-2/+8
2007-02-17Fix an issue where callerid would not be displayed on some phones.qwell1-6/+15
2007-01-31Merged revisions 53045 via svnmerge from russell1-0/+1
2007-01-23Update channel drivers to use module referencing so that unloading them while...file1-8/+1
2007-01-19Merge the changes from the /team/group/vldtmf_fixup branch.russell1-2/+2
2007-01-05Merged revisions 49635 via svnmerge from kpfleming1-9/+2
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