summaryrefslogtreecommitdiff
path: root/channels/chan_skinny.c
AgeCommit message (Expand)Author
2008-07-13Convert chan_skinny's open-coded linked lists to the list macrosMichiel van Baak
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENBrett Bryant
2008-06-26remove block of commented code to set __ouripMichiel van Baak
2008-06-26remove paging device from chan_skinny.Michiel van Baak
2008-06-25implement transfer functionality in chan_skinnyMichiel van Baak
2008-06-16Merged revisions 123113 via svnmerge from Tilghman Lesher
2008-06-13Implement call parking in chan_skinny.Michiel van Baak
2008-05-28formatting changes.Michiel van Baak
2008-05-28remove unused astobj.h header file from chan_skinny.cMichiel van Baak
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-05-16Merged revisions 116799 via svnmerge from Joshua Colp
2008-05-14Undo inadvertent changes to chan_skinny caused by the merging of urgent messa...Mark Michelson
2008-05-09Adding support for "urgent" voicemail messages. Messages which areMark Michelson
2008-04-27s/chan_zap/chan_skinny/Russell Bryant
2008-04-27Make MWI in chan_skinny event based modeled after chan_zap and chan_mgcp.Michiel van Baak
2008-04-24Pass the hangup cause all the way to the calling app/channel.Michiel van Baak
2008-04-21(closes issue #6113)Jeff Peeler
2008-04-10Fix spelling of existent in a few places.Joshua Colp
2008-04-09Move all messages wrapped in skinnydebug from debug to verbose.Jason Parker
2008-04-08Merged revisions 113504 via svnmerge from Jason Parker
2008-04-08Merged revisions 113454 via svnmerge from Jason Parker
2008-04-07Merged revisions 113118 via svnmerge from Jason Parker
2008-03-28Merged revisions 111720 via svnmerge from Jason Parker
2008-03-17Update the directory of placed calls on skinny phonesMichiel van Baak
2008-03-07(closes issue #6002)Steve Murphy
2008-03-05Merged revisions 106235 via svnmerge from Joshua Colp
2008-02-28Merged revisions 104920 via svnmerge from Jason Parker
2008-02-16move two ast_log calls to ast_debug.Michiel van Baak
2008-02-11Change chan_skinny to use debug messages as appropriate.Joshua Colp
2008-02-08Merge changes from team/mvanbaak/cli-command-auditRussell Bryant
2008-01-14Add proper call forwarding (all and busy) support for chan_skinny.Jason Parker
2008-01-14Fix for potential crash with vmextenJason Parker
2007-12-16HUGE improvements to QoS/CoS handling by IgorGOlle Johansson
2007-12-14Convert ast_verbose to ast_verb.Tilghman Lesher
2007-11-21closes issue #11285, where an unload of a module that creates a dialplan cont...Steve Murphy
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-17more removal of duplicate #include linesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-11-06Commit some cleanups to the format type code.Tilghman Lesher
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)Russell Bryant
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedRussell Bryant
2007-09-17Make the MALLOC_DEBUG output for free() useful again. After changing calls toRussell Bryant
2007-09-14Add support in chan_skinny for sending RTP directly to the endpoints.Jason Parker
2007-09-06(closes issue #10377)Joshua Colp
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher