<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>Hi,<br>
</span>
<div><br>
</div>
<div>I am working on a call flow which includes call transfer (A calls B (B is registered extension at freeswitch), B answers and then transfers the call to C and finally A and C are connected to each other). During call transfer, I want outbound leg to be
 handled as inbound leg through localhost interface at freeswitch hence creating separate CDR for that (basically this is a requirement at my prepaid billing system to have another inbound leg coming from freeswitch).
<br>
</div>
<div><br>
</div>
<div>Can someone please tell how can I configure public dialplan to work as above and route the call to my default dialplan for further routing? My current matching condition in public dialplan is as below where transferred leg with new prefix is simply going
 to default dialplan as outbound leg.  <br>
</div>
<div><br>
</div>
<div>    <extension name="xfer_calls"><br>
</div>
<div>      <condition field="destination_number" expression="^(1122)(\d+)$"><br>
</div>
<div>        <action application="transfer" data="$1$2 XML default"/><br>
</div>
<div>      </condition><br>
</div>
<div>    </extension><br>
</div>
<div><br>
</div>
<div>I tried to put "fs_path=sip:127.0.0.1" in above transfer application but that doesn't seem to be working. Please suggest. Thanks<br>
</div>
<div><br>
</div>
<span>Regards</span><br>
</div>
</body>
</html>