Hi Guys,<br><br>I am a beginner to FreeSWITCH. I have few questions.<br><br>1. What is the difference between BRIDGE, ORIGINATE and TRANSFER.<br>2. I have two FreeSWITCH box. BoxA and BoxB<br>    1. User will make a call to BoxA; BoxA&#39;s IVR collect some information i.e. userid and pin.<br>
    2. Now BoxA will forward/transfer/bridge call to BoxB&#39;s IVR ( here i want to pass userid as channel variable)<br>    3. Box B will ask for another pin i.e. pin2, verifies the same and pass whether pin2 is correct or not to BoxA (also transfers the call to boxA&#39;s ivr)<br>
    4. Box A  shall play message to User whether this process is successful or not. And then call shall be hanged up.<br>  <br>    My work till date is <br>   1. setup the two freeswitch ivr, box a and box b.<br>   2. I wrote .net code to handle the individual role. i.e. to ask user id and pin<br>
   3. I facing the problem in forwarding a call from boxA to boxB along with the userID <br>Please suggest the best way to implement it. I hope I have explained the scenario properly.<br><br>Thanks &amp; Regards,<br><br>Jigs.<br>