summaryrefslogtreecommitdiff
path: root/channels/chan_local.c
AgeCommit message (Expand)Author
2007-08-17Merged revisions 79902 via svnmerge from Jason Parker
2007-08-13Merged revisions 79174 via svnmerge from Joshua Colp
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to useRussell Bryant
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...Tilghman Lesher
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...Steve Murphy
2007-07-09Implementation of a feature that will disable "missed calls" counters on SIP ...Olle Johansson
2007-07-05Merged revisions 73319 via svnmerge from Joshua Colp
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-14Merged revisions 64193 via svnmerge from Steve Murphy
2007-05-02Update the device state functionality of chan_local such that it will returnRussell Bryant
2007-04-10Merged revisions 60989 via svnmerge from Steve Murphy
2007-04-09Merged revisions 60847 via svnmerge from Tilghman Lesher
2007-03-01Merged revisions 57318 via svnmerge from Joshua Colp
2007-01-19Merged revisions 51311 via svnmerge from Russell Bryant
2006-12-06Constify a bunch of usage strings for CLI commands.Russell Bryant
2006-11-16Merged revisions 47751 via svnmerge from Joshua Colp
2006-11-15Merged revisions 47712 via svnmerge from Joshua Colp
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-11-07Merged revisions 47287 via svnmerge from Joshua Colp
2006-11-07Merged revisions 47284 via svnmerge from Joshua Colp
2006-11-02Merged revisions 47051 via svnmerge from Tilghman Lesher
2006-09-26Merged revisions 43697 via svnmerge from Joshua Colp
2006-09-21Lots more removal of deprecated thingsTilghman Lesher
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-09-07Use flags instead of variables on the private structure for thingsJoshua Colp
2006-09-07Code cleaning/updates/potential bug fixesJoshua Colp
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-29Merge team/russell/frame_cachingRussell Bryant
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
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