Browse Source

*** empty log message ***

Jan Janak 23 years ago
parent
commit
2c772a2947
1 changed files with 2 additions and 2 deletions
  1. 2 2
      etc/ser.cfg

+ 2 - 2
etc/ser.cfg

@@ -78,8 +78,8 @@ route{
 		if (method=="REGISTER") {
 
 # Uncomment this if you want to use digest authentication
-#			if (!www_authorize("domain", "subscriber")) {
-#				www_challenge("domain", 0);
+#			if (!www_authorize("iptel.org", "subscriber")) {
+#				www_challenge("iptel.org", "0");
 #				break;
 #			};