startrecord=true label= nodetype=14 comment=This is called as a command with mailbox nextactiontype=3 nextactionaction= endrecord=true startrecord=true label= nodetype=7 filename=avm:rexx/processmailboxhead.avm nextactiontype=3 nextactionaction= endrecord=true startrecord=true label= nodetype=8 line1= line2=parse arg mailbox . line3=call loadMailBox(mailbox) line4=calledSysop = 0 line5=pagedSysop = 0 line6= line7= line8= line9= line10= nextactiontype=3 nextactionaction= endrecord=true startrecord=true label= nodetype=8 line1=if mailbox.autoalertb = 1 & mailbox.autoalertscript ~= '' then line2= address rexx 'alertsysop' mailbox line3= line4= line5= line6= line7= line8= line9= line10= nextactiontype=3 nextactionaction= endrecord=true startrecord=true label= nodetype=1 filename=voiceFile(mailbox,'Personal') comment= keyactiontype=0 keyactionaction=aakeypressed faxactiontype=0 faxactionaction=stdfax dataactiontype=0 dataactionaction=stddata busyactiontype=0 busyactionaction=stdbusy abortactiontype=0 abortactionaction=stdabort erroractiontype=3 erroractionaction= nextactiontype=3 nextactionaction= endrecord=true startrecord=true label=aaAnnounce nodetype=8 line1=if mailbox.autoforwardannounce = 1 & mailbox.autoforward ~= '' then call announceForwardNumber line2= line3= line4= line5= line6= line7= line8= line9= line10= nextactiontype=3 nextactionaction= endrecord=true startrecord=true label=aanopersonal nodetype=1 filename='avm:voices/MailboxGreeting' comment=Press 2 to send a fax now. Or, wait for the beep, leave your message, then press 1 when you're done. keyactiontype=0 keyactionaction=aakeypressed faxactiontype=0 faxactionaction=stdfax dataactiontype=0 dataactionaction=stddata busyactiontype=0 busyactionaction=stdbusy abortactiontype=0 abortactionaction=stdabort erroractiontype=0 erroractionaction=stderror nextactiontype=3 nextactionaction= endrecord=true startrecord=true label= nodetype=14 comment=Init log file stuff nextactiontype=3 nextactionaction= endrecord=true startrecord=true label=aaskipinstructions nodetype=8 line1=handle = makeUniqueFile() line2=call initLogEntry() line3=call time('r') line4= line5= line6= line7= line8= line9= line10= nextactiontype=3 nextactionaction= endrecord=true startrecord=true label= nodetype=8 line1=userBeep = getclip('AVMUserBeep') line2=if userBeep = 'YES' then do line3= line4= line5= line6= line7= line8= line9= line10= nextactiontype=3 nextactionaction= endrecord=true startrecord=true label= nodetype=1 filename='avm:voices/UserBeep' comment=beep keyactiontype=0 keyactionaction=aakeypressed faxactiontype=0 faxactionaction=stdfax dataactiontype=0 dataactionaction=stddata busyactiontype=0 busyactionaction=stdbusy abortactiontype=0 abortactionaction=stdabort erroractiontype=0 erroractionaction=stderror nextactiontype=3 nextactionaction= endrecord=true startrecord=true label= nodetype=8 line1=end; else do line2= line3= line4= line5= line6= line7= line8= line9= line10= nextactiontype=3 nextactionaction= endrecord=true startrecord=true label= nodetype=2 frequency1=1500 frequency2=0 duration=40 keyactiontype=3 keyactionaction=aakeypressed faxactiontype=0 faxactionaction=stdfax dataactiontype=0 dataactionaction=stddata busyactiontype=0 busyactionaction=stdbusy abortactiontype=0 abortactionaction=stdabort erroractiontype=0 erroractionaction=stderror nextactiontype=3 nextactionaction= endrecord=true startrecord=true label= nodetype=8 line1=end line2= line3= line4= line5= line6= line7= line8= line9= line10= nextactiontype=3 nextactionaction= endrecord=true startrecord=true label= nodetype=0 filename=voiceFile(mailbox,handle) recordinglength=0 silenceinterval=-1 silencethreshold=-1 keyactiontype=2 keyactionaction=call aafixlog; signal aakeypressedafterrecord quietactiontype=2 quietactionaction=call aafixlog; signal stdabort silenceactiontype=2 silenceactionaction=call aafixlog; if upper(getclip('AVMDataAfterSilence')) = 'YES' then signal stddata; else signal stdabort faxactiontype=2 faxactionaction=call aafixlog; signal stdfax dataactiontype=2 dataactionaction=call aafixlog; signal stddata busyactiontype=2 busyactionaction=call aafixlog; signal stdbusy timedoutactiontype=2 timedoutactionaction=call aafixlog; signal aakeypressedafterrecord abortactiontype=2 abortactionaction=call aafixlog; signal stdabort erroractiontype=2 erroractionaction=call aafixlog; signal stderror nextactiontype=3 nextactionaction= endrecord=true startrecord=true label= nodetype=14 comment=Shouldn't get here nextactiontype=0 nextactionaction=stderror endrecord=true startrecord=true label=aafixlog nodetype=14 comment=This writes out the log file nextactiontype=3 nextactionaction= endrecord=true startrecord=true label= nodetype=8 line1=if mailbox.autoforwardb = 1 & mailbox.autoforwardondemand = "" & calledSysop = 0 then do line2= line3= call aaCallSysop line4=end line5=if mailbox.autopageb = 1 & mailbox.autopageondemand = "" & pagedSysop = 0 then do line6= line7= call aaPageSysop line8=end line9= line10= nextactiontype=3 nextactionaction= endrecord=true startrecord=true label= nodetype=8 line1=log.filename = handle line2=log.length = trunc(time('e')) line3=log.type = 'voice'; log.origMailbox = mailbox line4=call saveLogEntry(mailbox, handle) line5=preConv = upper(getclip('AVMPreConvert')); preConvShow = upper(getclip('AVMShowPreConvertGUI')) line6=if preConv = 'YES' then line7= if preConvShow = 'YES' then address command 'run >nil: nil: