summaryrefslogtreecommitdiff
path: root/channels/chan_skinny.c
AgeCommit message (Expand)Author
2012-03-08Eliminate a bunch of shadow warnings.Sean Bright
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-27Prefer ast_set_qos() over ast_netsock_set_qos()Sean Bright
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-01-29Allow softkey reject while device onhook.Damien Wedhorn
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-12-22Fix segfault on answer.Damien Wedhorn
2011-12-08Fix segfault on answer.Damien Wedhorn
2011-11-29Allow each logging destination and console to have its own notion of the verb...Tilghman Lesher
2011-11-23Fix calls to ast_get_ip() not initializing the address family.Richard Mudgett
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