I have the feeling I know the answer to this question, but I’m rather hoping someone might know a workaround for what I need.
I need to be able to have two seperate recording channels going at once. One that is for the entire call, and the other that is only for a few seconds while a name is recorded.
Here is the basical concept of what I need:
Answer()
MixMonitor()
say "Please record your name at the sound of the beep… "
Record()
"name"
RecordOff()
go on with rest of call plan
MixMonitorOff()
Hangup()
Basically the project requires that a recoding of the call begin at the time the phone is offhook, and stop when hungup. But I also have a need to record a name for call screening as well
Does anyone have any references for this?