Things don't need to be that const.
[asterisk/asterisk.git] / main / ccss.c
2012-11-02 Richard MudgettThings don't need to be that const.
2012-10-18 Andrew LathamDoxygen Updates - Title update
2012-10-15 Mark MichelsonFix some potential misuses of ast_str in the code.
2012-10-03 Matthew JordanDestroy the generic_monitors container after the core_i...
2012-10-02 Matthew JordanFix a variety of ref counting issues
2012-09-22 Andrew LathamDoxygen Updates Janitor Work
2012-09-21 Andrew LathamDoxygen Updates - janitor work
2012-07-18 Kevin P. FlemingEnsure that all ast_datastore_info structures are ...
2012-06-22 Richard MudgettCheck if PBX was started for generic CCSS recall.
2012-06-15 Kevin P. FlemingMultiple revisions 369001-369002
2012-06-14 Richard MudgettAllow non-normal execution routines to be able to run...
2012-03-02 Kinsey MooreFix case-sensitivity for device-specific event subscrip...
2012-02-29 Terry WilsonOpaquify ast_channel structs and lists
2012-02-27 Kinsey MooreDeprecated macro usage for connected line, redirecting...
2012-02-21 Kinsey MooreAdd missing newline to ccss state change notification
2012-02-20 Terry Wilsonast_channel opaquification of pointers and integral...
2012-02-13 Terry WilsonOpaquify char * and char[] in ast_channel
2012-01-09 Terry WilsonReplace direct access to channel name with accessor...
2011-06-03 Richard MudgettMerged revisions 321924 via svnmerge from
2011-05-19 Richard MudgettMerged revisions 319758 via svnmerge from
2011-05-16 Richard MudgettMerged revisions 319259 via svnmerge from
2011-04-14 Richard MudgettAdd Device State Information CCSS for Generic Devices.
2011-04-01 Richard MudgettMerged revisions 312461 via svnmerge from
2011-02-15 Richard MudgettMerged revisions 307879 via svnmerge from
2011-02-08 Mark MichelsonMerged revisions 307065 via svnmerge from
2011-02-07 Mark MichelsonMerged revisions 306575 via svnmerge from
2011-02-03 David VosselAsterisk media architecture conversion - no more format...
2011-01-27 Richard MudgettMerged revisions 304554 via svnmerge from
2011-01-20 Richard MudgettMerged revisions 303153 via svnmerge from
2010-12-20 Russell BryantSome scheduler API cleanup and improvements.
2010-08-12 Richard MudgettMerged revisions 282098 via svnmerge from
2010-07-14 Richard Mudgettast_callerid restructuring
2010-06-08 Leif MadsenFix some doxygen warnings.
2010-06-03 Russell BryantRemove a LOG_WARNING.
2010-05-20 Richard MudgettAvoid crash in generic CC agent init if caller name...
2010-04-27 Mark MichelsonShuffle some casts to make builds on bamboo happier.
2010-04-27 Mark MichelsonChange cc_ref and cc_unref from macros to inline functions.
2010-04-12 Mark MichelsonFix issue where recall would not happen when it should.
2010-04-09 Mark MichelsonRemove status_response callbacks where they are not...
2010-04-09 Mark MichelsonMerge Call completion support into trunk.