Author Topic: Disable external ip detection  (Read 7268 times)

vk2xxy

  • Newbie
  • *
  • Posts: 3
    • View Profile
Disable external ip detection
« 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?

marian

  • Hero Member
  • *****
  • Posts: 513
    • View Profile
Re: Disable external ip detection
« Reply #1 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

vk2xxy

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Disable external ip detection
« Reply #2 on: April 25, 2016, 01:42:35 AM »
Thank you.

First method worked well.


assan

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Disable external ip detection
« Reply #3 on: January 31, 2019, 01:25:34 AM »
Hello
How can I do this

"In account section add:
localaddress=false"

on Linux client?

Thanks

marian

  • Hero Member
  • *****
  • Posts: 513
    • View Profile
Re: Disable external ip detection
« Reply #4 on: January 31, 2019, 01:36:04 AM »
Linux YateClient accounts file is:
/home/<username>/.yate/client_accounts.conf

assan

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Disable external ip detection
« Reply #5 on: January 31, 2019, 04:10:25 AM »
Thanks a lot, sorry for my English) I'm newbie in linux and yate