<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt">Hello Everyone !<br><br>I am using mod_callcenter application to queue the incoming calls. I also want the calls to be recorded. The line to use to record incoming calls, as I have found in documentation is :<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name="record-template" value="$${base_dir}/recordings/callntrade/${strftime(%Y-%m-%d-%H-%M-%S)}_${caller_id_number}_${destination_number}.wav"/&gt; <br><br>When a caller calls, s/he is greeted by the IVR. On selecting one of the options the caller is passed to the queue. <br>When I use this, the destination number is the number that indicates the queue. The number that I have assigned is 001 for the queue. If there are multiple agents, the call gets routed to one of them. The filename always has 001 as the destination number and not the number of the agent who handles the call. How
 can I include the name/number of the agent who finally handles the call ? <br><br>Please let me know if you happen to know how this needs to be done.<br><br>Thanks.<br>Ravi<br><br><div><br></div></div></body></html>