[asterisk-bugs] [Asterisk 0013824]: pulsedial=yes does not work
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Nov 3 01:49:03 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13824
======================================================================
Reported By: ajlill
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 13824
Category: Channels/chan_zap
Reproducibility: always
Severity: major
Priority: normal
Status: new
Asterisk Version: 1.4.21.2
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-11-02 13:20 CST
Last Modified: 2008-11-03 01:49 CST
======================================================================
Summary: pulsedial=yes does not work
Description:
Setting pulsedial=yes in zapata.conf does not work. I added debugging
statements in process_zap and the file is being parsed properly, and the
field confp->chan.pulse is being set correctly. However, the value is
being reset to 0 somewhere, and so it only tries to tone dial. I added an
extra line so 'zap show channel' will print the value of that field, and it
is 0.
This is on Debian Etch. When I was using 1.2.x, it worked fine.
======================================================================
----------------------------------------------------------------------
(0094512) tzafrir (manager) - 2008-11-03 01:49
http://bugs.digium.com/view.php?id=13824#c94512
----------------------------------------------------------------------
WORKSFORME. Have you actually tried dialing?
But I can easily understand why you were confused.
You seem to be confusing two items in the zt_pvt / dahdi_pvt struct (the
structure that defines a Zaptel/DAHDI hardware channel).
pulse:
send pulse tones to this phones. Meaningful only in places where we
dial to channels that can accept pulse dialing (analog FXO channels,
basically).
pulsedial:
The phone is sending me pulses rather than DTMF digits. Applicable
mostly
to analog FXS channels.
"Pulse phone" in 'zap show channels' shows the value of 'pulsedial'. I
wonder if 'dahdi show channels' show show different vlaues for FXO channels
to redue confusion.
Leaving it open for now just because I got confused enough until I figured
it works for me.
Issue History
Date Modified Username Field Change
======================================================================
2008-11-03 01:49 tzafrir Note Added: 0094512
======================================================================
More information about the asterisk-bugs
mailing list