[Freeswitch-users] About "origination_callee_id_name", callee ID name appears in the caller phone's display
sparklezou
sparklezou at 163.com
Tue Jan 28 05:54:56 MSK 2014
Hi Mitja and FS buddies,
Thanks!
Fist of all, it's the last version 1.2.18
Q1: It’s my mistake when writing email. Double checked. Two sentence is NOT work fine.
<action application="set" data="origination_callee_id_name=${user_data(${dialed_extension}@${domain_name} var effective_caller_id_name)}"/>
<action application="bridge" data="user/${dialed_extension}@${domain_name}"/>
Q2: I think it’s the problem of Freeswith. The sip log is attached.
During ring,
In the FS---> Caller 183 message, Remote-Party-ID: "3366" <sip:3366 at 172.0.0.10>;party=calling;privacy=off;screen=no
Here the Display name is NOT correct, still the phone number.
It should be, Remote-Party-ID: "Jackie Chan" <sip:3366 at 172.0.0.10>;party=calling;privacy=off;screen=no
When answered,
In the FS---> Caller 200 message, Remote-Party-ID: "Jackie Chan" <sip:3366 at 172.0.0.10>;party=calling;privacy=off;screen=no
Here Display is correct and show on the caller pone.
It should be the bug.
2014-01-28
sparklezou
发件人:Mitja <unau0 at gmx.de>
发送时间:2014-01-28 00:47
主题:Re: [Freeswitch-users] About "origination_callee_id_name", callee ID name appears in the caller phone's display
收件人:"FreeSWITCH Users Help"<freeswitch-users at lists.freeswitch.org>
抄送:
Hey,
to question 1:
I think in your two "sentence" example you just have closing brace too much after effective_caller_id_name.
<action application="set" data="origination_callee_id_name=${user_data(${dialed_extension}@${domain_name} var effective_caller_id_name)}}"/>
<action application="bridge" data="user/${dialed_extension}@${domain_name}"/>
I marked the braces in colors to show you which pair belongs together. Youll see the red one has no matching opening brace.
to question 2:
I'm not sure but I think this is a phone depended issue and not freeswitch related.
Regards,
Mitja
Am 27.01.2014 10:37, schrieb sparklezou:
Hi All buddies,
I have read the wiki, https://wiki.freeswitch.org/wiki/Variable_origination_callee_id_name
And seems work now. Here still are several questions.
Please help me. Thanks in advance!
1.
two sentence as following is NOT work. why?
<action application="set" data="origination_callee_id_name=${user_data(${dialed_extension}@${domain_name} var effective_caller_id_name)}}"/>
<action application="bridge" data="user/${dialed_extension}@${domain_name}"/>
one sentence as following is work.
<action application="bridge" data="{origination_callee_id_name=${user_data(${dialed_extension}@${domain_name} var effective_caller_id_name)}}user/${dialed_extension}@${domain_name}"/>
2. During the ring, it's still showing the number, NOT name. During answering, it's showing the name. I hope the name is showed during ring. How to do?
Thanks!
2014-01-27
sparklezou
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20140128/5bcda2ac/attachment-0001.html
Join us at ClueCon 2013 Aug 6-8, 2013
More information about the FreeSWITCH-users
mailing list