Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vladimirov

Pages: [1]
1
Please help! Yate can't register on sip proxy, when server send 407 response

REGISTER sip:permngn.usi.ru:5060 SIP/2.0
Contact: <sip:xxx@192.168.10.97:5160>
Expires: 600
To: <sip:xxx@permngn.usi.ru:5060>
Via: SIP/2.0/UDP 192.168.10.97:5160;rport;branch=z9hG4bK814382474
From: <sip:xxx@permngn.usi.ru:5060>;tag=533209016
Call-ID: 218332824@permngn.usi.ru:5060
CSeq: 127 REGISTER
User-Agent: YATE/4.1.0
Max-Forwards: 70
Allow: ACK, INVITE, BYE, CANCEL, REGISTER, REFER, OPTIONS, INFO
Content-Length: 0

SIP/2.0 100 Trying
From: <sip:xxx@permngn.usi.ru:5060>;tag=533209016
To: <sip:xxx@permngn.usi.ru:5060>
Call-ID: 218332824@permngn.usi.ru:5060
CSeq: 127 REGISTER
Via: SIP/2.0/UDP 192.168.10.97:5160;rport=5160;branch=z9hG4bK814382474
Content-Length: 0

SIP/2.0 407 Proxy Authentication Required
From: <sip:xxx@permngn.usi.ru:5060>;tag=533209016
To: <sip:xxx@permngn.usi.ru:5060>;tag=1824228324
Call-ID: 218332824@permngn.usi.ru:5060
CSeq: 127 REGISTER
Via: SIP/2.0/UDP 192.168.10.97:5160;rport=5160;branch=z9hG4bK814382474
supported: com.nortelnetworks.firewall,p-3rdpartycontrol,nosec,join
proxy-authenticate: Digest realm="Realm",nonce="MTQzOTg4MTk5Mjk2MGZkYTBiMzRmM2E1M2JhZmU0YjhhYWY3MjAwZDhmM2Fh",stale=false,algorithm=MD5,qop="auth,auth-int"
Content-Length: 0

REGISTER sip:permngn.usi.ru:5060 SIP/2.0
Contact: <sip:xxx@192.168.10.97:5160>
Expires: 600
To: <sip:xxx@permngn.usi.ru:5060>
Via: SIP/2.0/UDP 192.168.10.97:5160;rport;branch=z9hG4bK1260412158
From: <sip:xxx@permngn.usi.ru:5060>;tag=533209016
Call-ID: 218332824@permngn.usi.ru:5060
User-Agent: YATE/4.1.0
Max-Forwards: 70
Allow: ACK, INVITE, BYE, CANCEL, REGISTER, REFER, OPTIONS, INFO
CSeq: 128 REGISTER
Content-Length: 0

SIP/2.0 100 Trying
From: <sip:xxx@permngn.usi.ru:5060>;tag=533209016
To: <sip:xxx@permngn.usi.ru:5060>
Call-ID: 218332824@permngn.usi.ru:5060
CSeq: 128 REGISTER
Via: SIP/2.0/UDP 192.168.10.97:5160;rport=5160;branch=z9hG4bK1260412158
Content-Length: 0

SIP/2.0 407 Proxy Authentication Required
From: <sip:xxx@permngn.usi.ru:5060>;tag=533209016
To: <sip:xxx@permngn.usi.ru:5060>;tag=368007154
Call-ID: 218332824@permngn.usi.ru:5060
CSeq: 128 REGISTER
Via: SIP/2.0/UDP 192.168.10.97:5160;rport=5160;branch=z9hG4bK1260412158
supported: com.nortelnetworks.firewall,p-3rdpartycontrol,nosec,join
proxy-authenticate: Digest realm="Realm",nonce="MTQzOTg4MTk5Mjk2MGZkYTBiMzRmM2E1M2JhZmU0YjhhYWY3MjAwZDhmM2Fh",stale=false,algorithm=MD5,qop="auth,auth-int"
Content-Length: 0

2
Yate bugs / Minimum registration expires is 60sec?
« on: August 17, 2015, 12:43:46 PM »
Hello!
From extmodule on python i create a new connection with SIP provider without specify the registration interval (for autodetect it from expires header).
Provider requires re-registration every 30 seconds.
But Yate have a hardcoded restriction - 60sec (https://github.com/vir/yate/commit/aae55c9a652b2a69dace4dfae5d31236f59e11a3), and I cannot any way affect this, except make a patch.
I would like to understand why this restriction was introduced? Yate version 4.1.0-1 (Debian squeeze)

Pages: [1]