From a28dde2f2b0cecb6850655d4ac0dac059816ba01 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 19 Aug 2012 08:35:55 +0200 Subject: [PATCH 1/1] Fix: Match complete string when filtering for interface --- route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route.c b/route.c index 61a5b60..7216842 100644 --- a/route.c +++ b/route.c @@ -1969,7 +1969,7 @@ struct route_action *EndpointAppPBX::route(struct route_ruleset *ruleset) if (!e_callerinfo.interface[0]) break; string = e_callerinfo.interface; - goto match_string_prefix; + goto match_string; case MATCH_CALLERID: string = callerid; -- 2.13.6