Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

FireBrick Call Recording: Difference between revisions

Reflected change to email address handling in voip-answer.c
(Reflected change to email address handling in voip-answer.c)
b.) make sure that you have siptools.c in dep/
 
2.) depending on your version of voip-answer.c, you may need to set the email address parameter (i.e. the ''from'' address). Change line 803 from:
 
sprintf (temp, "sip:%c@voiceless.aa.net.uk", done);
 
to whatever email address you want to the recordings to be sent from. (%c is the unique ID of the call recording)
 
(As of 9th August 2018, this has been replaced in voip-answer.c with "sip:%s%.*s", so no modification is necessary.)
 
3.) By default, the (temporary) path for the recordings is /tmp/. If you want to change this, amend line 62:
43

edits