You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a simple script that makes a call and plays and audio file. After the call is finished I try to collect the result, but I don't know where to get it.
I tried different approaches:
Collecting the "OnReleased: reason: ??????????" (but there is a message for every step on the script)
Collecting the last Handling PDU "1 REGISTER <401>"
Reading the exit code (that generally it's just 0 unless the program crashes)
The text was updated successfully, but these errors were encountered:
I am using a simple script that makes a call and plays and audio file. After the call is finished I try to collect the result, but I don't know where to get it.
I tried different approaches:
The text was updated successfully, but these errors were encountered: