diff doc/app_sip.conf.sample @ 392:8e260030f32c

Added configuration file for app_sip and test_sip
author Alexandre Westfahl <awestfahl@freediameter.net>
date Tue, 06 Jul 2010 19:50:52 +0900
parents
children 533188d2e6cc
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/app_sip.conf.sample	Tue Jul 06 19:50:52 2010 +0900
@@ -0,0 +1,13 @@
+
+# MODE Diameter-SIP server (DSSERVER) or Subscriber Locator (SL)
+mode = DSSERVER;
+
+# DATASOURCE: MYSQL
+datasource = MYSQL;
+
+#MYSQL connection details
+mysql_login = "login";
+mysql_password = "password";
+mysql_database = "db";
+mysql_server = "server.fr";
+mysql_port = 0;
"Welcome to our mercurial repository"