<div dir="ltr">Dear All,<div>I am trying to recieve call from inbound proxy then route to internal peer (localhost) and then route to outgoing sip proxy but it failing with subject error. Can any one please correct me what i am doing wrong in below config.</div>
<div><br></div><div>SIP.conf</div><div><br></div><div><div>[Inbound]</div><div>type=peer</div><div>context=introuting</div><div>host=184.107.XXX.XXX</div><div>disallow=all</div><div>allow=all</div><div><br></div><div>[astinside]</div>
<div>type=peer</div><div>context=introutingB</div><div>host=localhost</div><div>disallow=all</div><div>;allow=speex</div><div><br></div><div>[voipprovider]</div><div>type=peer</div><div>host=XXX.X.XXX.159</div><div>disallow=all</div>
<div>allow=g723:120</div></div><div><div><br></div>Extentions.config
</div><div><br></div><div><div>[introuting]</div><div>exten =&gt; _X.,1,Dial(SIP/astinside)</div><div><br></div><div>[introutingB]</div><div>exten =&gt; s,n,Dial(SIP/voipprovider)</div></div><div><br></div><div><br></div>
<div>I will appreciate for your help.</div><div><br></div></div>