Displaying 1 result from an estimated 1 matches for "vrec_prompts".
2009 May 13
2
Add Monitor application to call suppresses audio
...recording and the caller hears no audio. Occasionally it
works (perhaps 1 out of 5 times) but most of the time the caller can't
hear the callee, and vice versa.
The fully working code looks like this:
1) exten => s,n(place),Verbose(4,Dialing answering service);
2) exten => s,n,Playback(vrec_prompts/this-call-may-be-recorded);
3) exten => s,n,Set(GROUP()=ANSSVC);
4) exten =>
s,n,Set(CALLFILENAME=${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}_${CALLERID(num)});
5) exten => s,n,Dial(${OUTGOING_PRI}/${ANSWERINGSVC},15,r);
6) exten => s,n,Goto(s-${DIALSTATUS},1);
If I insert
exten => s,n,Mo...