Hi<div><br></div><div>I'm trying to control the "caller_id_name" variable used in conferencing.</div><div>My dialplan looks like this :</div><div><br></div><div><div><extension name="public_extensions"></div>
<div><condition field="destination_number" expression="^(0meet)$"></div></div><div><div><action application="conference" data="72013@webconf"/></div></div><div><br></div>
<div>When I call into the conference, I do an API "conference xml_list" 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><action application="export" data="caller_id_name=Hobbes" /></div>
<div><action application="set" data="caller_id_name=Hobbes" /></div></div></div><div><div><action application="export" data="effective_caller_id_name=Hobbes" /></div><div>
<action application="export" data="effective_caller_id_name=Hobbes" /></div></div><div><div><action application="set" data="origination_caller_id_name=Hobbes" /></div><div>
<action application="export" data="origination_caller_id_name=Hobbes" /></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>