On 12/05/2021 11:07, Tung Giang Le wrote:
> Has anyone succeeded at registration FreeSwitch with Baresip?
> I have done follow steps in this link:
https://youtu.be/RszeAZ8wWqk
>
> 1. I created an account in baresip/account: <sip:20...@192.168.10.108:5060;transport=tcp>;auth_pass=PASS;regint=0
> 2. I add a new 2000.xml file at usr/local/freeswitch/conf/directory/default:
>
> <include>
> <user id="2000">
> <params>
> <param name="password" value="PASS"/>
> </params>
> </user>
> </include>
>
> But when I "show registrations" in freeSwitch, nothing happen.
>
Hi,
when baresip starts the first time, it will generate an account template:
#
# A very basic example
<
sip:us...@iptel.org>;auth_pass=PASSWORD
This account will register by default.
Your account says "regint=0" which means registration disabled.
You need to put a non-zero value there such as 600
/alfred