Rewrite skinny dialing to remove threaded simpleswitch
[asterisk/asterisk.git] / channels / chan_skinny.c
2013-01-06 Damien WedhornRewrite skinny dialing to remove threaded simpleswitch
2013-01-02 Matthew JordanPrevent exhaustion of system resources through exploita...
2012-12-14 Damien WedhornFix skinny to recognise vmexten in general section...
2012-12-14 Damien WedhornAdd g722 codec support to skinny
2012-12-13 Damien WedhornMinor fixes for chan_skinny
2012-12-13 Damien WedhornFix skinny debug tab completion
2012-11-02 Damien WedhornFix for chan_skinny leaving RTP ports open
2012-10-29 Mark MichelsonMake evaluation of channel variables consistently case...
2012-10-14 Andrew LathamDoxygen Updates - Title update
2012-10-01 Andrew LathamDoxygen Cleanup
2012-08-07 Damien WedhornRewrite of skinny debugging.
2012-06-15 Damien WedhornVarious small chan_skinny fixes and cleanup
2012-06-14 Matthew JordanAST-2012-009: Fix crash in chan_skinny due to Key Pad...
2012-06-07 Damien WedhornSkinny cleanup (mwi_event_cb).
2012-06-07 Damien WedhornSkinny cleanup.
2012-06-04 Mark MichelsonMerge changes dealing with support for Digium phones.
2012-05-29 Matthew JordanAST-2012-008: Fix remote crash vulnerability in chan_skinny
2012-05-14 Kinsey MooreCommit framework for HANGUPCAUSE (replacement for SIP_C...
2012-04-23 Matthew JordanAST-2012-005: Fix remotely exploitable heap overflow...
2012-03-08 Sean BrightEliminate a bunch of shadow warnings.
2012-03-01 Terry WilsonOpaquify ast_channel typedefs, fd arrays, and softhangu...
2012-02-29 Terry WilsonOpaquify ast_channel structs and lists
2012-02-27 Sean BrightPrefer ast_set_qos() over ast_netsock_set_qos()
2012-02-24 Terry WilsonOpaquification for ast_format structs in struct ast_channel
2012-02-20 Terry Wilsonast_channel opaquification of pointers and integral...
2012-02-13 Terry WilsonOpaquify char * and char[] in ast_channel
2012-02-08 Walter DoekesAvoid cppcheck warnings; removing unused vars and a...
2012-02-01 Richard MudgettConstify some more channel driver technology callback...
2012-01-29 Damien WedhornAllow softkey reject while device onhook.
2012-01-24 Terry WilsonOpaquify channel stringfields
2012-01-09 Terry WilsonReplace direct access to channel name with accessor...
2011-12-22 Damien WedhornFix segfault on answer.
2011-12-08 Damien WedhornFix segfault on answer.
2011-11-29 Tilghman LesherAllow each logging destination and console to have...
2011-11-23 Richard MudgettFix calls to ast_get_ip() not initializing the address...
2011-10-14 Damien WedhornFix simple switch to not progress a call when call...
2011-10-10 Damien WedhornAdd skinny version 17 protocol support.
2011-10-10 Damien WedhornIncrease SKINNY_MAX_PACKET and add some logging.
2011-10-09 Damien WedhornMerged revisions 340031 via svnmerge from
2011-10-09 Damien WedhornMerged revisions 339992 via svnmerge from
2011-10-06 Damien WedhornFixed segfault on core stop gracefully.
2011-09-09 Matthew JordanMerged revisions 335078 via svnmerge from
2011-07-15 Damien WedhornAdd SLA to skinny.
2011-07-15 Richard MudgettMerged revisions 328329 via svnmerge from
2011-07-14 Leif MadsenMerged revisions 328247 via svnmerge from
2011-06-09 Damien WedhornAdd autoanswer to skinny.
2011-06-08 Damien WedhornRemove skinny do_monitor and use ast_sched_start instead
2011-05-17 Damien WedhornRemove extraneous line variables.
2011-05-16 Damien WedhornFix up skinny hints.
2011-05-15 Damien WedhornAdd activatesub and dialandactivate sub.
2011-05-13 Damien WedhornMove exten used for dialing from device to subchannel.
2011-05-12 Damien WedhornConsolidate setsubstate_* into setsubstate and use...
2011-05-12 Damien WedhornAdd setsubstate_onhook.
2011-05-09 Damien WedhornAdd setsubstate_callwait.
2011-05-06 Damien WedhornOnly allow voicemail if substate is OFFHOOK or no chann...
2011-05-06 Damien WedhornRename sub->parent to sub->line.
2011-05-06 Damien WedhornMove the hookstate from line to device.
2011-05-05 Russell BryantMerged revisions 317478 via svnmerge from
2011-05-05 Damien WedhornMove hold stuff to the setsubstate arrangement.
2011-05-05 Damien WedhornAdd setsubstate_congestion and setsubstate_progress.
2011-05-05 Damien WedhornAdd setsubstate_busy.
2011-05-04 Damien WedhornAdd setsubstate_ringout (equivalent to AST_STATE ringing).
2011-05-04 Damien WedhornAdd setsubstate_ringin.
2011-05-04 Damien WedhornMake skinny_answer use setsubsate_connected.
2011-05-04 Damien WedhornCleanup skinny callinfo.
2011-05-03 Russell BryantMerged revisions 316336 via svnmerge from
2011-05-03 Russell BryantMerged revisions 316265 via svnmerge from
2011-04-21 Matthew NicholsonMerged revisions 314628 via svnmerge from
2011-04-17 Damien WedhornConsolidate all new call calls to run through new setsu...
2011-02-22 David VosselMedia Project Phase2: SILK 8khz-24khz, SLINEAR 8khz...
2011-02-04 Paul BelangerReplace ast_log(LOG_DEBUG, ...) with ast_debug()
2011-02-03 David VosselAsterisk media architecture conversion - no more format...
2010-12-20 Russell BryantSome scheduler API cleanup and improvements.
2010-09-20 Jason ParkerMerged revisions 287643 via svnmerge from
2010-08-24 Damien WedhornIgnore redial hard button when no previous number.
2010-08-23 Damien WedhornHack to allow easy debugging of skinny in trunk.
2010-08-23 Damien WedhornAdd additional AST_CONTROL_ states to control2str.
2010-08-23 Damien WedhornFixes display issues on 7910 and older phones.
2010-08-18 Damien WedhornCleanup: consolidate offhook (new call).
2010-08-07 Damien WedhornFix up handling and indications during transfer.
2010-08-07 Damien WedhornMove call answering stuff into new setsubstate_connected.
2010-08-07 Damien WedhornStart rtp on answer before the answer is queued
2010-07-30 Damien WedhornCleanup transmit_ for handle_register and keepalives
2010-07-20 Tilghman LesherAdd load priority order, such that preload becomes...
2010-07-19 Mark MichelsonMake ACLs IPv6-capable.
2010-07-14 Richard MudgettExpand the caller ANI field to an ast_party_id
2010-07-14 Richard Mudgettast_callerid restructuring
2010-07-08 Mark MichelsonAdd IPv6 to Asterisk.
2010-04-02 Michiel van BaakIgnore Redial softkey when no previous dialed number...
2010-04-02 Michiel van BaakCleanup transmit_* functions
2010-03-12 Terry WilsonOnly change the RTP ssrc when we see that it has changed
2010-03-07 Michiel van BaakClean transmit_* for start/stop media transmission
2010-03-07 Michiel van BaakCleanup transmit_callstate handling
2010-03-02 David Vosselfixes adaptive jitterbuffer configuration
2010-03-01 Michiel van BaakCleanup display_*message functions.
2010-03-01 Michiel van Baakfix endianes issues in chan_skinny
2010-02-21 Michiel van BaakCleanup transmit_* functions, part 1
2009-12-04 Michiel van BaakLet's unlock the lines list after the AST_LIST_TRAVERSE...
2009-12-04 Michiel van BaakOnly assign line and device in handle_transfer_button...
2009-12-01 Tilghman LesherMore 32->64 bit codec conversions.
next