<div dir="ltr"><div dir="ltr"><br><br>Hello everyone,<br>I am new to freeswitch and fusionpbx . I need help to forward calls coming from mobile A to  local phone (818) and send them to mobile B.Here is what i have tried but it doesn't work. Also calls are coming from my provider in public context then send to my ext in private context .<br><br><br>                phone:03312 818 private cx<br>                |<br>Mobile  ---- >  FS  ----------> Mobile<br>  A             public                B<br><br><br><br><extension name="myphones" continue="false" uuid="7acf4c28-45a0-47d1-b929-c9de90c73428"><br>    <condition field="destination_number" expression="^(03312\d{3})$"><br>        <action application="set" data="origination_caller_id_number=03312${dialed_user}"/><br>        <action application="set" data="effective_caller_id_number=${dialed_user}"/><br>        <action application="info" data=""/><br>        <action application="bridge" data="sofia/gateway/0a8d2462-403e-4923-ade9-10b24739adec/$1"/><br>    </condition><br></extension><br><br></div><div>appreciate any advice <br></div><div dir="ltr"><br></div></div>