search for: abckey

Displaying 1 result from an estimated 1 matches for "abckey".

Did you mean: abbey
2020 Feb 04
0
Always Be Conferencing v16e - pure AEL-based dial plan solution
...first 16 characters from the key file. */ macro pngnpbx-abc-key-read(fpath_) { local fn="pngnpbx-abc-key.txt"; //local fp="/etc/asterisk/keys"; local fp="/var/lib/asterisk/keys"; if( ${LEN(${fpath_})} > 0 ) { Set(fp=${fpath_}); } Set(abckey=${FILE(${fp}/${fn},0,16)}); if( ${LEN(${abckey})} != 16 ) { Set(abckey=); } return; } /* The "key-gen" macro generates a new key and saves it in to a file. */ macro pngnpbx-abc-key-gen(fpath_) { local fn="pngnpbx-abc-key.txt"; //local fp="/etc/a...