BelledonneCommunications / flexisip

Linphone.org mirror for flexisip (git://git.linphone.org/flexisip.git)
http://flexisip.org
GNU Affero General Public License v3.0
146 stars 70 forks source link

The file user.db can't be used to store user. #13

Open yuanlida opened 6 years ago

yuanlida commented 6 years ago

1.I can't get user from user.db file. 2.I am trying to set up my server on AWS server, But when make some call, I will see this logs:

2017-12-01 06:57:54:410 ortp-message-RtpSession bound to [172.31.1.211] ports [65152] [65153] 2017-12-01 06:57:54:410 ortp-message-RtpSession bound to [172.31.1.211] ports [16396] [16397] 2017-12-01 06:57:54:410 ortp-message-RtpSession bound to [172.31.1.211] ports [50022] [50023] 2017-12-01 06:57:54:410 ortp-message-RtpSession bound to [172.31.1.211] ports [31532] [31533]

yuanlida commented 6 years ago

I have set all filter to true in the flexisip config file,but the nat and relay can not work well.

ghost commented 6 years ago

You need to set

db-implementation=file datasource=/Your/Path/To/user.db

in [module::Authentication]

wmukhtar commented 6 years ago

I have exactly the same issue, tried following:

in [module::Authentication] db-implementation=file datasource=/Your/Path/To/user.db

after creating "user.db" and kept " 'version 1' " in line 1, now receiving following error message: 2018-06-11 20:01:38:184 flexisip-users-error-Registration failure, password did not match

johnma commented 6 years ago

it looks like this

image