Quellcode durchsuchen

- small iptel.cfg fixes ( '.' in url REs instead of '\.')

Andrei Pelinescu-Onciul vor 23 Jahren
Ursprung
Commit
a1e5c97769
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 1 1
      Makefile.defs
  2. 3 3
      iptel.cfg

+ 1 - 1
Makefile.defs

@@ -171,7 +171,7 @@ ifeq	($(ARCH), i386)
 ifeq		($(CC_NAME), gcc)
 				#common stuff
 				CFLAGS=-O9 -funroll-loops  -Wcast-align $(PROFILE) -Winline\
-					-Wall #-Wmissing-prototypes \
+					-Wall   \
 			#if gcc 3.0
 ifeq			($(CC_SHORTVER), 3.0)
 					CFLAGS+=-minline-all-stringops -malign-double \

+ 3 - 3
iptel.cfg

@@ -1,7 +1,7 @@
 #
 # configuration for TurboSIP testing
 #
-# $ID: $
+# $Id$
 #
 
 
@@ -38,11 +38,11 @@ route{
         # Do some strict routing here
 	rewriteFromRoute();
 
-        if (uri=~"mail.iptel.org" | uri=~":6060") {
+        if (uri=~"mail\.iptel\.org" | uri=~":6060") {
 		log("Request is for voicemail\n");
 		forward("fox.iptel.org", 6060);
 	} else {
-		if (uri=~"iptel.org" | uri=~"195.37.77.101") {
+		if (uri=~"iptel\.org" | uri=~"195\.37\.77\.101") {
 			log("Request is for iptel.org\n");	
 	
 			if (method=="REGISTER") {