Commit Graph

4863 Commits (ada37a921b21528d47fffea237f360b40d8fa126)

Author SHA1 Message Date
Tilghman Lesher 911fbb5df9 Merged revisions 98164 via svnmerge from
18 years ago
Kevin P. Fleming 9603b5f598 Ascom phones send Flash events as SIP INFO using '!' as the 'digit'
18 years ago
Russell Bryant 5c2beee6c3 Add a new global and per-peer option to chan_sip, qualifyfreq, which allows you
18 years ago
Tilghman Lesher c88f243d8d Merged revisions 97973 via svnmerge from
18 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
Tilghman Lesher 857e3412f4 Several manager changes:
18 years ago
Luigi Rizzo 84d4c3d801 remove a wrong 'const'
18 years ago
Luigi Rizzo cdf6974dea Two changes:
18 years ago
Philippe Sultan 55240a4e35 Merged revisions 97489 via svnmerge from
18 years ago
Luigi Rizzo aaddb77f42 Implement keyboard handling, and use it to enter
18 years ago
Kevin P. Fleming dae22c9567 Merged revisions 97448 via svnmerge from
18 years ago
Kevin P. Fleming 1f390863eb Merged revisions 97410 via svnmerge from
18 years ago
Luigi Rizzo b4fbb1916d implement the "console startgui" and "console stopgui"
18 years ago
Luigi Rizzo bbbef73276 make get_video_desc() return the active console if
18 years ago
Luigi Rizzo fda25337b3 add copyright (most of this code was written by Marta Carbone),
18 years ago
Luigi Rizzo 11c492aaec add support for textareas, used for various dialog windows on the gui.
18 years ago
Olle Johansson 2905e69622 Change reference to external library so it appears on the extref listing
18 years ago
Joshua Colp 186a5febd5 One line documentation ftw!
18 years ago
Joshua Colp 98e93bc80b Merged revisions 97195 via svnmerge from
18 years ago
Joshua Colp 21fe29f818 Move common code for setting T38 capabilities and fix a bug with fax detection in the SIP RTP read callback. It's still sort of silly... but more on that later.
18 years ago
Tilghman Lesher 3ad9a66e0f Merged revisions 97077 via svnmerge from
18 years ago
Luigi Rizzo afe68c2323 add support for cropping the keypad image while displaying it.
18 years ago
Luigi Rizzo 17d76401f1 update comments to reflect reality (or at least planned behaviour).
18 years ago
Luigi Rizzo eb86067cba resolve a load-time problem avoiding a call to console_do_answer.
18 years ago
Russell Bryant 54bc2c20b6 Now that the version.h file was getting properly regenerated every time the svn
18 years ago
Russell Bryant f5580269e1 Add the URL to the home page for portaudio. Also add the location of the
18 years ago
Kevin P. Fleming 5d7ee7e9bf improve chan_usbradio to use indications just like chan_alsa/chan_oss do now
18 years ago
Tilghman Lesher 2fac359db6 Merged revisions 96525 via svnmerge from
18 years ago
Kevin P. Fleming f4fba89489 [commit message]
18 years ago
Russell Bryant c51ee0c6ae Merged revisions 96449 via svnmerge from
18 years ago
Russell Bryant 4d6c570974 Merged revisions 96394 via svnmerge from
18 years ago
Kevin P. Fleming e566f4eda7 eliminiate sound_thread() and other stuff from chan_oss since Asterisk indications can handle it
18 years ago
Kevin P. Fleming 2e5cc8f3c0 coding guidelines cleanup
18 years ago
Christian Richter c9f70f995b Merged revisions 96198 via svnmerge from
18 years ago
Russell Bryant fa39abb50b Add support for generating a ringing sound on an incoming call. This is a bit
18 years ago
Russell Bryant b8caf43b3a Note that this module doesn't actually play a ringing sound for an incoming call
18 years ago
Russell Bryant d6c016a5aa Show the correct CLI command to answer the call
18 years ago
Kevin P. Fleming e4d1524c23 actually parse and store echocan parameters from zapata.conf... this *should* work <G>
18 years ago
Mark Michelson 426d9beceb Add curly braces around a compound if statement so that trunk will build properly
18 years ago
Kevin P. Fleming 9d3ee005b0 another checkpoint... chan_zap can now use the new ZT_ECHOCAN_PARAMS ioctl if it is present, but doesn't parse any supplied parameters yet
18 years ago
Mark Michelson 5107c5474c Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_APP_ARGS(foo, bar)
18 years ago
Joshua Colp 70071915e1 Merged revisions 95946 via svnmerge from
18 years ago
Kevin P. Fleming 29800b0540 clean up hwgain CLI command and improve docs for swgain CLI command
18 years ago
Kevin P. Fleming 027cb522d9 umm... this did not compile on x86-64, and could not possibly have worked on any platform as it was passing string pointers to a function expecting ints
18 years ago
Kevin P. Fleming c69eb1082a fix some long-time breakage that kept chan_misdn from being embedded
18 years ago
Kevin P. Fleming 005cb3329c use the proper technique for including submodules so that embedding will work
18 years ago
Luigi Rizzo e7f195e82a call directly the cli command to implement hangup.
18 years ago
Luigi Rizzo afc18baa1a prevent a panic when destroying a channel with no incoming video.
18 years ago
Luigi Rizzo 38c1dbb39a remove a leftover sleep(1) used for debugging
18 years ago
Russell Bryant 067fcc2a03 Update chan_console to natively use a 16 kHz sample rate. If it is talking
18 years ago