aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2008-01-09Implement keyboard handling, and use it to enterrizzo4-67/+102
2008-01-09Merged revisions 97448 via svnmerge from kpfleming1-2/+2
2008-01-09Merged revisions 97410 via svnmerge from kpfleming1-2/+2
2008-01-09implement the "console startgui" and "console stopgui"rizzo2-21/+42
2008-01-09make get_video_desc() return the active console ifrizzo1-2/+3
2008-01-08add copyright (most of this code was written by Marta Carbone),rizzo1-49/+35
2008-01-08add support for textareas, used for various dialog windows on the gui.rizzo4-58/+402
2008-01-08Change reference to external library so it appears on the extref listingoej1-1/+1
2008-01-08One line documentation ftw!file1-0/+1
2008-01-08Merged revisions 97195 via svnmerge from file1-11/+49
2008-01-08Move common code for setting T38 capabilities and fix a bug with fax detectio...file1-19/+18
2008-01-08Merged revisions 97077 via svnmerge from tilghman1-80/+143
2008-01-07add support for cropping the keypad image while displaying it.rizzo1-34/+65
2008-01-07update comments to reflect reality (or at least planned behaviour).rizzo1-81/+84
2008-01-07resolve a load-time problem avoiding a call to console_do_answer.rizzo1-2/+9
2008-01-05Now that the version.h file was getting properly regenerated every time the svnrussell1-2/+2
2008-01-05Add the URL to the home page for portaudio. Also add the location of therussell1-0/+5
2008-01-05improve chan_usbradio to use indications just like chan_alsa/chan_oss do nowkpfleming1-249/+34
2008-01-04Merged revisions 96525 via svnmerge from tilghman1-0/+3
2008-01-04[commit message]kpfleming1-5/+22
2008-01-04Merged revisions 96449 via svnmerge from russell1-5/+5
2008-01-03Merged revisions 96394 via svnmerge from russell1-2/+2
2008-01-03eliminiate sound_thread() and other stuff from chan_oss since Asterisk indica...kpfleming7-2427/+14
2008-01-03coding guidelines cleanupkpfleming1-312/+51
2008-01-03Merged revisions 96198 via svnmerge from crichter1-1/+8
2008-01-02Add support for generating a ringing sound on an incoming call. This is a bitrussell1-5/+8
2008-01-02Note that this module doesn't actually play a ringing sound for an incoming callrussell1-0/+1
2008-01-02Show the correct CLI command to answer the callrussell1-1/+1
2008-01-02actually parse and store echocan parameters from zapata.conf... this *should*...kpfleming1-7/+59
2008-01-02Add curly braces around a compound if statement so that trunk will build prop...mmichelson1-1/+2
2008-01-02another checkpoint... chan_zap can now use the new ZT_ECHOCAN_PARAMS ioctl if...kpfleming1-20/+68
2008-01-02Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_A...mmichelson1-1/+1
2008-01-02Merged revisions 95946 via svnmerge from file1-1/+6
2008-01-02clean up hwgain CLI command and improve docs for swgain CLI commandkpfleming1-11/+9
2008-01-02umm... this did not compile on x86-64, and could not possibly have worked on ...kpfleming1-2/+4
2008-01-02fix some long-time breakage that kept chan_misdn from being embeddedkpfleming1-1/+1
2008-01-02use the proper technique for including submodules so that embedding will workkpfleming1-2/+2
2008-01-01call directly the cli command to implement hangup.rizzo1-2/+1
2008-01-01prevent a panic when destroying a channel with no incoming video.rizzo1-1/+3
2008-01-01remove a leftover sleep(1) used for debuggingrizzo1-2/+1
2007-12-31Update chan_console to natively use a 16 kHz sample rate. If it is talkingrussell1-20/+12
2007-12-31Merge the main set of changes from team/russell/chan_console.russell1-0/+1094
2007-12-29Move grabbers definitions to a separate file, vgrabbers.c, so it is easierrizzo5-300/+401
2007-12-29virtualize the interface for video grabbers, which shouldrizzo2-147/+240
2007-12-28Add a few entries up to 1408x1152 in the table of known video resolutions.rizzo1-0/+3
2007-12-28change the interface of video encapsulation routines, they onlyrizzo2-129/+129
2007-12-28various rearrangements and renaming of console_video stuffrizzo4-212/+230
2007-12-28Merged revisions 95191 via svnmerge from russell1-4/+0
2007-12-28fix a small bug in printing out geometries - wrong input.rizzo1-1/+1
2007-12-27remove useless castsrizzo1-1/+1