<div dir="ltr"><div>In my setup when Invite comes to freeswitch dialplan plays a sound file and then Bridge the call to destination. I am using csv CDR and trying to get timestamp when there is either 180 or 183 from end destination (After bridge). What variables should I use the correct progress timestamp.<br><br></div><div>I printed variables in two extensions ..<br><br></div><div>Extension 1 (where sound file is being played)<br>------------------------------------------------------------------<br>Caller-Profile-Created-Time: [1422696316256090]<br>Caller-Channel-Created-Time: [1422696316256090]<br>Caller-Channel-Answered-Time: [0]<br>Caller-Channel-Progress-Time: [0]<br>Caller-Channel-Progress-Media-Time: [0]<br><br>Extension 2 (where call is being bridged transferred from Extension 1)<br>----------------------------------------------------------------------------------------------------<br>Caller-Profile-Created-Time: [1422696320776083]<br>Caller-Channel-Created-Time: [1422696316256090]<br>Caller-Channel-Answered-Time: [0]<br>Caller-Channel-Progress-Time: [0]<br>Caller-Channel-Progress-Media-Time: [1422696316256090]<br><br></div><div>From this log I think progress timestamp is the one generated when sound file plays but I need the progress time when 180/183 received after bridge.<br></div><div><br><br></div><br></div>