Yealink Forums

Full Version: Bug: sip.disp_incall_to_info = 1 does not work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
SIP-T48S
Firmware Version 66.84.0.15
Hardware Version 65.0.0.0.0.0.0

I have one sip account with 3 different phone numbers.
The phone number which gets called is transmitted in the to header.
So I was happy to find the parameter sip.disp_incall_to_info in the admin manual and imported it: sip.disp_incall_to_info = 1
The problem is that it doesn't work. The display of incoming calls didn't change and I still don't know which number got called.

Is this a known problem or does this option work for someone?
Not sure about that setting but usually this is something that would have to be handled/setup by your SIP provider. It may be that they are not even passing the called DID information to the phone at all.

On our managed PBXes when we do this we typically add logic to prepend the CallerID with some value that indicates the dialed number (i.e. last three digits of dialed number plus a colon). Otherwise different DIDs are configured as different accounts and ring on different line keys.

I would suggest contacting your provider to see what/how they recommend handling it
It is well documented that the number is transmited in the to header and I have verified it by tracing a call.

The problem is not the provider but a bug in the yealink firmware.
(06-13-2019 08:17 PM)blink Wrote: [ -> ]SIP-T48S
Firmware Version 66.84.0.15
Hardware Version 65.0.0.0.0.0.0

I have one sip account with 3 different phone numbers.
The phone number which gets called is transmitted in the to header.
So I was happy to find the parameter sip.disp_incall_to_info in the admin manual and imported it: sip.disp_incall_to_info = 1
The problem is that it doesn't work. The display of incoming calls didn't change and I still don't know which number got called.

Is this a known problem or does this option work for someone?

Please enable this parameter to display the callee on the screen.
phone_setting.called_party_info_display.enable = 1

Best Regards,
Simons
(06-18-2019 07:53 AM)Simons_Yealink Wrote: [ -> ]Please enable this parameter to display the callee on the screen.
phone_setting.called_party_info_display.enable = 1
All relevant options are already set:
Code:
phone_setting.call_info_display_method = 4
phone_setting.called_party_info_display.enable = 1
phone_setting.contact_photo_display.enable = 0
sip.disp_incall_to_info = 1
Reference URL's