Displaying 1 result from an estimated 1 matches for "_57xxx".
2004 Jan 20
1
help - recording both sides of a conversati on
...ded here, I thank you and give you full credit.
> >
> > Here's how I do it. It's a bit convoluted, but I didn't want to record
> > everything. So, if a call comes in and I want to record it, I send it
> here:
> >
> > [ext-surrept]
> > exten => _57XXX,1,Answer
> > exten => _57XXX,2,Macro(record-enable)
> > exten => _57XXX,3,BackGround(for-quality-purposes)
> > exten => _57XXX,4,BackGround(this-call-may-be)
> > exten => _57XXX,5,BackGround(recorded)
> > exten => _57XXX,6,Dial(SIP/${EXTEN:1},120,tm)
>...