summaryrefslogtreecommitdiff
path: root/channels/chan_skinny.c
AgeCommit message (Expand)Author
2011-10-14Fix simple switch to not progress a call when call already progressed.Damien Wedhorn
2011-10-10Add skinny version 17 protocol support.Damien Wedhorn
2011-10-10Increase SKINNY_MAX_PACKET and add some logging.Damien Wedhorn
2011-10-09Merged revisions 340031 via svnmerge from Damien Wedhorn
2011-10-09Merged revisions 339992 via svnmerge from Damien Wedhorn
2011-10-06Fixed segfault on core stop gracefully.Damien Wedhorn
2011-09-09Merged revisions 335078 via svnmerge from Matthew Jordan
2011-07-15Add SLA to skinny.Damien Wedhorn
2011-07-15Merged revisions 328329 via svnmerge from Richard Mudgett
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-06-09Add autoanswer to skinny.Damien Wedhorn
2011-06-08Remove skinny do_monitor and use ast_sched_start insteadDamien Wedhorn
2011-05-17Remove extraneous line variables.Damien Wedhorn
2011-05-16Fix up skinny hints.Damien Wedhorn
2011-05-15Add activatesub and dialandactivate sub.Damien Wedhorn
2011-05-13Move exten used for dialing from device to subchannel.Damien Wedhorn
2011-05-12Consolidate setsubstate_* into setsubstate and use a switch.Damien Wedhorn
2011-05-12Add setsubstate_onhook.Damien Wedhorn
2011-05-09Add setsubstate_callwait.Damien Wedhorn
2011-05-06Only allow voicemail if substate is OFFHOOK or no channel active (UNSET).Damien Wedhorn
2011-05-06Rename sub->parent to sub->line.Damien Wedhorn
2011-05-06Move the hookstate from line to device.Damien Wedhorn
2011-05-05Merged revisions 317478 via svnmerge from Russell Bryant
2011-05-05Move hold stuff to the setsubstate arrangement.Damien Wedhorn
2011-05-05Add setsubstate_congestion and setsubstate_progress.Damien Wedhorn
2011-05-05Add setsubstate_busy.Damien Wedhorn
2011-05-04Add setsubstate_ringout (equivalent to AST_STATE ringing).Damien Wedhorn
2011-05-04Add setsubstate_ringin.Damien Wedhorn
2011-05-04Make skinny_answer use setsubsate_connected.Damien Wedhorn
2011-05-04Cleanup skinny callinfo.Damien Wedhorn
2011-05-03Merged revisions 316336 via svnmerge from Russell Bryant
2011-05-03Merged revisions 316265 via svnmerge from Russell Bryant
2011-04-21Merged revisions 314628 via svnmerge from Matthew Nicholson
2011-04-17Consolidate all new call calls to run through new setsubstate_ringout.Damien Wedhorn
2011-02-22Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd a...David Vossel
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()Paul Belanger
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-12-20Some scheduler API cleanup and improvements.Russell Bryant
2010-09-20Merged revisions 287643 via svnmerge from Jason Parker
2010-08-24Ignore redial hard button when no previous number.Damien Wedhorn
2010-08-23Hack to allow easy debugging of skinny in trunk.Damien Wedhorn
2010-08-23Add additional AST_CONTROL_ states to control2str.Damien Wedhorn
2010-08-23Fixes display issues on 7910 and older phones.Damien Wedhorn
2010-08-18Cleanup: consolidate offhook (new call).Damien Wedhorn
2010-08-07Fix up handling and indications during transfer.Damien Wedhorn
2010-08-07Move call answering stuff into new setsubstate_connected.Damien Wedhorn
2010-08-07Start rtp on answer before the answer is queuedDamien Wedhorn
2010-07-30Cleanup transmit_ for handle_register and keepalivesDamien Wedhorn
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-19Make ACLs IPv6-capable.Mark Michelson