When I install * I don’t get an outgoing directory to drop call files into. I have used AAH and Trixbox in the past on local machines, but now I am trying to get * up on a Godaddy virtual server (fedora 2 core). In the Makefile, there are all the other /var/spool/asterisk directories, but no outgoing.
mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/voicemail
mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/dictate
mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/system
mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/tmp
mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/meetme
mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/monitor
Is there a new place to drop call files, or have I missed something in the install?