[asterisk-bugs] [Zaptel 0011855]: REGRESSION: DTMF generation problem

noreply at bugs.digium.com noreply at bugs.digium.com
Sat Jun 7 13:53:57 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=11855 
====================================================================== 
Reported By:                meneault
Assigned To:                sruffell
====================================================================== 
Project:                    Zaptel
Issue ID:                   11855
Category:                   zaptel (the module)
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
Zaptel Version:              SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  1.4  
SVN Revision (number only!): 3490 
Disclaimer on File?:        N/A 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             01-28-2008 01:06 CST
Last Modified:              06-07-2008 13:53 CDT
====================================================================== 
Summary:                    REGRESSION: DTMF generation problem
Description: 
Zaptel don't send DTMF tones correctly on FXO lines. For instance when
trying to dial out a number.
====================================================================== 

---------------------------------------------------------------------- 
 svnbot - 06-07-08 13:53  
---------------------------------------------------------------------- 
Repository: dahdi
Revision: 3944

_U  team/mattf/zaptel-1.4-vpmadt032fwupdate/
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/Makefile
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/README
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/build_tools/test_kernel_git
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/hdlcstress.c
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/hdlctest.c
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/kernel/GNUmakefile
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/kernel/tor2.c
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/kernel/torisa.c
U  
team/mattf/zaptel-1.4-vpmadt032fwupdate/kernel/xpp/utils/zconf/Zaptel/Span.pm
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/kernel/zaptel-base.c
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/tonezone.c
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/zaptel.conf.sample
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/zonedata.c

------------------------------------------------------------------------
r3944 | mattf | 2008-06-07 13:53:56 -0500 (Sat, 07 Jun 2008) | 98 lines

Merged revisions
3881,3883,3885,3888,3892,3899,3904,3916,3919-3921,3932,3939 via svnmerge
from 
https://origsvn.digium.com/svn/zaptel/branches/1.4

................
r3881 | kpfleming | 2008-02-26 17:43:29 -0600 (Tue, 26 Feb 2008) | 2 lines

properly initialize the buffer used for holding generated tone samples...
this should fix issue http://bugs.digium.com/view.php?id=11855 and solve
problems with DTMF generation

................
r3883 | sruffell | 2008-02-26 19:13:05 -0600 (Tue, 26 Feb 2008) | 3 lines

Increase the battery debounce from 64ms to 1 second.


................
r3885 | sruffell | 2008-02-27 12:30:56 -0600 (Wed, 27 Feb 2008) | 4 lines

Set the default tone zone to to the first loaded zone by default.

Should prevent the crash reported in issue  0012053.

................
r3888 | tzafrir | 2008-02-27 15:57:44 -0600 (Wed, 27 Feb 2008) | 3 lines

* torisa.c: Report the correct E1/T1 .
* tor2.c: fix a typo in the span description string.

................
r3892 | sruffell | 2008-02-28 00:01:47 -0600 (Thu, 28 Feb 2008) | 6 lines

Undoing the change in revision 3883 until there can be more thought about
the 
best place to configure the battery debounce time.  Too short and
erroneous
alarms are generated.  Too long, and asterisk won't detect when the remote
side disconnects.


................
r3899 | dbailey | 2008-02-28 08:37:26 -0600 (Thu, 28 Feb 2008) | 2 lines

Change DTMF and MF level parameters to match country specs

................
r3904 | tzafrir | 2008-02-28 10:12:08 -0600 (Thu, 28 Feb 2008) | 2 lines

Remove some unused variables.

................
r3916 | tzafrir | 2008-03-03 04:57:00 -0600 (Mon, 03 Mar 2008) | 3 lines

* Document 'mulaw', 'alaw' and 'deflaw' in the sample config file.
* Fix spacing in the README.

................
r3919 | tzafrir | 2008-03-03 15:01:34 -0600 (Mon, 03 Mar 2008) | 2 lines

Fix setting versions in test_kernel_git.

................
r3920 | tzafrir | 2008-03-03 15:33:16 -0600 (Mon, 03 Mar 2008) | 11 lines

Blocked revisions 3917 via svnmerge

........
r3917 | tzafrir | 2008-03-03 22:44:01 +0200 (Mon, 03 Mar 2008) | 4 lines

No need for userspace 'make clean' here. Kbuild takes care of it.

Closes issue http://bugs.digium.com/view.php?id=12118 .

........

................
r3921 | tzafrir | 2008-03-03 16:04:02 -0600 (Mon, 03 Mar 2008) | 5 lines

* Pass some extra variables explicitly in the 2.4 build.
* Clean up the 2.4 kernel GNUMakefile.

Should hopefully fix issue http://bugs.digium.com/view.php?id=12056.

................
r3932 | kpfleming | 2008-03-04 17:58:35 -0600 (Tue, 04 Mar 2008) | 9 lines

don't add an unnecessary delayed battery transition on FXS ports when we
know the other end is already on-hook

(closes issue http://bugs.digium.com/view.php?id=9660)
Reported by: mmacvicar
Patches:
      zaptel-base-c_patch_1_4_rev3121 uploaded by meneault (license 260)
Tested by: jmhunter


................
r3939 | tzafrir | 2008-03-05 15:16:47 -0600 (Wed, 05 Mar 2008) | 2 lines

Hopefully a fix for issue http://bugs.digium.com/view.php?id=12150 .

................

------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=3944 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
06-07-08 13:53  svnbot         Checkin                                      
06-07-08 13:53  svnbot         Note Added: 0088395                          
======================================================================




More information about the asterisk-bugs mailing list