dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

57 Commits

Author SHA1 Message Date
russell 83ce29aada Merged revisions 36697 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r36697 | russell | 2006-07-02 23:23:36 -0400 (Sun, 02 Jul 2006) | 2 lines

fix the build with BUSYDETECT_TONEONLY defined (issue #7414)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36698 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-03 03:24:58 +00:00
kpfleming 73c525e6e2 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32846 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07 18:54:56 +00:00
russell d99b677f35 remove almost all of the checks of the result from ast_strdupa() or alloca().
As it turns out, all of these checks were useless, because alloca will never
return NULL.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26451 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10 13:22:15 +00:00
russell c1fa207982 various code cleanup changes including changing #define'd constants to enums,
comments to doxygen style, memory allocation to use ast_ wrappers, use calloc
instead of malloc+memset, and removing duplicated error messages (issue #6435)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9259 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-09 02:08:04 +00:00
mattf 2686c8f200 Improvements to DSP callprogress=yes code (#5009)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8156 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17 23:37:22 +00:00
russell ab6566173e update doxygen docs to specify authors
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7682 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-30 21:18:06 +00:00
kpfleming 24c1e3c222 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
russell 2c3b3edc86 Doxygen documentation update from oej (issue #5505)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24 20:12:06 +00:00
kpfleming f89c44df03 more license/copyright header updates (thanks Ian!)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6618 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15 15:44:26 +00:00
kpfleming 91c7eb7448 allow longer 'busy' tones to be detected (issue #5085)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6498 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-01 22:34:24 +00:00
markster 6e782fbe42 Merge steve's busy detect stuff (bug #4830)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6304 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-08 00:08:48 +00:00
russell ec09fb0081 remove the need to have the BUSYDETECT routine defined in the CFLAGS unless
you want to use one other than the default


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6206 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25 21:57:14 +00:00
mattf 1e8c69d948 UK discconnect tone detection support. Need to enable callprogress in
zapata.conf and set progzone=uk


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6010 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-28 14:36:56 +00:00
kpfleming 6f0f46299c more file version tags
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5866 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06 22:12:19 +00:00
kpfleming b2cbb6a75d remove experimental module version tags
add per-file revision tags and 'show version files' CLI command


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5864 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06 20:27:51 +00:00
russell b59e7819bd update Mark's email address
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5678 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15 17:22:41 +00:00
kpfleming 92f76b2bc8 correct some signed/unsigned issues found by GCC 4 (bug #4237)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5664 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15 03:21:51 +00:00
kpfleming d6e1341f9b phase 1 of header include cleanup (bug #4067)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5498 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-22 13:11:34 +00:00
kpfleming 31e8dcf4fe use double-quotes instead of angle-brackets for non-system include files (bug #4058)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21 06:02:45 +00:00
markster 8ba4898a1e Rework channel structure to eliminate "pvt" portion of channel (bug #3573)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5137 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-04 06:47:24 +00:00
markster c2e9244d86 Fix unused debug code (bug #3342)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4793 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-14 21:11:21 +00:00
markster 0bb1afcf3f Fix typo in tone detect (bug #3315)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4759 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-11 18:10:30 +00:00
markster 0974522613 Merge twisted's dsp formatting fixes (bug #3218)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4638 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-03 01:21:15 +00:00
markster ee9531b3d3 Use correct function for name of codec (bug #2897)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4368 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-01 21:41:21 +00:00
markster 98d891c53e Add brazil detection (bug #2872)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4358 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-30 14:27:36 +00:00
markster 901edbbb84 Expose tone state and threshold (bug #2830)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4274 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-17 05:55:26 +00:00
markster 0f3dd69c53 DSP enhancements (bug #2826) courtesy pcadach
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4248 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-15 00:48:36 +00:00
markster 70e880faa3 Fix off by one (bug #2872, but different solution)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4198 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-10 20:20:18 +00:00
markster b9e359a6be Fix divide by zero (bugs #2268 and 2259)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3626 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-19 18:52:56 +00:00
markster 93f976f851 Lower default volume
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3504 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-24 21:06:54 +00:00
markster be211e93b8 Make sure s is initialized, make FAX_DETECT + OLD_DSP_ROUTINES build
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3479 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-19 16:00:40 +00:00
jeremy fa35f11949 attempt to stop lamers from doing inband DTMFon compressed codecs
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3420 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-12 20:06:05 +00:00
markster 4f340fd1bb Make faxdetect configurable and turn OFF by default
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3170 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-07 23:38:39 +00:00
jim f48d4f750d Complete re-vamp of Radio Repeater application (app_rpt) and VERY minor changes in chan_zap (to allow pseudo-channels to work properly (finally!)) and in dsp.c to allow for super-relaxed DTMF decoding which radio systems need to function properly.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3117 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-31 16:04:10 +00:00
markster 64f09ad096 When creating a new DSP, initialize the progress zone just in case
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2798 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-28 14:55:38 +00:00
markster b837107b6b Get rid of all that old needlock garbage now that we're using recursive mutexes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2644 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-06 22:17:32 +00:00
markster 220819511b Add support for Costa Rica to DSP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2576 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-28 02:53:04 +00:00
markster ad2293dd3f Make FAX enableable/disablabable, fix async goto support properly
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2544 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-24 05:01:44 +00:00
markster 943c1a0cfb Fix excessive fax detection (Thanks Steve Underwood!!!)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2068 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-25 19:51:01 +00:00
malcolmd 0fbf5f43d1 Bug #826. Get rid of dsp routine in dsp.c since it's also defined in the Makefile
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2021 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-13 20:05:22 +00:00
jeremy 2bf080a63e just throwing this in here cuz its really buggin me
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1894 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-07 21:57:06 +00:00
markster aa7a886d83 Use new code by default
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1860 f38db490-d61c-443f-a65b-d21fe96a405b
2003-12-15 23:38:31 +00:00
markster 94e24bf699 Fix MF detector, merge code from Steve Underwood for optional new detectors
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1858 f38db490-d61c-443f-a65b-d21fe96a405b
2003-12-15 15:12:28 +00:00
martinp 7f527600cc Add the second way of signalizing hangup when busydetect detects the busy tone
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1169 f38db490-d61c-443f-a65b-d21fe96a405b
2003-07-08 21:14:59 +00:00
markster b1f3092203 DSP mods too, weird CVS bug
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1159 f38db490-d61c-443f-a65b-d21fe96a405b
2003-07-02 21:50:01 +00:00
martinp d2bfaa0e66 Fix a compile error
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1105 f38db490-d61c-443f-a65b-d21fe96a405b
2003-06-17 23:13:41 +00:00
martinp 69e268f08c Add the new routine for busydetect that you can choose to use in asterisk/Makefile
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1103 f38db490-d61c-443f-a65b-d21fe96a405b
2003-06-17 21:53:18 +00:00
martinp b3d3f6dfc5 For MF tones don't return the 0'os from the matrix
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1071 f38db490-d61c-443f-a65b-d21fe96a405b
2003-06-03 16:33:40 +00:00
markster 17d587b621 Add silence detection to app_record
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@926 f38db490-d61c-443f-a65b-d21fe96a405b
2003-04-28 05:07:52 +00:00
markster cdb0b6b8a3 Add commonly used include headers
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@889 f38db490-d61c-443f-a65b-d21fe96a405b
2003-04-23 19:09:13 +00:00