Hi<div><br></div><div>I&#39;m trying to control the &quot;caller_id_name&quot; variable used in conferencing.</div><div>My dialplan looks like this :</div><div><br></div><div><div>&lt;extension name=&quot;public_extensions&quot;&gt;</div>
<div>&lt;condition field=&quot;destination_number&quot; expression=&quot;^(0meet)$&quot;&gt;</div></div><div><div>&lt;action application=&quot;conference&quot; data=&quot;72013@webconf&quot;/&gt;</div></div><div><br></div>
<div>When I call into the conference, I do an API &quot;conference xml_list&quot; which gives details of the conferencees ..</div><div>I want to be able to change the caller_id_name in the listing, but all my efforts for doing this via dialplan fails.</div>
<div><br></div><div>Is this even possible somehow ?</div><div><br></div><div>I tried to add this to the dialplan before executing the conference :</div><div><div><div>&lt;action application=&quot;export&quot; data=&quot;caller_id_name=Hobbes&quot; /&gt;</div>
<div>&lt;action application=&quot;set&quot; data=&quot;caller_id_name=Hobbes&quot; /&gt;</div></div></div><div><div>&lt;action application=&quot;export&quot; data=&quot;effective_caller_id_name=Hobbes&quot; /&gt;</div><div>
&lt;action application=&quot;export&quot; data=&quot;effective_caller_id_name=Hobbes&quot; /&gt;</div></div><div><div>&lt;action application=&quot;set&quot; data=&quot;origination_caller_id_name=Hobbes&quot; /&gt;</div><div>
&lt;action application=&quot;export&quot; data=&quot;origination_caller_id_name=Hobbes&quot; /&gt;</div></div><div><br></div><div>But to no avail...</div><div><br></div><div>Any pointers would be appreciated.</div><div><br>
</div><div>Thank you</div><div>Torstein</div><div><br></div>