<div>Hi</div><div><br></div><div>I am testing a degium TDP400P (2fxo+2fxs) on my asterisk</div><div><br></div><div>I configured incoming calls from pstn to ring my SIP phone (extension : 100)</div><div><br></div><div>cat  extensions.conf</div>
<div>...</div><div>[from-pstn]</div><div>exten =&gt; s,1,Dial(SIP/100,10)</div><div> same =&gt; n,VoiceMail(100,u)</div><div><br></div><div><br></div><div><br></div><div><br></div><div>root@PC-debian:/etc/asterisk# cat dahdi-channels.conf</div>
<div>...</div><div>...</div><div>...</div><div>;;; line=&quot;1 WCTDM/0/0 FXSKS  (EC: MG2 - INACTIVE)&quot;</div><div>signalling=fxs_ks</div><div>callerid=asreceived</div><div>group=0</div><div>context=from-pstn</div><div>
channel =&gt; 1</div><div>callerid=</div><div>group=</div><div>context=default</div><div>...</div><div>...</div><div>...</div><div><br></div><div>What I don`t understand is why the SIPphone rings after 3 secondes after Astererisk detects the incoming call. Moreover, after hanging off the external caller the SIPphone continue to ring for 3 seconds.</div>
<div><br></div><div>I did those modifications in the file  /etc/asterisk/chan_dahdi.conf without improuvement ( After restarting Asterisk)</div><div><br></div><div>[channels]</div><div>cidstart=ring</div><div>immediate=yes</div>
<div>faxdetect=no</div><div>usecallerid=no</div><div><br></div><div><br></div><div><br></div><div><br></div><div>Here is the debug from Asterisk console</div><div><br></div><div>*CLI&gt;     -- Starting simple switch on &#39;DAHDI/1-1&#39;</div>
<div>    -- Executing [s@from-pstn:1] Dial(&quot;DAHDI/1-1&quot;, &quot;SIP/100,10&quot;) in new stack</div><div>  == Using SIP RTP CoS mark 5</div><div>    -- Called SIP/100</div><div>    -- SIP/100-00000001 is ringing</div>
<div>  == Spawn extension (from-pstn, s, 1) exited non-zero on &#39;DAHDI/1-1&#39;</div><div>    -- Hanging up on &#39;DAHDI/1-1&#39;</div><div>    -- Hungup &#39;DAHDI/1-1&#39;</div>