aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_skinny.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-09Add autoanswer to skinny.wedhorn1-5/+74
2011-06-08Remove skinny do_monitor and use ast_sched_start insteadwedhorn1-76/+5
2011-05-17Remove extraneous line variables.wedhorn1-13/+0
2011-05-16Fix up skinny hints.wedhorn1-22/+28
2011-05-15Add activatesub and dialandactivate sub.wedhorn1-51/+76
2011-05-13Move exten used for dialing from device to subchannel.wedhorn1-22/+26
2011-05-12Consolidate setsubstate_* into setsubstate and use a switch.wedhorn1-292/+254
2011-05-12Add setsubstate_onhook.wedhorn1-182/+128
2011-05-09Add setsubstate_callwait.wedhorn1-2/+31
2011-05-06Only allow voicemail if substate is OFFHOOK or no channel active (UNSET).wedhorn1-5/+11
2011-05-06Rename sub->parent to sub->line.wedhorn1-45/+45
2011-05-06Move the hookstate from line to device.wedhorn1-36/+33
2011-05-05Merged revisions 317478 via svnmerge from russell1-20/+17
2011-05-05Move hold stuff to the setsubstate arrangement.wedhorn1-65/+31
2011-05-05Add setsubstate_congestion and setsubstate_progress.wedhorn1-28/+55
2011-05-05Add setsubstate_busy.wedhorn1-16/+24
2011-05-04Add setsubstate_ringout (equivalent to AST_STATE ringing).wedhorn1-24/+61
2011-05-04Add setsubstate_ringin.wedhorn1-21/+25
2011-05-04Make skinny_answer use setsubsate_connected.wedhorn1-16/+19
2011-05-04Cleanup skinny callinfo.wedhorn1-91/+66
2011-05-03Merged revisions 316336 via svnmerge from russell1-1/+1
2011-05-03Merged revisions 316265 via svnmerge from russell1-16/+3
2011-04-21Merged revisions 314628 via svnmerge from mnicholson1-4/+73
2011-04-17Consolidate all new call calls to run through new setsubstate_ringout.wedhorn1-105/+43
2011-02-22Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd a...dvossel1-6/+5
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