Fix output endpoint.

This commit is contained in:
Haiping Chen 2025-04-02 16:25:37 -05:00
parent bc686a6db5
commit 06491b1a28

View file

@ -84,7 +84,7 @@ public class OutboundPhoneCallFn : IFunctionCallback
// Set up process URL streaming or synchronous
if (agent.Profiles.Contains("realtime"))
{
processUrl += "/stream";
processUrl += "/inbound";
}
else
{