Fix output endpoint.
This commit is contained in:
parent
bc686a6db5
commit
06491b1a28
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue