Merge pull request #987 from hchen2020/master

Fix output endpoint.
This commit is contained in:
Haiping 2025-04-02 16:29:31 -05:00 committed by GitHub
commit 9402d9115e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
{