BelledonneCommunications / flexisip

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

Flexisip proxyserver server start error #81

Closed drollmoby closed 4 years ago

drollmoby commented 4 years ago

I tried installing flexisip using the documentation provided by linphone here

on centos i installed stable version. the application succesfully compiled while configuring the flexisip i give Minimal registrar with authentication provided here

now when after i run the command

systemctl start flexisip-proxy flexisip-presence flexisip-conference

flexisip-proxy failed to start

but if i disable moudle-Authentication flexisip-proxy started running.

My flexsip.conf look like this

[global] debug=false aliases=192.168.1.10

[module::Registrar] enabled=true reg-domains=192.168.1.10 db-implementation=internal

[module::Authentication] enabled=true auth-domains=192.168.1.10 db-implementation=file datasource=/etc/flexisip/users.db.txt

checking status of flexisip-proxy using command systemctl status flexisip-proxy

following error are given

Capture

drollmoby commented 4 years ago

Th problem was with the "db-implementation= file" line after i change "file" to "soci" it started showing status as running but unfortunately i am not much familiar about soci so closing this as my issue got solved.