Hi at all !<br>I&#39;ve a problem and I don&#39;t know how to solve it.<br>My configuration is the following:<br><br>ISDN LINE ---&gt; PATTON (SIP) ---&gt; ASTERISK<br><br>in asterisk my sip.conf for sip patton account is the following:<br>
<br>[general]<br>port=5060<br>bindaddr=0.0.0.0<br>context=default<br>language=it<br>limitonpeers=yes<br>notifyringing=yes<br><br>[acc1]<br>context=fromPSTN_Ext1<br>type=friend<br>qualifiy=yes<br>host=dynamic<br>username=acc1<br>
secret=1234<br>qualify=yes<br><br>Now I want to receive a call on acc1 and then redirect it again on acc1 through PSTN, in the following way:<br><br>[fromPSTN_Ext1]<br>exten =&gt; _X.,1,Noop(start call and redirect call through PSTN)<br>
exten =&gt; _X.,n,Background(${SoundsPath}/message)<br>exten =&gt; _X.,n,WaitExten(2)<br>exten =&gt; i,n,Monitor(wav,${MONITORFILENAME},m)<br>exten =&gt; i,n,Dial(SIP/NUMBERTOCALL@acc1,10,r)<br><br>ISDN LINE ---&gt; PATTON (SIP acc1) ---&gt; ASTERISK ---&gt; PATTON (SIP acc1) ---&gt; ISDN line<br>
<br>But if the external caller hang up the call ... the call to NUMBERTOCALL on acc1 continue to ring until the called answer, but the call is out.<br><br>Someone can help me ?!?!?<br><br><br>Thanks to all<br><br><br>Marco<br>