Yealink Forums

Full Version: T46G Question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Forum,

my phone shows a strange behavior. I configured two accounts in it.
They register without any problem and I can use the phone as designed.
But: when the internet connections drops once a day only one account can register. The other account can not register anymore.

I used a packet capture tool and I see some strange traffic:
First I see the account which can register:
REGISTER sip:tel.t-online.de SIP/2.0
Via: SIP/2.0/UDP 192.168.20.199:5060;branch=z9hG4bK-886cfc16
From: "06997640441" <sip:06997640441@tel.t-online.de>;tag=10d7c627a74468c1o0
To: "06997640441" <sip:06997640441@tel.t-online.de>
Call-ID: ae8cde19-ffefd5f8@192.168.20.199
CSeq: 43039 REGISTER
Max-Forwards: 70
Authorization: Digest username="lange_matthias@t-online.de",realm="tel.t-online.de",nonce="ac918...06ae70",uri="sip:tel.t-online.de",algorithm=MD5,response="6d30d9....37a25ddf84"
Contact: "06997640441" <sip:06997640441@192.168.20.199:5060>;expires=600
User-Agent: Linksys/SPA8000-6.1.12
Allow-Events: talk, hold, conference
Content-Length: 0
Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER
Supported: x-sipura, replaces

But the other account looks like this:
REGISTER sip:tel.t-online.de:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.20.123:5063;branch=z9hG4bK2130972321
From: "069760023" <sip:069760023@tel.t-online.de>;tag=1752530877
To: "069760023" <sip:069760023@tel.t-online.de>
Call-ID: 1795812648@192.168.20.123
CSeq: 1 REGISTER
Contact: <sip:069760023@192.168.20.123:5063>
Allow: INVITE, INFO, PRACK, ACK, BYE, CANCEL, OPTIONS, NOTIFY, REGISTER, SUBSCRIBE, REFER, PUBLISH, UPDATE, MESSAGE
Max-Forwards: 70
User-Agent: Yealink SIP-T46G 28.72.0.26
Expires: 60
Allow-Events: talk,hold,conference,refer,check-sync
Content-Length: 0

As you can see the authorization part is missing.

This only happens when the internet connection drops. If the router reboots everything works fine for both accounts.

Any idea?

Matthias
Hi Matthias ,

The first account use the User-Agent: Linksys/SPA8000-6.1.12

The other account use the User-Agent: Yealink SIP-T46G 28.72.0.26

Do you register them in T46G all?
If this issue happens in other phones when the internet connection drops, please check your network connection firstly.
(06-05-2014 10:27 AM)Yealink Support Wrote: [ -> ]Hi Matthias ,

The first account use the User-Agent: Linksys/SPA8000-6.1.12

The other account use the User-Agent: Yealink SIP-T46G 28.72.0.26

Do you register them in T46G all?
If this issue happens in other phones when the internet connection drops, please check your network connection firstly.

Here is the right excerpt from the log file. Sorry for sending the wrong one but I have many of the file to track down the traffic and error.

REGISTER sip:tel.t-online.de:5060 SIP/2.0
Via: SIP/2.0/UDP 87.155.92.150:5062;branch=z9hG4bK780346305
From: "06997640441" <sip:06997640441@tel.t-online.de>;tag=1960815838
To: "06997640441" <sip:06997640441@tel.t-online.de>
Call-ID: 1250383239@192.168.20.123
CSeq: 1 REGISTER
Contact: <sip:06997640441@87.155.92.150:5062>
Allow: INVITE, INFO, PRACK, ACK, BYE, CANCEL, OPTIONS, NOTIFY, REGISTER, SUBSCRIBE, REFER, PUBLISH, UPDATE, MESSAGE
Max-Forwards: 70
User-Agent: Yealink SIP-T46G 28.72.0.26
Expires: 3600
Allow-Events: talk,hold,conference,refer,check-sync
Content-Length: 0

and the one with the successful registration: REGISTER sip:tel.t-online.de:5060 SIP/2.0
Via: SIP/2.0/UDP 87.155.74.245:5063;branch=z9hG4bK782971022
From: "069760023" <sip:069760023@tel.t-online.de>;tag=93048870
To: "069760023" <sip:069760023@tel.t-online.de>
Call-ID: 1420577288@192.168.20.123
CSeq: 22 REGISTER
Contact: <sip:069760023@87.155.74.245:5063>
Authorization: Digest username="069760023", realm="tel.t-online.de", nonce="9ab3b29d9ab3b29dc93f2d71a27974f8c007f9fc2ae41b9f25e28aceafad02e9", uri="sip:tel.t-online.de:5060", response="7f0a998fbc57b082f78933f6c89f7c93", algorithm=MD5
Allow: INVITE, INFO, PRACK, ACK, BYE, CANCEL, OPTIONS, NOTIFY, REGISTER, SUBSCRIBE, REFER, PUBLISH, UPDATE, MESSAGE
Max-Forwards: 70
User-Agent: Yealink SIP-T46G 28.72.0.26
Expires: 0
Allow-Events: talk,hold,conference,refer,check-sync
Content-Length: 0

The Linksys was for testing purpose. this one has no issues when the line drops.
Both account are registered in the Yealink phone. The line works perfect.

Matthias
Hi Matthias,

It is strange of your issue. In order to do more troubleshootings, please supply syslog level 6, config.bin and pcap and send to support@yealink.com , support.usa@yealink.com or your distributor.

How to Get the Correct Syslog, Config.bin and Trace
Did you resolve this issue?
I've had it too and found a fix. In my case, I set the RPORT setting to 1. There is an RPORT setting for each account.
Once I did that, all accounts would register every time.
I've made it a part of my auto-provison config.

#It enables or disables NAT Rport feature for account X.0-Disabled,1-Enabled
#The default value is 0
account.1.nat.rport = 1

I hope that helps you.
(06-27-2014 05:45 AM)imfloridaguy Wrote: [ -> ]Did you resolve this issue?
I've had it too and found a fix. In my case, I set the RPORT setting to 1. There is an RPORT setting for each account.
Once I did that, all accounts would register every time.
I've made it a part of my auto-provison config.

#It enables or disables NAT Rport feature for account X.0-Disabled,1-Enabled
#The default value is 0
account.1.nat.rport = 1

I hope that helps you.


Hi,

thank you for the tip.
I tried it right now but it isn't changing anything. I rebooted the phone, nothing changed.

Only if I reboot the router it works. But this is working even without the changes.

Any other idea? Have you changed some time variables for subscribing?

Matthias
Reference URL's