From: Jeff Lenk Date: Fri, 23 Mar 2012 13:47:48 +0000 (-0500) Subject: FS-3403 --resolve X-Git-Tag: v1.2-rc1~19^2^2~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59afd961289940c7b8fdaefbf51e337493055946;p=thirdparty%2Ffreeswitch.git FS-3403 --resolve --- diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 3e34f0a80d..287afa6d95 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -2374,7 +2374,7 @@ SWITCH_STANDARD_API(dual_transfer_function) } } - if ((dp2 = strstr(dest1, "/inline")) && *(dp2 + 7) == '\0') { + if ((dp2 = strstr(dest2, "/inline")) && *(dp2 + 7) == '\0') { *dp2++ = '\0'; } else { if ((dp2 = strchr(dest2, '/'))) {