Created
August 13, 2015 08:01
flexisip config for ec2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
debug=true | |
#debug=false | |
# substitute your ec2 external ip for 52.x.y.x and your internal addr for 10.x.y.z | |
aliases=sip.52.19.37.223.xip.io | |
transports=sip:sip.52.19.37.223.xip.io;maddr=10.40.0.165 | |
[module::Registrar] | |
enabled=true | |
reg-domains=sip.52.19.37.223.xip.io | |
db-implementation=internal | |
[module::Authentication] | |
enabled=true | |
filter=from.uri.domain contains 'sip.52.19.37.223.xip.io' | |
auth-domains=sip.52.19.37.223.xip.io | |
db-implementation=file | |
datasource=/etc/flexisip/users.db.txt | |
[module::NatHelper] | |
enabled=true | |
filter=from.uri.domain contains 'sip.52.19.37.223.xip.io' | |
fix-record-routes=true | |
[module::mediarelay] | |
enabled=true | |
filter=true | |
sdp-port-range-min=4000 | |
sdp-port-range-max=8000 | |
[module::Transcoder] | |
enabled=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Have you been able to connect with Linphone (or any other client)? With the above config on EC2, Flexisip is running, but not able to connect any user in users.db.txt file with Linphone client.
My users.db.txt file:
version:1
test1@sip.52.x.y.z.xip.io clrtxt:abcxyz ;
test2@sip.52.x.y.z.xip.io clrtxt:abcxyz ;