[Home]

Summary:ASTERISK-19176: The 'w' modifier support for ISDN spans was lost when sig_pri.c was extracted from chan_dahdi.c. Dial(DAHDI/g0/1234w888)
Reporter:Richard Mudgett (rmudgett)Labels:
Date Opened:2012-01-09 13:37:45.000-0600Date Closed:2012-02-02 14:12:01.000-0600
Priority:MajorRegression?Yes
Status:Closed/CompleteComponents:Channels/chan_dahdi
Versions:1.8.7.2 1.8.9.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description:The support for dialing DTMF digits after the peer answers did not get ported when sig_pri.c was extracted from chan_dahi.c.  Also this feature allowed the user to force the 'sending complete' ie for switch types that do not automatically send the ie.

This dial command is supposed to DTMF dial 888 after the called party answers.
{code}
Dial(DAHDI/g0/1234w888)
{code}

See asterisk-users list
http://lists.digium.com/pipermail/asterisk-users/2012-January/269307.html
Comments:By: ewieling (ewieling) 2012-01-09 13:48:08.674-0600

The D() option to dial does the same thing.  Should the Dial(DAHDI/g0/1234w888) format be deprecated in favor of Dial(DAHDI/g0/1234,,D(w888))

By: Richard Mudgett (rmudgett) 2012-01-09 13:52:19.493-0600

This feature also causes the 'sending complete' ie to be sent which the D() option does not do.