summaryrefslogtreecommitdiff
path: root/channels/chan_skinny.c
AgeCommit message (Expand)Author
2009-04-10Fix some uninitialized memory notices that appeared under valgrind.Joshua Colp
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...Mark Michelson
2009-04-02Merge in the RTP engine API.Joshua Colp
2009-03-18Merged revisions 182810 via svnmerge from Russell Bryant
2009-02-27Add reload support to chan_skinny.Michiel van Baak
2009-02-23update the new manager commands in chan_skinny to matchMichiel van Baak
2009-02-22Add a couple of manager commands to chan_skinnyMichiel van Baak
2009-02-17Merge a large set of updates to the Asterisk indications API.Russell Bryant
2009-02-16Use the correct list macros for deleting an item from the middle of a list.Tilghman Lesher
2009-01-25dont segfault when a MWI event occurs on a line without a registered deviceMichiel van Baak
2009-01-23Dont clear the display of skinny phones when not needed.Michiel van Baak
2009-01-19Redo the event-based MWI in chan_skinny.Michiel van Baak
2009-01-13Merged revisions 168561 via svnmerge from Russell Bryant
2008-12-12Fix codec capability setup in chan_skinnyMichiel van Baak
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-12-04Add debug flag so skinny debug will show information about packets.Michiel van Baak
2008-11-22dont send reorder tone after a device is hungup if a dialout is abandoned or ...Michiel van Baak
2008-11-22Add Media Source Update to skinny's control2strMichiel van Baak
2008-11-22fix a very occasional core dump in chan_skinny found by wedhorn.Michiel van Baak
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...Terry Wilson
2008-11-12This commit does two things:Michiel van Baak
2008-11-04Recorded merge of revisions 154263 via svnmerge from Tilghman Lesher
2008-10-19dont segfault when placing a call to a line that has no registered device.Michiel van Baak
2008-10-17Break up skinny.conf into seperate sections forMichiel van Baak
2008-09-20make 'module unload chan_skinny.so' actually work.Michiel van Baak
2008-09-14plug a couple of memleaks in chan_skinny.Michiel van Baak
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-09-03Added 'skinny show lines verbose'Michiel van Baak
2008-08-20fix unholding phones after hangup on older cisco phones.Michiel van Baak
2008-08-19chan_skinny now respects callwaiting=noMichiel van Baak
2008-08-09More RSW merges. This should do it for the channels/ dir.Sean Bright
2008-08-07show correct called party id and also store this to the 'placed calls' list o...Michiel van Baak
2008-08-06Merged revisions 136062 via svnmerge from Mark Michelson
2008-08-03whitespace fixes only.Michiel van Baak
2008-08-03Dont coredump on register of non-configured devicesMichiel van Baak
2008-08-02make this work again, and not segfault on device registrationMichiel van Baak
2008-08-02--enable-dev-mode is your friend :-)Kevin P. Fleming
2008-08-02pass device instead of session to transmit_ functions.Michiel van Baak
2008-08-01Merged revisions 135055 via svnmerge from Michiel van Baak
2008-07-25Deprecate *_device_state_* APIs in favor of *_devstate_* APIsTilghman Lesher
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