aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2008-01-12Add 'zap set dnd' CLI command, and ensure that the AMI DNDState event always ...kpfleming1-10/+84
2008-01-11Add 'auto' signalling mode for Zaptel channels.kpfleming1-42/+39
2008-01-11Merged revisions 98164 via svnmerge from tilghman1-143/+80
2008-01-11Ascom phones send Flash events as SIP INFO using '!' as the 'digit'kpfleming1-0/+2
2008-01-11Add a new global and per-peer option to chan_sip, qualifyfreq, which allows yourussell1-4/+27
2008-01-10Merged revisions 97973 via svnmerge from tilghman1-4/+11
2008-01-10The fixes in this commit are mainly to allow compiling of trunk with --enable...murf3-0/+3
2008-01-10Several manager changes:tilghman2-6/+6
2008-01-09remove a wrong 'const'rizzo1-1/+1
2008-01-09Two changes:rizzo3-94/+120
2008-01-09Merged revisions 97489 via svnmerge from phsultan1-15/+4
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