[asterisk-users] No such host error from SIP for non-peer configuration.

2007-06-26 Thread Lucian Romi
Is there a way to let chan_sip skip host lookup? Problem is I have to have a peer host config for every sip message outgoing. For example, I cann't have this in extension.conf exten = 500,n,Dial(SIP/[EMAIL PROTECTED]) It'll return, chan_sip.c:2738 create_addr: No such host: 192.168.1.79 when

Re: [asterisk-users] No such host error from SIP for non-peer configuration.

2007-06-26 Thread Lucian Romi
I figured it out. srvlookup=no On 6/26/07, Lucian Romi [EMAIL PROTECTED] wrote: Is there a way to let chan_sip skip host lookup? Problem is I have to have a peer host config for every sip message outgoing. For example, I cann't have this in extension.conf exten = 500,n,Dial(SIP/[EMAIL