Setup archivedir yesterday and checked it today. Appears it does not record the radio, just the linked nodes. Don’t see much for configuration or see anything that I would change to get it to record the radio parts. I hoped to record a net last night but I just got the audio parts from linked nodes. Anyone know if that is expected?
Could you add some details…
are you using asl3 and is it up to date ?
What duplex mode are you using in rpt.conf
and what duplex mode in your uri conf
Yes this node is ASL3 beta. Using duplex=1. Does yours record the radio side as well? I have a duplex=2 node I will be testing next. No duplex setting in simpleusb.conf.
Sorry, my test server has no radio connections.
But I did want to get the needed data in front for everyone to see and think about.
Make sure the software is up to date. I will sleep on it for now.
But, by chance are you using llinktolink=yes ?
I have similar problem, recording from radio not working. ASL3
chmod -R 755 /path/to/directory
Mine are all rw-r–r-- asterisk:asterisk, but none include audio from the radio, on my simplex node. Just brought my duplex node back up and it appears to be recording the radio audio as expected.
Negative. But I noticed this morning my full duplex node, latest and greatest but not on beta, is recording the radio. So I will pole around the other node some more and see if it’s related to duplex setting. Sorry, that’s in reply to the question Mike last posted.
First you do need to create the node number as a directory in the listed path.
For me it is
/var/www/html/audio/1021
so
mkdir /var/www/html/audio/1021
then
chmod -R 755 /var/www/html/audio/
and also
chown -R asterisk:asterisk /var/www/html/audio/
So, create the needed directory first.
(I use a html folder as I have made other tools to listen online, but adjust to desire)
Then you are setting the ownership and permissions recursively to include files that may be created afterwards.
Should work.
It may be that the creation and rights may be different between the usb/radio driver and the dahdi driver, hence opening it up a bit to 755 recursively should resolve any issue.
That looks like old info. Latest version creates the node directory in the directory specified in the archivedir entry in rpt.conf node section. That’s all working well. Plenty of .WAV files landing there as expected, just no radio audio in them.
I would say, test what I put up in a new directory.
Changing the archive directory in the file to point to the test directory.
I will confirm that I get no record from a iaxrpt connection, no audio or log entry.
It appears to be broken.
edit:
A second check says I forgot to reconnect my private node that was doing the archive recording after a restart.
So, all works for me using the above but I can’t check radio input on a VPS server.
But mine does not auto-create the node# directory from a iax or link input. Double tested.