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