It capture audio from a) station ids and anyone who has come INTO my node. It does not capture anything originating when I call directly into the node (I have an antenna hat with a freq of xxxx pl yyyy).
What’s the node configuration? Radio-less? simplex? voter?
archiveaudio won’t capture anything sent directly to the node if duplex=3, in my experience.
To get around that on a node that was configured this way, I set up a second private node on the same system with archiving, then connected the two.
Try adding a trailing “/” to the end of your archivedir entry. e.g.
archivedir = /var/log/asterisk/audio/
Make sure user “asterisk” owns or has write permission for that directory path. A new directory for your node number will be created under that path containing the audio files.
It’s been a longstanding issue for local audio. I haven’t heard anything that can fix it (yet), other than standing up a second node (even private, in the same hardware) and permalinking the two and archiving off of that node instead.