aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_skinny.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-17Revert API change in release branchestwilson1-1/+1
2010-03-13Merged revisions 252089 via svnmerge from twilson1-1/+4
2009-08-10AST-2009-005tilghman1-1/+1
2009-07-25Fix compiling under dev-mode with gcc 4.4.0.jpeeler1-3/+7
2009-03-18Fix cases where the internal poll() was not being used when it needed to be.russell1-1/+1
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming1-3/+3
2008-08-06Since adding the AST_CONTROL_SRCUPDATE frame type,mmichelson1-3/+1
2008-08-01fix some potential deadlocks in chan_skinnymvanbaak1-0/+4
2008-06-16Port "hasvoicemail" change from SIP to other channel driverstilghman1-0/+4
2008-05-16Check to make sure an RTP structure exists before calling ast_rtp_new_source ...file1-1/+3
2008-04-08Add a little more that is required for previously added devices.qwell1-0/+21
2008-04-08Add support for several new(ish) devices - most notably, 7942/7945, 7962/7965...qwell1-0/+23
2008-04-07Allow playback with noanswer (and add earlyrtp option).qwell1-14/+37
2008-03-28Remove unimplemented softkeys. Prompted by issue #12325.qwell1-3/+3
2008-03-17Update the directory of placed calls on skinny phones ...mvanbaak1-0/+1
2008-03-05Add a control frame to indicate the source of media has changed. Depending on...file1-0/+3
2008-02-28According to a video at www.cisco.com, the 7921G supports 6 line appearances.qwell1-1/+4
2007-12-18FreeBSD also does not have byte swap functions.qwell1-1/+1
2007-08-13(closes issue #10437)file1-2/+0
2007-08-07Properly check the capabilities count to avoid a segfault.qwell1-2/+8
2007-08-02Make sure we actually allow 6 chars to be sent.qwell1-2/+2
2007-08-02If a device disconnects, the session will go away.qwell1-0/+5
2007-08-02Make sure we clear the prompt status message on a hangup.qwell1-42/+45
2007-08-02Make sure that we show the correct extension if dialed from a macroqwell1-4/+10
2007-08-01Put in some additional debug information for softkey/stimulus messages.qwell1-43/+44
2007-08-01Fix an issue that caused one-way audio on some newer devices (specifically th...qwell1-57/+68
2007-07-23Fix some incorrect softkey labels in messages.qwell1-8/+3
2007-07-23Don't try to queue up hold/unhold frames on a non-existent channel.qwell1-0/+8
2007-07-23(closes issue #10268)file1-1/+1
2007-07-20Allow getting a call from an existing "sub" channel.qwell1-26/+25
2007-07-20It's possible for sub->owner to be NULL here if you cancel the call immediate...qwell1-1/+1
2007-07-19Remove some duplicate code.qwell1-1/+0
2007-07-18Need to make sure we set milliseconds and timestamp - pointed out by the rece...qwell1-0/+2
2007-07-18Umm, why are we transmitting dialtone on cfwdall?qwell1-1/+0
2007-07-18Fixes for 7935/7936 conference phones.qwell1-19/+96
2007-07-18Fix issues with new 79x1 phones.qwell1-11/+20
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