aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_skinny.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-20fix unholding phones after hangup on older cisco phones.mvanbaak1-0/+1
2008-08-19chan_skinny now respects callwaiting=nomvanbaak1-3/+29
2008-08-09More RSW merges. This should do it for the channels/ dir.seanbright1-24/+26
2008-08-07show correct called party id and also store this to the 'placed calls' list o...mvanbaak1-11/+5
2008-08-06Merged revisions 136062 via svnmerge from mmichelson1-3/+1
2008-08-03whitespace fixes only.mvanbaak1-20/+20
2008-08-03Dont coredump on register of non-configured devicesmvanbaak1-2/+22
2008-08-02make this work again, and not segfault on device registrationmvanbaak1-1/+3
2008-08-02--enable-dev-mode is your friend :-)kpfleming1-3/+1
2008-08-02pass device instead of session to transmit_ functions.mvanbaak1-239/+236
2008-08-01Merged revisions 135055 via svnmerge from mvanbaak1-1/+5
2008-07-25Deprecate *_device_state_* APIs in favor of *_devstate_* APIstilghman1-9/+8
2008-07-13Convert chan_skinny's open-coded linked lists to the list macrosmvanbaak1-253/+179
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENbbryant1-1/+1
2008-06-26remove block of commented code to set __ouripmvanbaak1-11/+0
2008-06-26remove paging device from chan_skinny.mvanbaak1-24/+0
2008-06-25implement transfer functionality in chan_skinnymvanbaak1-118/+448
2008-06-16Merged revisions 123113 via svnmerge from tilghman1-0/+4
2008-06-13Implement call parking in chan_skinny.mvanbaak1-2/+34
2008-05-28formatting changes.mvanbaak1-211/+211
2008-05-28remove unused astobj.h header file from chan_skinny.cmvanbaak1-1/+0
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-4/+4
2008-05-16Merged revisions 116799 via svnmerge from file1-1/+3
2008-05-14Undo inadvertent changes to chan_skinny caused by the merging of urgent messa...mmichelson1-115/+227
2008-05-09Adding support for "urgent" voicemail messages. Messages which aremmichelson1-227/+115
2008-04-27s/chan_zap/chan_skinny/russell1-1/+1
2008-04-27Make MWI in chan_skinny event based modeled after chan_zap and chan_mgcp.mvanbaak1-6/+47
2008-04-24Pass the hangup cause all the way to the calling app/channel.mvanbaak1-4/+4
2008-04-21(closes issue #6113)jpeeler1-0/+5
2008-04-10Fix spelling of existent in a few places.file1-1/+1
2008-04-09Move all messages wrapped in skinnydebug from debug to verbose.qwell1-92/+92
2008-04-08Merged revisions 113504 via svnmerge from qwell1-0/+21
2008-04-08Merged revisions 113454 via svnmerge from qwell1-0/+23
2008-04-07Merged revisions 113118 via svnmerge from qwell1-14/+37
2008-03-28Merged revisions 111720 via svnmerge from qwell1-3/+3
2008-03-17Update the directory of placed calls on skinny phonesmvanbaak1-0/+1
2008-03-07(closes issue #6002)murf1-2/+1
2008-03-05Merged revisions 106235 via svnmerge from file1-0/+3
2008-02-28Merged revisions 104920 via svnmerge from qwell1-1/+4
2008-02-16move two ast_log calls to ast_debug.mvanbaak1-2/+2
2008-02-11Change chan_skinny to use debug messages as appropriate.file1-101/+101
2008-02-08Merge changes from team/mvanbaak/cli-command-auditrussell1-19/+35
2008-01-14Add proper call forwarding (all and busy) support for chan_skinny.qwell1-58/+315
2008-01-14Fix for potential crash with vmextenqwell1-2/+4
2007-12-16HUGE improvements to QoS/CoS handling by IgorGoej1-0/+29
2007-12-14Convert ast_verbose to ast_verb.tilghman1-2/+2
2007-11-21closes issue #11285, where an unload of a module that creates a dialplan cont...murf1-0/+7
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-17more removal of duplicate #include linesrizzo1-1/+0