Mike Miller wrote:

Sip read:
REGISTER sip:192.168.1.100 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.100:5060;branch=z9hG4bK187848357
From: <sip:[EMAIL PROTECTED]>;tag=698000752
To: <sip:[EMAIL PROTECTED]>;tag=698000752
Call-ID: [EMAIL PROTECTED]
CSeq: 0 REGISTER
Contact: <sip:[EMAIL PROTECTED]>
max-forwards: 10
expires: 900
user-agent: oSIP/Linphone-0.12.1
Content-Length: 0

Well, unfortunately we're not getting any additional debug output from chan_sip here, but you may want to check your 'debug' log (specified via logger.conf) to see if anything else shows up.


In any case, there are a couple of things that _seem_ wrong with this REGISTER request:

- The To: header contains a tag, but it should not, the registrar receiving the REGISTER will assign its own tag

- The CSeq value is zero, and I don't think that's allowed; certainly many places in chan_sip treat a zero sequence value as non-existent

I don't know why you are experiencing this problem, when others don't... and I can't imagine that there is nobody else using Linphone out there :-)
_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to