[asterisk-bugs] [Asterisk 0015288]: Aborted inbound trunk call to FXO analog port causes internal extensions (SIP or DAHDI) to ring forever.
Asterisk Bug Tracker
noreply at bugs.digium.com
Sun Aug 9 04:06:55 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15288
======================================================================
Reported By: alecdavis
Assigned To: jpeeler
======================================================================
Project: Asterisk
Issue ID: 15288
Category: Channels/chan_dahdi
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!): 199298
Request Review:
======================================================================
Date Submitted: 2009-06-08 05:16 CDT
Last Modified: 2009-08-09 04:06 CDT
======================================================================
Summary: Aborted inbound trunk call to FXO analog port causes
internal extensions (SIP or DAHDI) to ring forever.
Description:
Confirmed with a TDM800P with 1x 1port FX0 module and 1x 4port FXS module.
The only way to stop the ringing extension, was to pick it up.
The senario was:
FX0 connected to outside line.
FXS connected to analog phone.
ring home line (from cellphone).
wait for internal FXS connected phone to ring 1 or 2 rings. Hangup call
from mobile.
FXS connected phone keeps ringing forever.
To stop the ringing, pickup ringing handset.
Deployed 1.6.1.0 branch, with same configs, no problems now.
======================================================================
----------------------------------------------------------------------
(0108823) alecdavis (reporter) - 2009-08-09 04:06
https://issues.asterisk.org/view.php?id=15288#c108823
----------------------------------------------------------------------
I've implemented a callback in to chan_dahdi called set_ringtimeout which
sets dahdi_pvt->ringt, the few places in sig_analog that set p->ringt now
call set_ringtimeout.
Although working (correctly stops ringing extensions after call is
aborted), it feels like the 'ringt' timer is at the wrong level, it should
be in the sig_analog module.
The distinctive ring detection in sig_analog relies on the local copy of
ringt, not the dahdi copy, I'm not sure if it's working.
Issue History
Date Modified Username Field Change
======================================================================
2009-08-09 04:06 alecdavis Note Added: 0108823
======================================================================
More information about the asterisk-bugs
mailing list