<div>Is there a way to let chan_sip skip host lookup?</div>
<div>Problem is I have to&nbsp;have a peer host config for every sip message outgoing. For example, I cann&#39;t have this </div>
<div>&nbsp;</div>
<div>in extension.conf</div>
<div>exten =&gt; 500,n,Dial(<a href="mailto:SIP/romi@192.168.1.79">SIP/romi@192.168.1.79</a>)&nbsp;&nbsp;&nbsp;&nbsp; </div>
<div>&nbsp;</div>
<div>It&#39;ll return, </div>
<div>chan_sip.c:2738 create_addr: No such host: <a href="http://192.168.1.79">192.168.1.79</a></div>
<div>&nbsp;</div>
<div>when call forwarding</div>
<div>&nbsp;</div>
<div>
<div>&nbsp;</div>
<div>I have to have a peer in SIP</div>
<div>&nbsp;</div>
<div>[outgoing]</div>
<div>host=<a href="http://192.168.1.79">192.168.1.79</a></div>
<div>...</div>
<div>&nbsp;</div>
<div>in sip.conf</div>
<div>&nbsp;</div>
<div>and have to use this peer in extension.conf</div>
<div>exten =&gt; 500,n,Dial(<a href="mailto:SIP/romi@outgoing">SIP/romi@outgoing</a>)</div>
<div>&nbsp;</div>
<div>Is there any configuration in sip.conf restrict me to do this? </div>
<div>Thanks!</div></div>