[YMCS/YDMP Free Trial Program]Yealink would like to offer Free Trial Program of Yealink device management service for our current eligible customers. You can see the details below.
https://www.yealink.com/ydmp-freetrial-2020


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
image to screen on calls
Author Message
brandywine Offline
Junior Member
**

Posts: 10
Joined: Jun 2015
Reputation: 0
Post: #1
image to screen on calls
Description:

I am using a Vodia.com SIP server for PBX, in the header they include for an image file to show up on the screen for callers ,

Call-Info: <http://192.168.205.91/images/extensions189.bmp>;purpose=icon

is there a way for the Yealionk phone to respect this heading and show the picture , be a nice option for such a nice looking screen , it works for Grandstream and Snom phones, but not able to get the T29 Yealink to work ,

below is the whole header , TY ,

INVITE sip:42@192.168.205.49:37234;transport=tls SIP/2.0
Via: SIP/2.0/TLS 192.168.205.91:5061;branch=z9hG4bK-b6ef9d25603f4869a1c63b9051614e17;rport
From: "Penny Cooper" <sip:43@localhost>;tag=25510
To: "Kyle Mason" <sip:42@localhost>
Call-ID: dac48222@pbx
CSeq: 15893 INVITE
Max-Forwards: 70
Contact: <sip:42@192.168.205.91:5061;transport=tls>
Supported: 100rel, replaces, norefersub
Allow-Events: refer
Allow: INVITE, ACK, CANCEL, BYE, REFER, PRACK, INFO, UPDATE
Accept: application/sdp
User-Agent: Vodia-PBX/5.2.4
Alert-Info: Internal
Call-Info: <http://192.168.205.91/images/extensions189.bmp>;purpose=icon
Content-Type: application/sdp
Content-Length: 389

v=0
o=- 31993 31993 IN IP4 192.168.205.91
s=-
c=IN IP4 192.168.205.91
t=0 0
m=audio 51532 RTP/SAVP 0 8 9 3 101
a=crypto:1 AES_CM_128_HMAC_SHA1_32 inline:fIe1ZgT4FwsazcS97BVnN7f/CqA8JHoIsMmbJ8lA
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:9 G722/8000
a=rtpmap:3 GSM/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtcp-xr:rcvr-rtt=all voip-metrics
a=sendrecv
06-27-2015 04:58 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Elaine_Yealink Offline
Super Moderator
******

Posts: 152
Joined: Aug 2014
Reputation: 4
Post: #2
RE: image to screen on calls
Dear,

This is supported on T29 only after configuring with the auto provision parameter below:
##It enables or disables the phone to download the picture information for account X when receiving an incoming call or during a call.0-Disabled,1-Enabled. The default value is 0.##
account.1.picture_info_enable = 1

Regards
Elaine
06-27-2015 06:13 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
brandywine Offline
Junior Member
**

Posts: 10
Joined: Jun 2015
Reputation: 0
Post: #3
RE: image to screen on calls
so this is a different setting than

Display Contact Photo = enabled

?
06-28-2015 11:06 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
cptjack Offline
Member
***

Posts: 97
Joined: Jan 2014
Reputation: 8
Post: #4
RE: image to screen on calls
Yes, they are 2 separate things:
  • phone_setting.contact_photo_display.enable = 1
    This setting will show or hide the Picture box when receiving a call for that phone. It's a global User Interface setting for that phone. It needs to be enabled otherwise the phone will only show the Name / Number and not the contact picture.
  • account.X.picture_info_enable = 1
    This enables or disables the phone to download the picture information for account X when receiving an incoming call or during a call. The default value is 0, so you need to enable it explicitly.
    It will tell the phone to 'trust' the info it receives from the PBX to actually go out and download the contact picture and display that, instead of the local picture if available.
    You can set it per account, because you might trust/enable one PBX while not accepting external pictures from another server...

You actually need both for Call-Info to work.


Attached File(s) Thumbnail(s)
   

Please use the reputation button below if you like this post.
06-29-2015 03:36 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
brandywine Offline
Junior Member
**

Posts: 10
Joined: Jun 2015
Reputation: 0
Post: #5
RE: image to screen on calls
ok so i set the cfg (this is just a snippet)
#!version:1.0.0.1
account.1.enable = 1
account.1.label = Marissa
account.1.display_name = 106
account.1.user_name = 106
account.1.auth_name = 106
account.1.outbound_proxy_enable = 1
voice_mail.number.1 = 106
account.1.picture_info_enable = 1

Display contact info = yes

and the SIP header gives a valid bmp file

User-Agent: Vodia-PBX/5.2.6a
P-Asserted-Identity: "Prakash Parikh" <sip:111@snp.sipworxx.com>
Call-Info: <http://64.34.222.92/images/extensions2199.bmp>;purpose=icon
Content-Type: application/sdp
Content-Length: 344

still not getting an image ,

any thoughts ?
07-01-2015 03:17 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
cptjack Offline
Member
***

Posts: 97
Joined: Jan 2014
Reputation: 8
Post: #6
RE: image to screen on calls
It seems the file http://64.34.222.92/images/extensions2199.bmp is not actually in BMP format.
I can view view it in my webbrowser, but FireFox says it's a JPEG image format...
Can you try changing the file extension to jpg or convert the file to an actual bitmap format?

When I point my phone to that image on the web, it won't display either... so my guess would be the image format and not the phone that is the problem.

Please use the reputation button below if you like this post.
(This post was last modified: 07-02-2015 02:12 AM by cptjack.)
07-02-2015 02:10 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  T48S One Way Audio When Calls Are Put On Hold Or Transferred MJauja 1 285 03-09-2024 08:48 PM
Last Post: complex1
  Yealink T19 can not automatically hangup inbound calls giaopc94 0 1,632 08-01-2022 09:28 AM
Last Post: giaopc94
  Missed calls list... caller id.. outbound route pattern savi 0 1,851 06-05-2022 03:09 PM
Last Post: savi
  Limit maximum of active calls per phone elastalink 5 15,038 09-09-2021 03:52 AM
Last Post: kapetrosyan
  Display Caller Picture on internal calls via LDAP dawgness 6 22,264 03-07-2019 01:41 AM
Last Post: scubes
  Ring-beep on internal busy calls lupacexi 1 7,614 12-11-2017 02:47 AM
Last Post: Evan_Yealink
  how toadd image in remote address book of yealink phone? Olkan 1 7,782 07-28-2017 02:12 AM
Last Post: anonymous1711612242218
  Disable full-screen display on T48S when other extensions are being called TStaudte 0 5,783 07-21-2017 05:08 AM
Last Post: TStaudte
  Ring-beep on internal busy calls xptpa2020 2 9,208 03-10-2017 07:47 AM
Last Post: Klaus_Yealink
  XML Image Fullscreen Close ? the 5 11,108 02-09-2017 12:22 PM
Last Post: Peter_Yealink

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us   Yealink   Return to Top   Return to Content   Lite (Archive) Mode   RSS Syndication