Page 1 of 1

Recording link to clipboard

PostPosted: Fri Jul 24, 2020 5:25 pm
by destefanix
Hi guys,
does anyone has tested or ever made somethung similar? I'd like to create a button in my script that, once the agent stops on-demand recording, copies the link to clipboard and make it ready to paste in other external tools.

Once agent presses START RECORDING system shows something like "20200724-184726_123456789" for example. Is there a solution to concatenate all the other parts of the string, like "http://XX.XX.XX.XX/RECORDINGS/MP3/" & "20200724-184726_123456789" & ="-all.mp3"?

Thanks!

Re: Recording link to clipboard

PostPosted: Fri Aug 07, 2020 2:44 pm
by williamconley
Not a part of Vicidial, but could be built in javascript and added. This would require modifying the code, which would require customizing it again if you update. Concatenation included.

However, you could (instead) use a server-side method in the dispo url field, and that script could even perform the paste into wherever the agent should be putting that value (removing human error from the equation). The dispo url script even gets the disposition so that value can be used in decisionmaking.