cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
743
Views
0
Helpful
1
Replies

UCCX, Formatting the recorded file name by adding time

Hello ,

       Am currently working on simple application that record call with the IVR using the UCCX and my issue is that I need to add the time stamp "hh:mm:ss" to the recorded file name.wav

below the set step contents, and how please to add the time to the recrded file name?

-------------------------------------

st5.transfer("FeedBack/c_"+D[now] .date+"."+D[now] .month+"."+D[now].year+"_"+dn+ "_"+D[now].hour+".wav" , Question.getInputStream())  

--------------------------------------

using the above config the output file name is as follow c_31.7.2018_2065__3.wav

 

TIA

1 Accepted Solution
1 Reply 1