[asterisk-bugs] [Asterisk 0015809]: [patch] callprogress and faxdetect not read when building channel results in fax detection failure
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Sep 1 15:50:44 CDT 2009
The following issue has been ASSIGNED.
======================================================================
https://issues.asterisk.org/view.php?id=15809
======================================================================
Reported By: phsultan
Assigned To: kpfleming
======================================================================
Project: Asterisk
Issue ID: 15809
Category: Channels/chan_dahdi
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Target Version: 1.6.1.x Pending Blocker
Asterisk Version: Older 1.6.1
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-09-01 13:15 CDT
Last Modified: 2009-09-01 15:50 CDT
======================================================================
Summary: [patch] callprogress and faxdetect not read when
building channel results in fax detection failure
Description:
The faxdetect and callprogress attributes are not read when creating
channels with build_channels with channels/chan_dahdi.c, and therefore, the
following chan_dahdi.conf prevents fax detection from happening :
[channels]
#include "dahdi-channels.conf"
callprogress=yes
faxdetect=both
usecallerid=yes
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=no
Actually, it looks like the whole [channels] section should be read to
populate the conf variable before calling build_channels().
I'm not sure if it's the right way to solve this issue, and there is a
configuration workaround (see the additional information). The attached
patch does the following :
- make Asterisk read the [channels] section without building channels
first ;
- build a first version of the configuration in the base_conf variable ;
- build a new configuration from base_conf and actually call
build_channels() after reading the channel attribute.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-09-01 15:50 lmadsen Status new => assigned
2009-09-01 15:50 lmadsen Assigned To => kpfleming
======================================================================
More information about the asterisk-bugs
mailing list