line3=else if logtype = 'VOICE' then signal isvoice
line4=else signal isunknown
line5=
line6=
line7=
line8=
line9=
line10=
nextactiontype=3
nextactionaction=
endrecord=true
startrecord=true
label=isfax
nodetype=1
filename='avm:voices/FaxMessage'
comment=This is a fax entry.
keyactiontype=3
keyactionaction=
faxactiontype=0
faxactionaction=stdfax
dataactiontype=0
dataactionaction=stddata
busyactiontype=0
busyactionaction=stdbusy
abortactiontype=0
abortactionaction=stdabort
erroractiontype=0
erroractionaction=stderror
nextactiontype=0
nextactionaction=aftertype
endrecord=true
startrecord=true
label=isvoice
nodetype=2
frequency1=3000
frequency2=0
duration=4
keyactiontype=3
keyactionaction=
faxactiontype=3
faxactionaction=
dataactiontype=3
dataactionaction=
busyactiontype=3
busyactionaction=
abortactiontype=0
abortactionaction=stdabort
erroractiontype=0
erroractionaction=stderror
nextactiontype=3
nextactionaction=
endrecord=true
startrecord=true
label=
nodetype=1
filename=voiceFile(mailbox, log.filename)
comment=
keyactiontype=3
keyactionaction=
faxactiontype=3
faxactionaction=
dataactiontype=3
dataactionaction=
busyactiontype=3
busyactionaction=
abortactiontype=0
abortactionaction=stdabort
erroractiontype=3
erroractionaction=
nextactiontype=3
nextactionaction=
endrecord=true
startrecord=true
label=
nodetype=12
nextactiontype=3
nextactionaction=
endrecord=true
startrecord=true
label=
nodetype=2
frequency1=3000
frequency2=0
duration=4
keyactiontype=3
keyactionaction=
faxactiontype=3
faxactionaction=
dataactiontype=3
dataactionaction=
busyactiontype=3
busyactionaction=
abortactiontype=0
abortactionaction=stdabort
erroractiontype=0
erroractionaction=stderror
nextactiontype=0
nextactionaction=aftertype
endrecord=true
startrecord=true
label=isunknown
nodetype=1
filename='avm:voices/UnknownMessage'
comment=This is an unknown message.
keyactiontype=3
keyactionaction=
faxactiontype=0
faxactionaction=stdfax
dataactiontype=0
dataactionaction=stddata
busyactiontype=0
busyactionaction=stdbusy
abortactiontype=0
abortactionaction=stdabort
erroractiontype=0
erroractionaction=stderror
nextactiontype=0
nextactionaction=aftertype
endrecord=true
startrecord=true
label=aftertype
nodetype=3
filename='avm:voices/RetrieveMessages'
comment=Enter 1 to play the message again, 2 to play the time, 3 to play the telephone numbers, 4 to listen to the next message, 5 to delete this message, 6 to archive this message, 7 to forward this message, 8 to reply to it [0=repeat menu, *=hangup, #=previous menu]
retries=3
zeroactiontype=0
zeroactionaction=aftertype
oneactiontype=0
oneactionaction=retrievemessagesagain
twoactiontype=2
twoactionaction=call playtimedate()
threeactiontype=2
threeactionaction=call playtelcidnumber()
fouractiontype=0
fouractionaction=processNextMessage
fiveactiontype=2
fiveactionaction=address rexx 'delete' mailbox currentHandle; signal processNextMessage
sixactiontype=2
sixactionaction=if isOutgoing = 0 then address rexx 'archive' mailbox currentHandle; else address rexx 'archiveoutgoing' mailbox currentHandle; signal processNextMessage