<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 23, 2016 at 3:01 PM, Jefferson B. Limeira <span dir="ltr"><<a href="mailto:jbl@internexxus.com.br" target="_blank">jbl@internexxus.com.br</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">Ops! Sorry Richard, more information:<br>
<br>
# asterisk -V<br>
Asterisk 11.17.1<br>
# asterisk -rx 'pri show version'<br>
libpri version: 1.4.15<br>
<br>
I found some information: my asterisk forward calls to a lot of equipments, and the last call on channel 1 was to a equipment that was restarted (SO fail).<br>
And seconds later on my messages:<br>
[2016-02-23 12:41:06] WARNING[24348] sig_pri.c: Span 1: Got SETUP with duplicate call ptr (0x7fc52c018c70).  Dropping call.<br>
[2016-02-23 12:41:19] WARNING[24348] sig_pri.c: Span 1: Got SETUP with duplicate call ptr (0x7fc52c03bf90).  Dropping call.<br>
[2016-02-23 12:41:26] WARNING[24348] sig_pri.c: Span 1: Got SETUP with duplicate call ptr (0x7fc52c000f70).  Dropping call.<br>
[2016-02-23 12:41:32] WARNING[24348] sig_pri.c: Span 1: Got SETUP with duplicate call ptr (0x7fc52c0258b0).  Dropping call.<br>
[2016-02-23 12:41:38] WARNING[24348] sig_pri.c: Span 1: Got SETUP with duplicate call ptr (0x7fc52c0305c0).  Dropping call.<br>
[2016-02-23 12:41:57] WARNING[24348] sig_pri.c: Span 1: Got SETUP with duplicate call ptr (0x7fc52c0a7040).  Dropping call.<br>
<br>
Any way to restart only this channels?<br></blockquote><div><br></div><div>No.  You cannot restart single channels, you can only restart all dahdi channels<br>in asterisk.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I have scheduled 'service dahdi restart' at maintenance window. It's sufficient?<br></blockquote><div><br>It is not the DAHDI service that needs to be restarted but the DAHDI channels in asterisk.<br>You need to either restart asterisk or use the CLI "dahdi restart".  Restarting asterisk<br>is better because the dahdi restart command by necessity is going to leak memory.<br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Is efficient a debug on span after 'Idle' status?</blockquote><div><br></div><div>To figure out why the stuck channel happens, what is needed is the debug logs<br>and the "pri set debug on span x" output of the last successful call on the stuck<br>channel to when you see the "Got SETUP with duplicate..." rejecting the next<br>call.  In other words, the log needs to cover from when the last successful incoming<br>call starts on the stuck channel to when the next rejected call completes.<br><br></div><div>This looks like a bug in asterisk when handling an abnormal condition.<br></div><div><br></div><div>Richard<br></div></div><br></div></div>