[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:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SIP-T27G no Refresh Display BLF Monitoring When Receiving subsequence Notify
Author Message
cleviton Offline
Junior Member
**

Posts: 2
Joined: Oct 2018
Reputation: 0
Post: #1
SIP-T27G no Refresh Display BLF Monitoring When Receiving subsequence Notify
The Yealink IP Phone SIP-T27G does not refresh the Device Display when receiving most recently NOTIFY messages, on BLF feature.

Following show packet capture:

NOTIFY sip:5991@phoneipaddr:5060 SIP/2.0 <------ First Notify received
v: SIP/2.0/UDP asteriskserveripaddr:5060;branch=z9hG4bK3ceecd02
Max-Forwards: 70
f: <sip:202@asteriskserveripaddr>;tag=as75cd87a9
t: "User Name 2" <sip:5991@asteriskserveripaddr:5060>;tag=190612704
m: <sip:202@asteriskserveripaddr:5060>
i: 0_472292147@phoneipaddr
CSeq: 103 NOTIFY
User-Agent: Asterisk PBX
Subscription-State: active
o: dialog
c: application/dialog-info+xml
l: 558

<?xml version="1.0"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="1" state="full" entity="sip:202@asteriskserveripaddr">
<dialog id="202" call-id="pickup-0_472292147@phoneipaddr" local-tag="190612704" remote-tag="as75cd87a9" direction="recipient">
<remote>
<identity display="202">sip:202@asteriskserveripaddr</identity>
<target uri="sip:202@asteriskserveripaddr"/>
</remote>
<local>
<identity display="202">sip:202@asteriskserveripaddr</identity>
<target uri="sip:202@asteriskserveripaddr"/>
</local>
<state>early</state>
</dialog>
</dialog-info>


SIP/2.0 200 OK
Via: SIP/2.0/UDP asteriskserveripaddr:5060;branch=z9hG4bK3ceecd02
From: <sip:202@asteriskserveripaddr>;tag=as75cd87a9
To: "User Name 2" <sip:5991@asteriskserveripaddr:5060>;tag=190612704
Call-ID: 0_472292147@phoneipaddr
CSeq: 103 NOTIFY
Contact: <sip:5991@phoneipaddr:5060>
User-Agent: Yealink SIP-T27G 69.84.0.10
Content-Length: 0


NOTIFY sip:5991@phoneipaddr:5060 SIP/2.0 <------ Second Notify received refresh one previous
v: SIP/2.0/UDP asteriskserveripaddr:5060;branch=z9hG4bK7cd1503c
Max-Forwards: 70
f: <sip:202@asteriskserveripaddr>;tag=as75cd87a9
t: "User Name 2" <sip:5991@asteriskserveripaddr:5060>;tag=190612704
m: <sip:202@asteriskserveripaddr:5060>
i: 0_472292147@phoneipaddr
CSeq: 104 NOTIFY
User-Agent: Asterisk PBX
Subscription-State: active
o: dialog
c: application/dialog-info+xml
l: 572

<?xml version="1.0"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="2" state="full" entity="sip:202@asteriskserveripaddr">
<dialog id="202" call-id="pickup-0_472292147@phoneipaddr" local-tag="190612704" remote-tag="as75cd87a9" direction="recipient">
<remote>
<identity display="User Name Extern">sip:22225555@asteriskserveripaddr</identity>
<target uri="sip:22225555@asteriskserveripaddr"/>
</remote>
<local>
<identity display="User Name 1">sip:5988@asteriskserveripaddr</identity>
<target uri="sip:5988@asteriskserveripaddr"/>
</local>
<state>early</state>
</dialog>
</dialog-info>

Code:
[b]<----  In this point, when receiving, a IPhone1's visual screen on outhers devices of
<----  monitoring group must display visual screen 5988 <- 22225555, but it is not occur,
<----  but instead take place 202 <- 22225555[/b]

SIP/2.0 200 OK
Via: SIP/2.0/UDP asteriskserveripaddr:5060;branch=z9hG4bK7cd1503c
From: <sip:202@asteriskserveripaddr>;tag=as75cd87a9
To: "User Name 2" <sip:5991@asteriskserveripaddr:5060>;tag=190612704
Call-ID: 0_472292147@phoneipaddr
CSeq: 104 NOTIFY
Contact: <sip:5991@phoneipaddr:5060>
User-Agent: Yealink SIP-T27G 69.84.0.10
Content-Length: 0


NOTIFY sip:5991@phoneipaddr:5060 SIP/2.0 <------ last Notify received refresh state=terminated
v: SIP/2.0/UDP asteriskserveripaddr:5060;branch=z9hG4bK4ece7870
Max-Forwards: 70
f: <sip:202@asteriskserveripaddr>;tag=as75cd87a9
t: "User Name 2" <sip:5991@asteriskserveripaddr:5060>;tag=190612704
m: <sip:202@asteriskserveripaddr:5060>
i: 0_472292147@phoneipaddr
CSeq: 105 NOTIFY
User-Agent: Asterisk PBX
Subscription-State: active
o: dialog
c: application/dialog-info+xml
l: 210

<?xml version="1.0"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="3" state="full" entity="sip:202@asteriskserveripaddr">
<dialog id="202">
<state>terminated</state>
</dialog>
</dialog-info>


SIP/2.0 200 OK
Via: SIP/2.0/UDP asteriskserveripaddr:5060;branch=z9hG4bK4ece7870
From: <sip:202@asteriskserveripaddr>;tag=as75cd87a9
To: "User Name 2" <sip:5991@asteriskserveripaddr:5060>;tag=190612704
Call-ID: 0_472292147@phoneipaddr
CSeq: 105 NOTIFY
Contact: <sip:5991@phoneipaddr:5060>
User-Agent: Yealink SIP-T27G 69.84.0.10
Content-Length: 0



Yealink's software engineering should correct this behavior, so that the device displays the correct group user information, as soon as possible.
10-31-2018 09:09 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Kamik Offline
Junior Member
**

Posts: 17
Joined: Jul 2016
Reputation: 0
Post: #2
RE: SIP-T27G no Refresh Display BLF Monitoring When Receiving subsequence Notify
This problem exists from the very beginning. I already wrote that Opnestage fulfills these events without problems and shows the correct data on the display.

http://forum.yealink.com/forum/showthread.php?tid=40767

Yealinkdid not even try to fix this problem. In general, as usual, the main thing to sell, and the rest do not care. The following phones will definitely not Yealink
(This post was last modified: 05-03-2019 09:57 AM by Kamik.)
05-03-2019 09:56 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
  T27G does not "detect" WH62 usb connected headset oliv 1 2,199 02-08-2023 09:32 PM
Last Post: oliv
  Provision T27G Prefix rubberducky 1 5,226 05-12-2020 09:43 AM
Last Post: Telepath
  T27G Load XML Browser URL Error aciacci 0 5,672 11-14-2018 09:00 AM
Last Post: aciacci
  Yealink T27G Not Working With 802.1x Auth After 3cx v14 to v15.5 Upgrade KM Tire IT Support 1 7,117 10-18-2018 05:06 PM
Last Post: KM Tire IT Support
  Display Outgoing number instead of CallerID Trang 2 8,453 06-01-2017 07:46 PM
Last Post: Trang
  T29G + EXP20 dont display similar output chidado 0 5,304 02-07-2017 11:32 PM
Last Post: chidado
  DIsplay shows "anonymous" Darren.Jordaan 5 17,077 10-04-2016 05:10 PM
Last Post: crossby
  T20P not receiving incoming calls paulbarton 0 6,253 04-27-2016 08:10 PM
Last Post: paulbarton
  T20P Stops Ringing / Receiving Calls rspagan 0 5,655 04-21-2016 04:14 AM
Last Post: rspagan
  Answer call based on Notify Vdm 3 10,309 01-05-2016 02:41 PM
Last Post: Vdm

Forum Jump:


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

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