<div dir="ltr"><br><div class="gmail_extra"><br><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>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>