<div>Hi,</div>
<div>&nbsp;</div>
<div>I use in Production : Asterisk <a href="http://1.2.9.1">1.2.9.1</a></div>
<div>&nbsp;</div>
<div>We Use Asterisk as a SIP Transit Server to record centrally all the calls.</div>
<div>&nbsp;</div>
<div>The call flow would be:</div>
<div>incoming calls : PSTN -&gt; GW -SIP-&gt; Asterisk(Record) -SIP-&gt; Softswitch -&gt; IP Phone</div>
<div>outgoing calls :&nbsp;&nbsp;IP Phone -&gt; Softswitch -SIP-&gt;&nbsp;&nbsp;Asterisk(Record) -SIP-&gt; GW -&gt; PSTN</div>
<div>&nbsp;</div>
<div>Dial plan in Asterisk is quite simple:</div>
<div>[record]<br>exten =&gt; s,1,Set(CALLFILENAME=${TIMESTAMP}-${UNIQUEID})<br>exten =&gt; s,n,Set(CALLERID(name)=${CALLERID(name)})<br>exten =&gt; s,n,Set(CALLERID(number)=00${CALLERID(number)})<br>exten =&gt; s,n,MixMonitor(${CALLFILENAME}.WAV,b)
<br>exten =&gt; s,n,Dial(<a href="mailto:SIP/${DNID}@next-hop,30,r">SIP/${DNID}@next-hop,30,r</a>)</div>
<div>&nbsp;</div>
<div>Everything works perfectly, except when the softswitch, or the PSTN sends back RingBack Tone.</div>
<div>&nbsp;</div>
<div>I can see the RTP flow arriving to Asterisk,</div>
<div>but, it seems that Asterisk doesn&#39;t forward it to the other party (next-hop).</div>
<div>&nbsp;</div>
<div>Any ideas why ?</div>
<div>How can I bypass this issue ?</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>&nbsp;</div>
<div>Jean-Marc</div>