mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-18 09:32:34 +00:00
FS-3403 --resolve
This commit is contained in:
parent
e3698c2067
commit
59afd96128
@ -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';
|
*dp2++ = '\0';
|
||||||
} else {
|
} else {
|
||||||
if ((dp2 = strchr(dest2, '/'))) {
|
if ((dp2 = strchr(dest2, '/'))) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user