mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-3403 --resolve
This commit is contained in:
@@ -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, '/'))) {
|
||||
|
||||
Reference in New Issue
Block a user