aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_skinny.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-02Ignore Redial softkey when no previous dialed number is knownmvanbaak1-10/+1
2010-04-02Cleanup transmit_* functionsmvanbaak1-206/+143
2010-03-12Only change the RTP ssrc when we see that it has changedtwilson1-1/+4
2010-03-07Clean transmit_* for start/stop media transmission mvanbaak1-42/+33
2010-03-07Cleanup transmit_callstate handling mvanbaak1-117/+132
2010-03-02fixes adaptive jitterbuffer configurationdvossel1-1/+2
2010-03-01Cleanup display_*message functions.mvanbaak1-70/+64
2010-03-01fix endianes issues in chan_skinnymvanbaak1-22/+24
2010-02-21Cleanup transmit_* functions, part 1mvanbaak1-56/+47
2009-12-04Let's unlock the lines list after the AST_LIST_TRAVERSE instead of inside it.mvanbaak1-1/+1
2009-12-04Only assign line and device in handle_transfer_button when we have a subchannel.mvanbaak1-2/+6
2009-12-01More 32->64 bit codec conversions.tilghman1-5/+5
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-22/+31
2009-09-02add Parkinglot info to sip show peer <foo> and skinny show line <foo>mvanbaak1-0/+2
2009-09-02like in chan_sip's sip_new skinny should copy the configured parkinglot from ...mvanbaak1-0/+2
2009-08-12Always specify which RTP engine is desired for a new RTP instance.russell1-2/+2
2009-08-10AST-2009-005tilghman1-2/+2
2009-08-10add manager events when a skinny device registers/unregistersmvanbaak1-0/+4
2009-08-03Rename 'canreinvite' option to 'directmedia', with backwards compatibility.kpfleming1-6/+6
2009-07-25Merged revisions 208746 via svnmerge from jpeeler1-3/+7
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-21/+21
2009-06-15Convert a number of global module variables to 'static'.kpfleming1-8/+8
2009-05-22Implement a new element in AstXML for AMI actions documentation.eliel1-34/+61
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-5/+5
2009-04-10Fix some uninitialized memory notices that appeared under valgrind.file1-4/+4
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...mmichelson1-4/+50
2009-04-02Merge in the RTP engine API.file1-45/+54
2009-03-18Merged revisions 182810 via svnmerge from russell1-1/+1
2009-02-27Add reload support to chan_skinny.mvanbaak1-48/+209
2009-02-23update the new manager commands in chan_skinny to matchmvanbaak1-5/+5
2009-02-22Add a couple of manager commands to chan_skinnymvanbaak1-143/+479
2009-02-17Merge a large set of updates to the Asterisk indications API.russell1-5/+9
2009-02-16Use the correct list macros for deleting an item from the middle of a list.tilghman1-2/+3
2009-01-25dont segfault when a MWI event occurs on a line without a registered devicemvanbaak1-24/+26
2009-01-23Dont clear the display of skinny phones when not needed.mvanbaak1-12/+4
2009-01-19Redo the event-based MWI in chan_skinny.mvanbaak1-53/+37
2009-01-13Merged revisions 168561 via svnmerge from russell1-1/+1
2008-12-12Fix codec capability setup in chan_skinnymvanbaak1-13/+42
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-2/+2
2008-12-04Add debug flag so skinny debug will show information about packets.mvanbaak1-4/+163
2008-11-22dont send reorder tone after a device is hungup if a dialout is abandoned or ...mvanbaak1-6/+12
2008-11-22Add Media Source Update to skinny's control2strmvanbaak1-0/+2
2008-11-22fix a very occasional core dump in chan_skinny found by wedhorn.mvanbaak1-1/+2
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...twilson1-1/+1
2008-11-12This commit does two things:mvanbaak1-31/+1
2008-11-04Recorded merge of revisions 154263 via svnmerge from tilghman1-1/+1
2008-10-19dont segfault when placing a call to a line that has no registered device.mvanbaak1-0/+5
2008-10-17Break up skinny.conf into seperate sections formvanbaak1-474/+692
2008-09-20make 'module unload chan_skinny.so' actually work.mvanbaak1-6/+10
2008-09-14plug a couple of memleaks in chan_skinny.mvanbaak1-6/+12