<div dir="ltr">Hey,<div><br></div><div>I am using the bridge command from mod_dptools as follows. I have a channel up on one FreeSWITCH server, let&#39;s call it FS1. I am trying to bridge to a conference running via mod_conference on another media server, FS2. This is the bridge command I am executing:</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">bridge {call_timeout=20,originate_timeout=20,ignore_early_media=&#39;false&#39;,hold_music=silence,sip_h_X-Conf-Flags-Moderator=false,custom_Test-Thing=&#39;some_value&#39;,local_var_clobber=&#39;true&#39;}[sip_invite_to_uri=&lt;sip:955@realm&gt;,origination_caller_id_number=&#39;3001&#39;,origination_caller_id_name=&#39;Test 1 Phone&#39;,ignore_early_media=&#39;true&#39;,sip_auth_username=&#39;omitted&#39;,sip_auth_password=&#39;omitted&#39;]sofia/sipinterface_1/conference@FS2_IP:11000<br></blockquote><div><br></div><div>This results in a new b-leg channel on FS2, but upon a &quot;uuid_dump &lt;b-leg-channel&gt;&quot; on FS2, I do not see the variables specified in the bridge command. Specifically, I am trying to get &quot;custom-Test-Thing&quot; to be present.</div><div><br></div><div>I am using the following doc:</div><div><a href="https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+bridge">https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+bridge</a><br></div><div><br></div><div>I have tried both the b-leg simple variables</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">(bridge [variable_scope=endpoint-1]&lt;target_endpoint&gt;,[variable_scope=endpoint-2]&lt;target_endpoint&gt;)</blockquote><div>and b-leg thread global approaches</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">bridge {variable_scope=thread_global}[variable_scope=endpoint-1]&lt;target_endpoint&gt;[,[variable_scope=endpoint-2]&lt;target_endpoint&gt;][|[variable_scope=endpoint-3]&lt;target_endpoint&gt;]<br></blockquote><div><br></div><div>Hoping to hear that I am just doing something wrong and that it is simple! I can supply whichever logs are necessary. </div></div>