05-05-2006 11:53 AM - edited 03-15-2019 04:20 AM
I need to use the bulk speed dial feature in CME 4.0. I have set up the lists and tested calling.. All this works fine. However, I need to enter pauses in the dial string. The administration doc indicates that a comma should insert a one second pause. This does not work and also seems kind of wierd for a csv file.. Anyone get this to work??
Thanks!
-Patrick
Solved! Go to Solution.
05-06-2006 12:21 AM
Hello Patrick,
being that it is a csv(comma seperated variables) you'll probably have problems with this. To get the csv file to accept the commas as part of your string you will have to put quotes around it. Example
"123,,,456,,,",test,test
Patrick
05-06-2006 12:21 AM
Hello Patrick,
being that it is a csv(comma seperated variables) you'll probably have problems with this. To get the csv file to accept the commas as part of your string you will have to put quotes around it. Example
"123,,,456,,,",test,test
Patrick
05-08-2006 07:07 AM
You are the king! That worked like a champ..
Thanks!
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