<font size="2">
<div>Hi,</div>
<div> </div>
<div>I want to start recording the caller automatically when the receptionist transfers a new sales lead to 567. I don't want the receptionist to have to press *1 manually for automon. Can someone recommend how best to accomplish this?
</div>
<div> </div>
<div> </div>
<div>exten => 567,1,Set(CALLERID(name)=SALES CALL)</div>
<div>exten => 567,n,Playback(recorded-for-training)</div>
<div>exten => 567,n,Dial(SIP/phone7&SIP/phone8&SIP/phone9&SIP/phone10&SIP/phone11&SIP/phone12,${SECS_TO_TIMEOUT}) ;Ring Sales Phones</div>
<div>exten => 567,n,Dial(SIP/phone1,${SECS_TO_TIMEOUT}) ;Send back to Receptionist</div>
<div> </div>
<div>Thanks in advance!</div></font>