summaryrefslogtreecommitdiff
path: root/channels/chan_local.c
AgeCommit message (Expand)Author
2006-06-16 Quit early and print a LOG_WARNING if we are trying to check devicestate on ...BJ Weschke
2006-06-14make Local channel return sensible device state valuesKevin P. Fleming
2006-06-12Merged revisions 33638 via svnmerge from Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-22Merged revisions 29464 via svnmerge from Joshua Colp
2006-05-19Adding send_text capability to chan_localOlle Johansson
2006-05-19First stab at supporting video in chan_localOlle Johansson
2006-05-19Add simple devicestate for chan_localOlle Johansson
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...Kevin P. Fleming
2006-04-21replace strncpy with ast_copy_string.Luigi Rizzo
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
2006-03-31minor cleanup: localize a variable and replace i++; i++ with i +=2;Luigi Rizzo
2006-02-10Bug 6387 - janitor cleanup for linked listsTilghman Lesher
2006-02-03 Don't set a global variable if the channel you're trying to set CHANLOCALSTA...BJ Weschke
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-31remove some more local declarations of null framesRussell Bryant
2006-01-20More doxygen updatesOlle Johansson
2006-01-17 Fix compiler warning.BJ Weschke
2006-01-13 Implement the autologoffunavail option in chan_agent (#6038 with some minor ...BJ Weschke
2006-01-11convert some channels to use the memory allocation wrappers.Russell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-02Merged revisions 7265-7266,7268-7275 via svnmerge from Kevin P. Fleming
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08issue #5604Kevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-19Perform some extra checks before performing masqueradesMark Spencer
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-07-25formatting cleanups (bug #4786, with minor mods)Kevin P. Fleming
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONRussell Bryant
2005-06-24don't use locks when reading usecounts (reading only, not writing)Kevin P. Fleming
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06another round of version tag updates, along with 'show version files' pattern...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...Mark Spencer
2005-03-16Inherit variables across local channel (bug #3769)Mark Spencer
2005-03-05If we're only queueing audio, don't queue when we really want to engage the m...Mark Spencer
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)Mark Spencer
2005-02-28Fix queue URL passing (bug #3543)Mark Spencer
2005-02-14Fix native agent transfer, add UPGRADE.txt for notes about backwards compatib...Mark Spencer
2004-12-11Fix use count for agent/local (bug #2996 et al)Mark Spencer
2004-11-06Add features (incomplete, highly experimental), fix DundiLookup app, debug im...Mark Spencer
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...Mark Spencer
2004-10-26Fix chan_local debug message (bug #2725)Mark Spencer
2004-10-23First pass at making transfer work within agent (not tested, shouldn't break ...Mark Spencer
2004-10-03Major PBX revamps (including labels, update examples)Mark Spencer
2004-10-02Huge callerid rework (might break H.323, others)Mark Spencer