From: Andreas Eversberg Date: Sun, 19 Aug 2012 06:35:55 +0000 (+0200) Subject: Fix: Match complete string when filtering for interface X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=commitdiff_plain;h=a28dde2f2b0cecb6850655d4ac0dac059816ba01;hp=948b837669d36fc4aeea37cc7a6a674b127313f1 Fix: Match complete string when filtering for interface --- 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;