I was testing T.38 with Re-INVITE.  <br><br>Call Flow:  Inbound Carrier (1.2.3.4) -&gt; FS (Bypass Media) -&gt; Outbound Carrier that will send T.38 Re-INVITE (6.7.8.9).<br><br>However, I noticed that FS generated 2 CDRs for the same call, which are: 1) A-leg CDR from inbound carrier, and also 2) A-leg CDR from outbound carrier that send T.38 Re-INVITE.<br>
<br>I am wondering whether this is a normal behavior, or there is a way to ignore the 2nd CDR?<br><br><br>Example of 2 FS CDRs below:<br><br><br>1 : caller_id_name                      = +16193301897<br>2 : caller_id_number                    = +16193301897<br>
3 : aniii                               = 0<br>4 : destination_number                  = +12133456789<br>5 : context                             = routing<br>6 : start_stamp                         = 2012-09-13 21:12:13<br>
7 : answer_stamp                        = 2012-09-13 21:12:13<br>8 : end_stamp                           = 2012-09-13 21:14:06<br>9 : duration                            = 113<br>10: billsec                             = 113<br>
11: hangup_cause                        = NORMAL_CLEARING<br>12: channel_name                        = sofia/fs/+<a href="http://16193301897@1.2.3.4:5060">16193301897@1.2.3.4:5060</a><br>13: bridge_channel                      = <br>
14: network_addr                        = 1.2.3.4<br>15: remote_ip_last_arg                  = sofia/fs/<a href="mailto:2133456789@6.7.8.9">2133456789@6.7.8.9</a><br>16: bleg_network_addr                   = 6.7.8.9<br>17: sip_hangup_disposition              = recv_bye<br>
18: endpoint_disposition                = ANSWER<br><br>*****************************************<br><br>1 : caller_id_name                      = 2133456789<br>2 : caller_id_number                    = 2133456789<br>3 : aniii                               = <br>
4 : destination_number                  = mod_sofia<br>5 : context                             = routing<br>6 : start_stamp                         = 2012-09-13 21:12:13<br>7 : answer_stamp                        = 2012-09-13 21:12:13<br>
8 : end_stamp                           = 2012-09-13 21:14:06<br>9 : duration                            = 113<br>10: billsec                             = 113<br>11: hangup_cause                        = NORMAL_CLEARING<br>
12: channel_name                        = sofia/fs/<a href="mailto:2133456789@6.7.8.9">2133456789@6.7.8.9</a><br>13: bridge_channel                      = <br>14: network_addr                        = 6.7.8.9<br>15: remote_ip_last_arg                  = <br>
16: bleg_network_addr                   =<br>17: sip_hangup_disposition              = send_bye<br>18: endpoint_disposition                = INBOUND CALL<br><br><br>Thank you.<br>