directory:
- DIRECTORY_FILE
- VOICEMAIL_DIR
- LOG_DIR
fixlocalprefix:
These are either going to require a parser (not desirable because of performance indications) or otherwise require getting their paths elsewhere.
Options include:
- put in globals and pull out with phpagi (or pass in as arguments from dialplan)
- special case and insert the define statements in retrieve_conf when they get copied over, requires special handling.
passing in with global variables is probably the best way to handle these. retireve_conf can insert them, basically what should be inserted is all the ASTETCDIR, ASTAGIDIR, ASTSPOOLDIR, etc. style variables so that any other agi script could get access to them.