[asterisk-bugs] [Asterisk 0013716]: [patch] Prevent false answer of channel when going off-hook

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Oct 16 05:23:05 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=13716 
====================================================================== 
Reported By:                alecdavis
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   13716
Category:                   Channels/chan_dahdi
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           1.6.0 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2008-10-16 04:58 CDT
Last Modified:              2008-10-16 05:23 CDT
====================================================================== 
Summary:                    [patch] Prevent false answer of channel when going
off-hook
Description: 
With answeronpolarityswitch=no asterisk answers channel soon after dialout
has started, or perhaps just finished. Causing Ringing for the caller to
stop, then silence for a while as the call is setup, then telco ringing is
heard and call proceedes as normal.
 
With answeronpolarityswitch=yes asterisk answers channel as soon as the
line goes off-hook. The user hears a very short Ring from Asterisk, long
silence as digits are dialled out and call is setup, then finally telco
ring is heard.
This is caused in our case because the line does a polarity reversal when
going off hook.

I have modifed wctdm.c that adds polarityignore in 3 sections of the code,
strcut fxo, wctdm_voicedaa_check_hook and wctdm_hooksig.

I'll upload for your comment, but welcome any advice if there is a better
way.
====================================================================== 

---------------------------------------------------------------------- 
 (0093814) alecdavis (reporter) - 2008-10-16 05:23
 http://bugs.digium.com/view.php?id=13716#c93814 
---------------------------------------------------------------------- 
Related F250m configuration options.
(on=1 beep, off= 3beeps)
Set Polarity Reversal (should return 1 beep)
**0016*0#      (On Hook)              off
**0016*1#      (during ringing)       off
**0016*2#      (during dialing)       off
**0016*3#      (conversation A party)  on
**0016*4#      (conversation B party) off
**0016*5#      (release A party)      off
**0016*6#      (release B party)      off

Reset polarity reversal (should return 3 beeps)
http://bugs.digium.com/view.php?id=16*n#       where n is 0-6 from above

Check polarity reversal (return 1 for ON or 3 beeps for OFF)
*http://bugs.digium.com/view.php?id=16*n#      where n is 0-6 from above 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-10-16 05:23 alecdavis      Note Added: 0093814                          
======================================================================




More information about the asterisk-bugs mailing list