... | ... |
@@ -83,7 +83,10 @@ route{ |
83 | 83 |
# use different transport protocol |
84 | 84 |
record_route(); |
85 | 85 |
# loose-route processing |
86 |
- loose_route(); |
|
86 |
+ if (loose_route()) { |
|
87 |
+ t_relay(); |
|
88 |
+ break; |
|
89 |
+ }; |
|
87 | 90 |
|
88 | 91 |
# if the request is for other domain use UsrLoc |
89 | 92 |
# (in case, it does not work, use the following command |