I need to show detailed information of a particular calluuid. I tried parsing .xml file generated by freeswitch(/usr/local/freeswitch/log/xml_cdr/archive/) but it does not show <b style="color: rgb(255, 0, 0);">the time at which a digit was pressed</b>.<br>
I checked plivo log(<span style="font-size:11pt;font-family:Arial;color:rgb(0, 0, 0);background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline">/usr/src/plivo/tmp/plivo-outbound.log)</span> also but it stores the log for all the calls in one file only.<br>
<br>I want this kind of information:<br><table border="1"><tbody><tr><th>TIME</th><th>EVENT</th><th>DETAILS</th></tr><tr><td>2011-08-31 10:51:57</td><td>PLAY</td><td>please_leave_your_message_after_the_beep.wav</td></tr><tr>
<td>2011-08-31 10:52:04</td><td>RECORD</td><td>1_1.wav</td></tr><tr><td>2011-08-31 10:52:08</td><td>PLAY</td><td>your_recorded_message_is.wav</td></tr><tr><td>2011-08-31 10:52:10</td><td>PLAY</td><td>1_1.wav</td></tr><tr>
<td style="color: rgb(255, 0, 0);" valign="top"><b>2011-08-31 10:52:21</b></td><td style="color: rgb(255, 0, 0);" valign="top"><b>DIGIT PRESSED</b></td><td style="color: rgb(255, 0, 0);" valign="top"><b>0<br></b></td></tr>
<tr><td>2011-08-31 10:52:22</td><td>PLAY</td><td>thank_you.wav</td></tr><tr><td>2011-08-31 10:52:23</td><td>PLAY</td><td>your_message_has_been_recorded_successfully.wav</td></tr></tbody></table><br>using .xml file generated by freeswitch(/usr/local/freeswitch/log/xml_cdr/archive/) I could parse all the information <b style="color: rgb(255, 0, 0);">other than &quot;DIGIT PRESSED&quot;</b> information.<br>
<br>Can anyone help ?<br>