- Joined
- Feb 10, 2025
- Messages
- 1
- Reaction score
- 0
Hello,
Our survey dialers running on our currently installed v18 systems do not work with v20. we were actively reaching more than 20 million people in our 5 customers with this survey, but now we have put the v20 upgrade on hold because we cannot send the customer number parameter first to make a call and then connect it to the IVR. when will there be an update on this issue?
The ServiceCall method I found in Samples does not work either.
Our survey dialers running on our currently installed v18 systems do not work with v20. we were actively reaching more than 20 million people in our 5 customers with this survey, but now we have put the v20 upgrade on hold because we cannot send the customer number parameter first to make a call and then connect it to the IVR. when will there be an update on this issue?
The ServiceCall method I found in Samples does not work either.
C#:
“servicecall” when (the_dn is RoutePoint || the_dn is Queue || the_dn is IVR) =>
await the_dn.ServiceCallAsync(new RPCParameters { { { “method”, “initiate_call” }, { “destination”, destination_string } }),