summaryrefslogtreecommitdiff
path: root/channels/chan_skinny.c
AgeCommit message (Expand)Author
2013-02-19Fixup skinny CLI completion.Damien Wedhorn
2013-02-14Remove extraneous stuff from r381470.Damien Wedhorn
2013-02-14Add back sending dialnumber to skinny.Damien Wedhorn
2013-02-14Respect callerid presentation in skinny.Damien Wedhorn
2013-02-11Fix some issues with skinny callid.Damien Wedhorn
2013-02-06Fix reload skinny with active devices.Damien Wedhorn
2013-02-06Reset skinny vmexten and immeddial char on reload.Damien Wedhorn
2013-02-02Add variable length displayprompt packet to skinny and use octals.Damien Wedhorn
2013-02-01Adds variable length callinfo packets to skinny.Damien Wedhorn
2013-01-25Add force dial keys to skinny.Damien Wedhorn
2013-01-21Fix device call logging issues in skinnyDamien Wedhorn
2013-01-20Fix issues with skinny sessionsDamien Wedhorn
2013-01-06Skinny blob cleanupDamien Wedhorn
2013-01-06Add group and namedgroup pickup to skinnyDamien Wedhorn
2013-01-06Rewrite skinny dialing to remove threaded simpleswitchDamien Wedhorn
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2012-12-14Fix skinny to recognise vmexten in general section of confDamien Wedhorn
2012-12-14Add g722 codec support to skinnyDamien Wedhorn
2012-12-13Minor fixes for chan_skinnyDamien Wedhorn
2012-12-13Fix skinny debug tab completionDamien Wedhorn
2012-11-02Fix for chan_skinny leaving RTP ports openDamien Wedhorn
2012-10-29Make evaluation of channel variables consistently case-sensitive.Mark Michelson
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-01Doxygen CleanupAndrew Latham
2012-08-07Rewrite of skinny debugging.Damien Wedhorn
2012-06-15Various small chan_skinny fixes and cleanupDamien Wedhorn
2012-06-14AST-2012-009: Fix crash in chan_skinny due to Key Pad Button Message handlingMatthew Jordan
2012-06-07Skinny cleanup (mwi_event_cb).Damien Wedhorn
2012-06-07Skinny cleanup.Damien Wedhorn
2012-06-04Merge changes dealing with support for Digium phones.Mark Michelson
2012-05-29AST-2012-008: Fix remote crash vulnerability in chan_skinnyMatthew Jordan
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-04-23AST-2012-005: Fix remotely exploitable heap overflow in keypad button handlingMatthew Jordan
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