<div dir="ltr"><div><div><div><div><div><div><div>Here is my call flow and issue <br><br></div>Step1 -- Call comes to freeswitch default dialplan<br></div>Step2 -- I set some custom channel variables )sip_h_my_var<br></div>Step3 -- I fork the call to multiple destinations using bridge application with coma separated list.<br></div>Step4 - As one of the destination is my own freeswitch itself, call again comes to same profile with different destination prefix<br></div>Step5 - I catch the call in different extension and try to access channel variable sip_h_my_var but get nil value<br><br></div>I tried export application and Bridge application arguments to pass variables but I do not see my variables when i dump variables using Info application. I only see the variables as per the Initial invite (It converts some X- variables to sip_h_X variables)<br><br></div>What else can I try?<br></div>