<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'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='transfer call_user_into_conference_123456 XML public',ignore_early_media=true,origination_caller_id_name='1234',originate_timeout=120,origination_caller_id_number='1234' }user/1000 &park()<br>
<br></div>This should and does execute the extension<br><extension name="call_user_into_conference"><br> <condition field="destination_number" expression="^call_user_into_conference_(\\d+)$"><br>
<action application="playback" data="conference/8000/welcome.wav"/><br> <action application="conference" data="$1@wideband"/><br> </condition><br>
</extension><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 "Outbound Call". Any advice on how to fix this would be awesome.<br>
</div>