[Freeswitch-users] Controlling caller_id_name
Torstein Knutsen
torstein.knutsen at gmail.com
Wed Jun 6 14:17:52 MSD 2012
Hi
I'm trying to control the "caller_id_name" variable used in conferencing.
My dialplan looks like this :
<extension name="public_extensions">
<condition field="destination_number" expression="^(0meet)$">
<action application="conference" data="72013 at webconf"/>
When I call into the conference, I do an API "conference
xml_list" which gives details of the conferencees ..
I want to be able to change the caller_id_name in the listing, but all my
efforts for doing this via dialplan fails.
Is this even possible somehow ?
I tried to add this to the dialplan before executing the conference :
<action application="export" data="caller_id_name=Hobbes" />
<action application="set" data="caller_id_name=Hobbes" />
<action application="export" data="effective_caller_id_name=Hobbes" />
<action application="export" data="effective_caller_id_name=Hobbes" />
<action application="set" data="origination_caller_id_name=Hobbes" />
<action application="export" data="origination_caller_id_name=Hobbes" />
But to no avail...
Any pointers would be appreciated.
Thank you
Torstein
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120606/3df07dd5/attachment.html
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list