Commit Graph

47 Commits (21)

Author SHA1 Message Date
Luz Paz 44a27dc13f docs: Fix various typos in channels/
2 months ago
Mike Bradeen 4095a382da chan_sip: Remove deprecated module.
2 years ago
Josh Soref d46ba42910 channels: Spelling fixes
3 years ago
Sean Bright fd0ca1c3f9 Remove as much trailing whitespace as possible.
7 years ago
Corey Farrell a6e5bae3ef Remove ASTERISK_REGISTER_FILE.
9 years ago
Matt Jordan 4a58261694 git migration: Refactor the ASTERISK_FILE_VERSION macro
10 years ago
Kevin P. Fleming 166b4e2b30 Multiple revisions 369001-369002
13 years ago
Kinsey Moore a485f44022 Add missing newlines to CLI logging
13 years ago
Terry Wilson 0e5c761c28 Opaquify ast_channel typedefs, fd arrays, and softhangup flag
13 years ago
Terry Wilson a9d607a357 Opaquify ast_channel structs and lists
13 years ago
Terry Wilson 04da92c379 Replace direct access to channel name with accessor functions
13 years ago
Tilghman Lesher 5eae9f44f7 Merged revisions 284597 via svnmerge from
15 years ago
Steve Murphy e235a07376 (closes issue #13557)
17 years ago
Luigi Rizzo 6b9e40282e use ast_pthread_create_detached_background() instead of redoing
17 years ago
Luigi Rizzo 8cd40e3950 plug another panic when the gui cannot be started.
17 years ago
Luigi Rizzo f26e7b97cb prevent a segfault when trying to start the gui without any
17 years ago
Luigi Rizzo ff8ad6b497 implement the 'freeze' function for incoming frames;
17 years ago
Luigi Rizzo 1f7a4fb63d import the recent additions for video console into trunk,
17 years ago
Luigi Rizzo e6f17e50c4 make this compile after ast_frame's data field changed to a union
17 years ago
Luigi Rizzo db8475bb4e Allow users to specify 'startgui=1' in oss.conf so that the
17 years ago
Steve Murphy 71ad27409c The fixes in this commit are mainly to allow compiling of trunk with --enable-dev-mode, mutex profiling, lock debugging, etc. Mainly, the version.c needs to be in the OBJS line; asterisk.h was chosen to have the prototypes for ast_get_version, ast_get_version_num; and the ASTERISK_FILE_VERSION macro needs to be used after including asterisk.h in a few files. I hope I did the right thing. If not, let me know.
18 years ago
Luigi Rizzo aaddb77f42 Implement keyboard handling, and use it to enter
18 years ago
Luigi Rizzo b4fbb1916d implement the "console startgui" and "console stopgui"
18 years ago
Luigi Rizzo 11c492aaec add support for textareas, used for various dialog windows on the gui.
18 years ago
Luigi Rizzo 38c1dbb39a remove a leftover sleep(1) used for debugging
18 years ago
Luigi Rizzo d6d39dfee9 Move grabbers definitions to a separate file, vgrabbers.c, so it is easier
18 years ago
Luigi Rizzo f2702ec721 virtualize the interface for video grabbers, which should
18 years ago
Luigi Rizzo a799456578 Add a few entries up to 1408x1152 in the table of known video resolutions.
18 years ago
Luigi Rizzo 6b33a01692 change the interface of video encapsulation routines, they only
18 years ago
Luigi Rizzo 14c09c5bea various rearrangements and renaming of console_video stuff
18 years ago
Luigi Rizzo 77dd3c1b3f fix a small bug in printing out geometries - wrong input.
18 years ago
Luigi Rizzo b634b8ccca more localization of gui stuff
18 years ago
Luigi Rizzo bda73977fa Enable building the code even if SDL is not present (similarly,
18 years ago
Luigi Rizzo 4fe5e46cc3 more localizations around sdl_setup
18 years ago
Luigi Rizzo fa928c14c7 another bunch of gui localizations
18 years ago
Luigi Rizzo 250f064851 more localization of sdl stuff
18 years ago
Luigi Rizzo fe050b42b6 move more gui stuff into console_gui.c
18 years ago
Luigi Rizzo a2b091b664 more preparation for untangling of the various console_video stuff
18 years ago
Luigi Rizzo add967dccf Split console_video.c so that video codecs and gui functions
18 years ago
Luigi Rizzo d508cf1a07 support sdl_videodriver to send output to x11/aalib/console
18 years ago
Luigi Rizzo c5e36e822e move reading info from the keypad to a separate function.
18 years ago
Luigi Rizzo 2f592c52bd make sure the minimum surface depth is 16bpp so we can create YUVoverlays.
18 years ago
Luigi Rizzo 67a704503b Change the name of config file entries for keypad regions
18 years ago
Luigi Rizzo 7a1dcff6a6 Build console_video support by linking in, as opposed to including,
18 years ago
Luigi Rizzo b7adaa023c add some macros to simplify parsing the config file,
18 years ago
Luigi Rizzo 5e84c0554e Add instructions on how to generate your own font.
18 years ago
Luigi Rizzo 573d94759d Bring in video console support for chan_oss (and later chan_alsa too).
18 years ago