and another one... copy paste error in determination if

request comming from inside or outside.
This commit is contained in:
Thomas Ries
2002-09-07 21:50:13 +00:00
parent 9939e41fa5
commit 038f5ef904
+1 -1
View File
@@ -121,7 +121,7 @@ int proxy_request (sip_t *request) {
#endif
/* outgoing request ('from' == 'masq') */
if (compare_url(request->from->url, urlmap[i].masq_url)==0) {
type=REQTYP_INCOMMING;
type=REQTYP_OUTGOING;
DEBUGC(DBCLASS_PROXY,"outgoing request from %s@%s from inbound",
request->from->url->username,
request->from->url->host);