I implemented in-queue flow to create callback,however normally when the agent makes an outbound call he has to add 9 before the number instead of country code,
for Callback, it shows the number with country code, so the call will not be initiated.
there is any way to replace ( 002 ) with(9) in the flow? so the agent will dial the number automatic and il will be initiated
@Emanhalim You could set the input value to the callback number equal to Replace(Call.ANI, "002", "9"). This would update the number that will be called.