FireBrick Call Recording: Difference between revisions
Appearance
Content deleted Content added
| Line 70: | Line 70: | ||
The A&A/Firebrick call recording software has seven possible arguments / switches: |
The A&A/Firebrick call recording software has seven possible arguments / switches: |
||
''rec-script'' / ''r'': path to your recording script |
* ''rec-script'' / ''r'': path to your recording script |
||
''save-script'' / ''s'': path to your saved file script |
* ''save-script'' / ''s'': path to your saved file script |
||
''bind-host'' / ''h'': binds host to the hostname you provide |
* ''bind-host'' / ''h'': binds host to the hostname you provide |
||
''bind-port'' / ''p'': binds to the port you provide |
* ''bind-port'' / ''p'': binds to the port you provide |
||
''directory'' / ''d'': sets the directory path for wav files to be used in audio playback / announcements (see below) |
* ''directory'' / ''d'': sets the directory path for wav files to be used in audio playback / announcements (see below) |
||
''debug'' / ''v'': enables verbose / debug mode |
* ''debug'' / ''v'': enables verbose / debug mode |
||
''dump'\ / ''V'': outputs a packet dump |
* ''dump'\ / ''V'': outputs a packet dump |
||
So, for example, if you wanted to run ''voip-record'' with a call recording script at ''/voipuser/voip-answer/python/voip-rec-email/voip_rec_email.py'', serving wav files for announcements from ''/voipuser/voip-answer/sounds/'', you would run it with: |
So, for example, if you wanted to run ''voip-record'' with a call recording script at ''/voipuser/voip-answer/python/voip-rec-email/voip_rec_email.py'', serving wav files for announcements from ''/voipuser/voip-answer/sounds/'', you would run it with: |
||