<div dir="ltr">Thanks Richard, That did the trick. I had the 'overlapdial=yes' line farther down in the chan_dahdi.conf file. Moving up before the channel line worked.<div><br></div><div>Appreciate the help.</div><div><br></div><div>matt</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Apr 5, 2018 at 12:37 PM Richard Mudgett <<a href="mailto:rmudgett@digium.com">rmudgett@digium.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Apr 5, 2018 at 7:20 AM, Mtt Cannon <span dir="ltr"><<a href="mailto:mcannon9180@gmail.com" target="_blank">mcannon9180@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div><br></div><div>I am trying to setup Asterisk to act like a PBX connected via a PRI gateway to a voice netowrk where Asterisk is doing outbound </div><div>overlap dialing for calls that terminate via that PRI. AFter researching through the archives and online dcocs, I thought I had </div><div>everyting setup right, dialplan configured for '_X!' and the 'overlapdial=yes' in the chan_dahdi.conf file, but when I try and </div><div>make a call, while the first digit triggers the outbound SETUP message, that SETUP message always includes a 'Sending Complete' </div><div>parameter and any subsequent digits received from the originaing client seem to be getting ignored as opposed to sent over in </div><div>subsequent ISDN INFORMATION messages. </div><div><br></div><div>Any idea what I might be missing here...i did restart both DAHDI and Asterisk after making the changes to support overlap. </div><div><br></div><div>Logs and snippets are below..</div><div><br></div><div>Thanks</div><div>matt </div><div><br></div><div><br></div><div>localhost*CLI> core show version</div><div>Asterisk 15.2.0 built by root @ localhost.localdomain on a x86_64 running Linux on 2018-02-21 19:10:36 UTC</div><div><br></div><div><br></div><div>chan_dahdi.conf</div><div><br></div><div>; Overlap dialing mode (sending overlap digits)</div><div>; Cannot be changed on a reload.</div><div>;</div><div>; incoming: incoming direction only</div><div>; outgoing: outgoing direction only</div><div>; no: neither direction</div><div>; yes or both: both directions</div><div>;</div><div>overlapdial=yes</div></div></blockquote><div><br></div></div></div></div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>Where is this option set in the chan_dahdi.conf file?  To have any effect on a particular channel the option<br>MUST be set before the channel line that creates the channel.<br><br></div><div>[channels]<br>context=incoming<br></div><div>switchtype=euroisdn<br></div><div>signaling=pri_cpe<br></div><div>overlapdial=yes<br><br></div><div>; All options currently set are used to create the specified channels on the next line.<br></div><div>channel=1-15,17-31<br></div><div>; Any options set AFTER the channel line above DO NOT affect those channels.<br><br><div>context=other<br></div><div></div><br></div><div>Richard<br></div><br></div></div></div>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
<br>
Check out the new Asterisk community forum at: <a href="https://community.asterisk.org/" rel="noreferrer" target="_blank">https://community.asterisk.org/</a><br>
<br>
New to Asterisk? Start here:<br>
      <a href="https://wiki.asterisk.org/wiki/display/AST/Getting+Started" rel="noreferrer" target="_blank">https://wiki.asterisk.org/wiki/display/AST/Getting+Started</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" rel="noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a></blockquote></div>