Yate Community Forum

Yate client => Windows => Topic started by: vk2xxy on April 25, 2016, 12:22:37 AM

Title: Disable external ip detection
Post by: vk2xxy on April 25, 2016, 12:22:37 AM
Yate 5.5

How do I disable external ip detection and the subsequent re-registration attempt in yate client?
Title: Re: Disable external ip detection
Post by: marian on April 25, 2016, 01:05:39 AM
You can do it:

Edit client_accounts.conf file (located in User_Directory/Application Data/Yate, or some other home directory on different Windows platform).
In account section add:
localaddress=false
Account section name should something like [sip:some_username@some_ip_domain]

Edit Program Files/Yate/conf.d/ysipchan.conf
[general]
nat=false
NOTE: This will affect yate client and server.

You may start yate in a console with '-h' command line option to see directory locations.
See also:
http://docs.yate.ro/wiki/Starting_on_windows
http://docs.yate.ro/wiki/Debugging_Yate_Client_on_Windows
Title: Re: Disable external ip detection
Post by: vk2xxy on April 25, 2016, 01:42:35 AM
Thank you.

First method worked well.

Title: Re: Disable external ip detection
Post by: assan on January 31, 2019, 01:25:34 AM
Hello
How can I do this

"In account section add:
localaddress=false"

on Linux client?

Thanks
Title: Re: Disable external ip detection
Post by: marian on January 31, 2019, 01:36:04 AM
Linux YateClient accounts file is:
/home/<username>/.yate/client_accounts.conf
Title: Re: Disable external ip detection
Post by: assan on January 31, 2019, 04:10:25 AM
Thanks a lot, sorry for my English) I'm newbie in linux and yate