<div dir="ltr"><div><div><div><div>Hi everyone, I am having a difficult time with an idea that I thought made sense in my head but apparently isn&#39;t working how I think it should and need to know what I am doing wrong.<br>
<br></div>I originate a call using the event socket<br></div>originate {userid=1234,execute_on_answer=&#39;transfer call_user_into_conference_123456 XML public&#39;,ignore_early_media=true,origination_caller_id_name=&#39;1234&#39;,originate_timeout=120,origination_caller_id_number=&#39;1234&#39; }user/1000 &amp;park()<br>
<br></div>This should and does execute the extension<br>&lt;extension name=&quot;call_user_into_conference&quot;&gt;<br>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^call_user_into_conference_(\\d+)$&quot;&gt;<br>
        &lt;action application=&quot;playback&quot; data=&quot;conference/8000/welcome.wav&quot;/&gt;<br>        &lt;action application=&quot;conference&quot; data=&quot;$1@wideband&quot;/&gt;<br>      &lt;/condition&gt;<br>
    &lt;/extension&gt;<br><br></div>when I answer the phone, testing the call, it plays the file then moves me into the conference which is perfect.  The problem is I have code monitoring Caller-Caller-ID-Name and that gets moved to Outbound Caller some time between me answering the call and conferencing it, I have tried setting effective_caller_id_name and such but it still changes my caller id name to &quot;Outbound Call&quot;.  Any advice on how to fix this would be awesome.<br>
</div>