aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_skinny.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()pabelanger1-9/+8
2011-02-03Asterisk media architecture conversion - no more format bitfieldsdvossel1-104/+192
2010-12-20Some scheduler API cleanup and improvements.russell1-4/+5
2010-09-20Merged revisions 287643 via svnmerge from qwell1-10/+18
2010-08-24Ignore redial hard button when no previous number.wedhorn1-10/+1
2010-08-23Hack to allow easy debugging of skinny in trunk.wedhorn1-0/+7
2010-08-23Add additional AST_CONTROL_ states to control2str.wedhorn1-0/+10
2010-08-23Fixes display issues on 7910 and older phones.wedhorn1-7/+10
2010-08-18Cleanup: consolidate offhook (new call).wedhorn1-71/+30
2010-08-07Fix up handling and indications during transfer.wedhorn1-3/+8
2010-08-07Move call answering stuff into new setsubstate_connected.wedhorn1-25/+27
2010-08-07Start rtp on answer before the answer is queuedwedhorn1-3/+3
2010-07-30Cleanup transmit_ for handle_register and keepaliveswedhorn1-95/+87
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+2
2010-07-19Make ACLs IPv6-capable.mmichelson1-1/+3
2010-07-14Expand the caller ANI field to an ast_party_idrmudgett1-2/+5
2010-07-14ast_callerid restructuringrmudgett1-16/+56
2010-07-08Add IPv6 to Asterisk.mmichelson1-7/+21
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