Upload softphone call recordings to network folder
1. Open Integration - Third-party Systems:
2. Click Add Handler button:
3. Select «Call end» event in Event dropdown list.
4. Select your SIP account in SIP account dropdown list. You can leave the All option, then Softphone.Pro will execute this event handler for all SIP accounts defined in program settings.
5. Select Launch a program in Action dropdown list:
6. Enter the command in URL/Program field.
This command copies audio files to network folder (audio files will not be removed on a local computer):
C:\Windows\System32\cmd.exe /c robocopy %LOCALAPPDATA%\SoftphonePro\records \\SERVER\FOLDERReplace the
\\SERVER\FOLDER
with your network folder full path.
If you want to store audio files on a network folder only then add /mov
parameter (see the example below). Note that user won't be able to play call recordings on History window.
C:\Windows\System32\cmd.exe /c robocopy %LOCALAPPDATA%\SoftphonePro\records \\SERVER\FOLDER /movReplace the
\\SERVER\FOLDER
with your network folder full path.
7. Click Save button to save settings.