* Removed some noop code and restructured an else-if ladder in ast_generic_bridge().
[asterisk/asterisk.git] / main / channel.c
2013-01-10 Richard Mudgett* Removed some noop code and restructured an else-if...
2013-01-09 Richard Mudgett* Simple optimization of bridge_playfile().
2013-01-03 Kinsey MooreAdd missing test event
2013-01-02 Matthew JordanPrevent exhaustion of system resources through exploita...
2012-12-20 Richard MudgettGive the causes[] a struct name.
2012-12-18 Kinsey MooreAdd test events for time limit-related hangups
2012-12-11 Richard MudgettCleanup CLI commands on exit for several files.
2012-11-21 Richard MudgettAdd red-black tree container type to astobj2.
2012-11-15 Brent EaglesPatch to prevent stopping the active generator when...
2012-11-07 Mark MichelsonMultiple revisions 375993-375994
2012-11-06 Richard MudgettFix stuck DTMF when bridge is broken.
2012-11-05 Matthew JordanRefactor ast_timer_ack to return an error and handle...
2012-11-02 Richard MudgettThings don't need to be that const.
2012-10-02 Matthew JordanFix a variety of ref counting issues
2012-09-25 Mark MichelsonAllow for redirecting reasons to be set to arbitrary...
2012-09-20 Richard MudgettNamed call pickup groups. Fixes, missing functionality...
2012-09-13 David M. LeeFix timeouts for ast_waitfordigit[_full].
2012-09-12 Richard MudgettEnhance astobj2 to support other types of containers.
2012-09-10 Jonathan RoseMasquerade: Retain parkinglot settings made by CHANNEL...
2012-08-30 Matthew JordanClean up doxygen warnings
2012-08-29 Richard MudgettFix theoretical compile error with HAVE_EPOLL.
2012-08-29 Richard MudgettInitialize file descriptors for dummy channels to -1.
2012-08-10 Richard MudgettAdd private representation of caller, connected and...
2012-08-08 Mark MichelsonAllow support for early media on AMI originates and...
2012-08-08 Kinsey MooreDo not define a cause that doesn't actually exist
2012-08-07 Kinsey MooreAdd missing AST_CAUSE_* -> text translations
2012-08-07 Matthew JordanAdd named callgroups/pickupgroups
2012-07-31 Kinsey MooreClean up and ensure proper usage of alloca()
2012-07-20 Kinsey MooreAdd hangupcause translation support
2012-07-20 Richard MudgettAdd the AccountCode header to the AMI Hangup event.
2012-07-18 Kevin P. FlemingEnsure that all ast_datastore_info structures are ...
2012-07-11 Matthew JordanFix validation errors when producing documentation...
2012-07-10 Matthew JordanAdd some additional documentation for core AMI events
2012-06-29 Richard MudgettHangup handlers - Dialplan subroutines that run when...
2012-06-19 Kinsey MooreEnsure that pvt cause information does not break native...
2012-06-15 Kevin P. FlemingMultiple revisions 369001-369002
2012-06-14 Richard MudgettAllow non-normal execution routines to be able to run...
2012-06-11 Richard MudgettFix deadlock potential with ast_set_hangupsource()...
2012-06-08 Richard MudgettTweak ast_channel_softhangup_withcause_locked() to...
2012-06-04 Mark MichelsonRemove some extra debugging I forgot to remove in the...
2012-06-04 Mark MichelsonMerge changes dealing with support for Digium phones.
2012-06-04 Richard MudgettFix potential deadlock between masquerade and chan_local.
2012-05-22 Terry WilsonFix race condition for CEL LINKEDID_END event
2012-05-21 Richard MudgettMade ast_queue_hangup() and ast_queue_hangup_with_cause...
2012-05-17 Kinsey MooreMake the new SIP_CAUSE backend behave more like the...
2012-05-17 Jonathan Roselogger: Adds additional support for call id logging...
2012-05-14 Kinsey MooreCommit framework for HANGUPCAUSE (replacement for SIP_C...
2012-05-10 Richard Mudgett* Made ast_change_name() hold the channels container...
2012-05-10 Richard MudgettRun predial routine on local;2 channel where you would...
2012-05-10 Kinsey MooreResolve FORWARD_NULL static analysis warnings
2012-04-25 Olle JohanssonMake it possible to change the minimum DTMF duration...
2012-04-25 Olle JohanssonFormatting fixes
2012-04-20 Richard MudgettAdd original party id and reason support.
2012-04-04 Jonathan RoseReplace GNU old-style field designator extensions to...
2012-04-03 Mark MurawkiAllow the Hangup manager action to match channels by...
2012-03-24 Richard MudgettMake number not available presentation also set screeni...
2012-03-22 Kinsey MooreKill off red blobs in most of main/*
2012-03-14 Richard MudgettFix deadlock potential with some ast_indicate/ast_indic...
2012-03-14 Richard MudgettFix Dial m and r options and forked calls generating...
2012-03-13 Terry WilsonFinalize ast_channel opaquification
2012-03-13 Richard MudgettFix crash caused by opaquification change -r356042.
2012-03-02 Richard MudgettRemove ISDN hold restriction for non-bridged calls.
2012-03-02 Mark MichelsonFix race condition that can cause important control...
2012-03-01 Terry WilsonOpaquify ast_channel typedefs, fd arrays, and softhangu...
2012-02-29 Terry WilsonOpaquify ast_channel structs and lists
2012-02-28 Richard MudgettFix REF_DEBUG compile errors.
2012-02-28 Richard MudgettFix ast_channel allocation init setting priority to...
2012-02-27 Richard MudgettFix callerid of Originated calls.
2012-02-27 Kinsey MooreDeprecated macro usage for connected line, redirecting...
2012-02-24 Terry WilsonOpaquification for ast_format structs in struct ast_channel
2012-02-22 Terry WilsonRename ast_channel_emulate_dtmf_digit* funcs
2012-02-21 Terry WilsonFix some opaquification-related compiler warnings
2012-02-20 Terry Wilsonast_channel opaquification of pointers and integral...
2012-02-13 Terry WilsonOpaquify char * and char[] in ast_channel
2012-02-09 Russell BryantRemove some unnecessary locking from ast_hangup().
2012-02-01 Richard MudgettConstify some more channel driver technology callback...
2012-02-01 Richard MudgettFix ExtenSpy and simplify the channel search functions.
2012-01-24 Terry WilsonOpaquify channel stringfields
2012-01-11 Terry WilsonAlways treat arguments to get_by_name_cb as strings
2012-01-09 Richard MudgettFix compiler warnings reported by gcc v4.2.4.
2012-01-09 Terry WilsonReplace direct access to channel name with accessor...
2011-12-16 Richard MudgettClean-up on isle five for __ast_request_and_dial()...
2011-12-16 Richard MudgettFix cut and past error in ast_call_forward().
2011-12-16 Richard MudgettFix crash during CDR update.
2011-11-14 Terry WilsonDon't read past end of input when calling write()
2011-10-14 Terry WilsonAvoid unnecessary WARNING message
2011-10-11 Tzafrir CohenUpdate SHA1 code to RFC 6234
2011-09-22 Gregory NietskyMerged revisions 337431 via svnmerge from
2011-09-16 Jonathan RoseMerged revisions 336307 via svnmerge from
2011-09-12 Matthew NicholsonMerged revisions 335434 via svnmerge from
2011-09-09 Matthew JordanMerged revisions 335078 via svnmerge from
2011-08-31 Richard MudgettMerged revisions 334010 via svnmerge from
2011-08-29 Terry WilsonMerged revisions 333681 via svnmerge from
2011-08-08 Terry WilsonMerged revisions 331041 via svnmerge from
2011-07-31 Richard MudgettMerged revisions 330369 via svnmerge from
2011-07-30 Gregory NietskyMerged revisions 330312 via svnmerge from
2011-07-07 David VosselAdds pass-through support for codec CELT.
2011-06-29 Matthew NicholsonMerged revisions 325545 via svnmerge from
2011-06-16 Terry WilsonMerged revisions 324048 via svnmerge from
2011-06-13 Leif MadsenMerged revisions 323213 via svnmerge from
next