06-08-2023 10:26 PM
Hello ,
we have 10 digit numbering right now.
we want callers to enter only 7 digit and we want add prefix 700 to that and route the 700 xxx xxxx from the ICM script.
can anyone help me how to do that
Solved! Go to Solution.
06-09-2023 06:59 AM - edited 06-09-2023 06:59 AM
You have it backwards from what you say you want, it should be concatenate("700" , Call.PeripheralVariable1). The way you have it, the label used would be 1234567700, vs. you want 7001234567.
And you can even save a step potentially, no need to write it as a variable, you can potentially just make the label be concatenate("700" , Call.CallerEnteredDigits)
06-08-2023 11:05 PM
There's a built in function which will allow you to concatenate. Check the function editor for it.
david
06-09-2023 02:06 AM
Hello David ,
I tried that function, but call is not going through.
06-09-2023 06:59 AM - edited 06-09-2023 06:59 AM
You have it backwards from what you say you want, it should be concatenate("700" , Call.PeripheralVariable1). The way you have it, the label used would be 1234567700, vs. you want 7001234567.
And you can even save a step potentially, no need to write it as a variable, you can potentially just make the label be concatenate("700" , Call.CallerEnteredDigits)
06-09-2023 07:12 AM
you are awesome .. Thank you very much
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide