aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_local.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-17Re-add the setting of callerid name and number.qwell1-0/+6
2007-08-13(closes issue #10437)file1-2/+0
2007-07-05Merged revisions 73318 via svnmerge from file1-3/+3
2007-05-14As per 9570, worrisome CDR warnings have been removed, that are either not he...murf1-2/+14
2007-04-09This is a big improvement over the current CDR fixes. It may still need refin...murf1-2/+2
2007-04-09Merged revisions 60846 via svnmerge from tilghman1-16/+19
2007-03-01Merged revisions 57317 via svnmerge from file1-1/+1
2007-01-19Merge the changes from the /team/group/vldtmf_fixup branch.russell1-2/+3
2006-11-16Merged revisions 47750 via svnmerge from file1-0/+27
2006-11-15Merged revisions 47711 via svnmerge from file1-0/+4
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-7/+2
2006-11-07This is not the commit you are looking for...file1-1/+1
2006-11-07Make MOH work as it did before in chan_local, without this then it can go fun...file1-8/+16
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-8/+3
2006-09-26Strip options off the argument passed for devicestate in chan_local. (issue #...file1-1/+5
2006-09-18merge qwell's CLI verbification workkpfleming1-6/+13
2006-09-07Use flags instead of variables on the private structure for thingsfile1-21/+23
2006-09-07Code cleaning/updates/potential bug fixesfile1-75/+64
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-4/+23
2006-08-29Merge team/russell/frame_cachingrussell1-2/+2
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-20/+12
2006-06-16 Quit early and print a LOG_WARNING if we are trying to check devicestate on ...bweschke1-5/+12
2006-06-14make Local channel return sensible device state valueskpfleming1-2/+2
2006-06-12Merged revisions 33638 via svnmerge from kpfleming1-1/+13
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-22Merged revisions 29464 via svnmerge from file1-1/+1
2006-05-19Adding send_text capability to chan_localoej1-0/+18
2006-05-19First stab at supporting video in chan_localoej1-2/+4
2006-05-19Add simple devicestate for chan_localoej1-0/+25
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...kpfleming1-2/+2
2006-04-21replace strncpy with ast_copy_string.rizzo1-10/+6
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-26/+10
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...tilghman1-1/+1
2006-03-31minor cleanup: localize a variable and replace i++; i++ with i +=2;rizzo1-4/+2
2006-02-10Bug 6387 - janitor cleanup for linked liststilghman1-50/+28
2006-02-03 Don't set a global variable if the channel you're trying to set CHANLOCALSTA...bweschke1-1/+1
2006-02-01use string fields for some stuff in ast_channelkpfleming1-9/+7
2006-01-31remove some more local declarations of null framesrussell1-3/+1
2006-01-20More doxygen updatesoej1-10/+10
2006-01-17 Fix compiler warning.bweschke1-1/+1
2006-01-13 Implement the autologoffunavail option in chan_agent (#6038 with some minor ...bweschke1-0/+4
2006-01-11convert some channels to use the memory allocation wrappers.russell1-55/+37
2005-12-30update doxygen docs to specify authorsrussell1-0/+2
2005-12-02Merged revisions 7265-7266,7268-7275 via svnmerge from kpfleming1-3/+18
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-08issue #5604kpfleming1-1/+3
2005-11-06issue #5605russell1-0/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-19Perform some extra checks before performing masqueradesmarkster1-10/+20