Displaying 1 result from an estimated 1 matches for "phonepages".
Did you mean:
homepages
2007 Sep 20
1
Paging MEETME_RECORDINGFILE Variable
...rt placing the recordings in the sounds
directory named meetme-conf-rec.######.wav. Which is the default is
MEETME_RECORDINGFILE is not set.
Anyone seen this issue before?
Thanks!
Forrest Beck
jonforrest.beck at gmail.com
www.shift8.biz
#!/bin/bash
#Set some variables
USFACULTY="ast-phonepages at somedomain.com"
LSFACULTY="ast-phonepages at somedomain.com"
USFACULTY="ast-phonepages at somedomain.com"
MONTH=`date +%B`
DAY=`date +%d`
YEAR=`date +%Y`
HOUR=`date +%I`
MINUTE=`date +%M`
ZONE=`date +%Z`
AMPM=`date +%P`
PGSOUNDDIR="/var/lib/asterisk/sounds/"
LO...