flexisip
flexisip copied to clipboard
The file user.db can't be used to store user.
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]
I have set all filter to true in the flexisip config file,but the nat and relay can not work well.
You need to set
db-implementation=file datasource=/Your/Path/To/user.db
in [module::Authentication]
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
it looks like this