|
@@ -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") {
|