I’m attempting to have part of my dialplan be asynchronous by using ExternalIVR(). To my understanding, this forks a child process that can stream files etc without blocking.
However, this is actually blocking my dialplan until the child process dies. Is this the intended behavior? How can I run asynchronous commands? I posted a link to the reference I’ve been using. Thanks