Commit Graph

4872 Commits (1faba2a90c6ee82a00e37f3b95ead033b2f9b5b7)

Author SHA1 Message Date
Joshua Colp 1faba2a90c Remove DNS lookup from sip_devicestate. This seems to come from way back when and I can't think of a reason for it being here, plus it could cause needless DNS lookups.
18 years ago
Russell Bryant 2cdf636c0f Merged revisions 98946 via svnmerge from
18 years ago
Russell Bryant 4fb04cb58a Merged revisions 98943 via svnmerge from
18 years ago
Joshua Colp 9a76fbf9c2 Merged revisions 98934 via svnmerge from
18 years ago
Joshua Colp 698ad33d7b Merged revisions 98894 via svnmerge from
18 years ago
Jason Parker 524aed3768 Add proper call forwarding (all and busy) support for chan_skinny.
18 years ago
Jason Parker d357378397 Fix for potential crash with vmexten
18 years ago
Kevin P. Fleming 4b0a63ffa2 Add 'zap set dnd' CLI command, and ensure that the AMI DNDState event always gets generated.
18 years ago
Kevin P. Fleming 138799091c Add 'auto' signalling mode for Zaptel channels.
18 years ago
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