[asterisk-bugs] [Asterisk 0009660]: [patch]Asterisk can't establish dialtone after brief hangup

noreply at bugs.digium.com noreply at bugs.digium.com
Sat Jun 7 13:54:06 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=9660 
====================================================================== 
Reported By:                mmacvicar
Assigned To:                kpfleming
====================================================================== 
Project:                    Asterisk
Issue ID:                   9660
Category:                   Channels/chan_zap
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Asterisk Version:           1.4.4 
SVN Branch (only for SVN checkouts, not tarball releases): N/A  
SVN Revision (number only!):  
Disclaimer on File?:        No 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             05-03-2007 14:08 CDT
Last Modified:              06-07-2008 13:54 CDT
====================================================================== 
Summary:                    [patch]Asterisk can't establish dialtone after brief
hangup
Description: 
Asterisk can't establish dialtone after brief hangup

When I press the hook-switch (i.e., receiver button) and then let go to
make a new call, the phone doesn't establish dialtone unless I hold it down
for for 4-5 seconds.

Reproducible Steps:
1. Pick up handset and establish dialtone.
2. Press the hook-switch for 1-3 seconds and let go

After letting go of the hookswitch, the sound on the line is silent for a
moment then a computerized squeal is heard briefly and silence continues.
The asterisk console displays the following messages when "core set verbose
10":
--------------------
    -- Starting simple switch on 'Zap/7-1'
    -- Hungup 'Zap/7-1'
[May  3 11:31:45] WARNING[2241]: chan_zap.c:1616 zt_set_hook: zt hook
failed: Device or resource busy
--------------------

We are using analog Astra Telecom 480e phones connected through internal
wiring to TDM400P cards in our asterisk server.


======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
has duplicate       0010829 __zt_exception: We're Zap/1-1, not (null)
related to          0010364 Inbound FEATB calls not working with ch...
related to          0010360 E&M Wink trucks no longer interpret...
====================================================================== 

---------------------------------------------------------------------- 
 svnbot - 06-07-08 13:54  
---------------------------------------------------------------------- 
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:54  svnbot         Checkin                                      
06-07-08 13:54  svnbot         Note Added: 0088399                          
======================================================================




More information about the asterisk-bugs mailing list