In this instance a full trace won't be of much use. It
simply ends with a 401 unauthorised reply on the failing
endpoint. You can also ignore the different user agent
strings in this instance. Zultys puts these in to enable
functionality at the PBX based on the agent string. The
actual firmware is identical. Both of these endpoints had
the same issues intially. I just wanted to show the before
and after differences. 

It is working now and hopefully this will save someone else
the pain of getting it going.

Joegen's SIP RFC excerpt is interesting. Does this mean that
the proxy is inconsistent in the way it handles different
messages? As the was using the port number suffix in the URI
for REGISTER, INVITE and SUBSCRIBE, shouldn't all three have
failed? Only the SUBSCRIBE messages were failing.


Tony Graziano wrote on Tue, 07 August 2012 14:54
> The first shows a user agent:
> 
> User-Agent: Aastra/ZULTYS_ZIP 53i/3.2.2.2044
> 
> The second shows a user agent:
> 
> User-Agent: Aastra 53i/3.2.2.2044
> 
> So the one that "fails" shows a firmware written for a
> specific platform?
> 
> Again, showing only a snippet is not really that
> helpful. You really ought
> to provide a full sip trace:
> 
>  
> http://wiki.sipfoundry.org/display/sipXecs/Display+SIP+messa
> ge+flow+using+Sipviewer
> 
> On Mon, Aug 6, 2012 at 9:49 PM, Mark Dutton
> <[email protected]>wrote:
> 
> > 
> > 
> >  Firstly, to George Niculae. Thank you for your
> > post. I did
> >  not find the answer there, but I did find it
> > digging back
> >  (via Google) to a very old post.
> > 
> >  Secondly to Tony. In your first post you made the
> > following
> >  comment.
> > 
> >>  Since you have an unwillingness to provide this,
> you're
> >>  the 1 who has
> >>  painted yourself into this corner is that you find
> >>  yourself in.
> > 
> >  and
> > 
> >> I did read your OP and I read a lot of the replies.
> You
> >  have the assumption
> >> 4.6 is stable and release ready.
> > 
> >  The first piece of advice I received was to send my
> > SIP logs
> >  to Aastra. Hardly helpful. You obviously didn't
> > read my OP
> >  properly as you would have seen that I was asking
> > this
> >  question in relation to 4.4. You still have not
> > answered my
> >  question on why, if the proxy does all auth the
> > auth
> >  originates from the MWI server. I suggest that you
> > don't
> >  know.
> > 
> >  For all those who may come across this issue, the
> > problem is
> >  that due to what looks like a bug in the
> > provisioning
> >  component (yes Tony a problem with SipX. Who'd have
> > thunk
> >  it?). When the device group has the registrar and
> > proxy
> >  ports set to 0, this does not carry through to the
> > the
> >  device config which sets them to 5060. This causes
> > the
> >  subscriptions to fail. Each device needs to be set
> > manually
> >  with its proxy and registrar ports to 0. When this
> > is done
> >  and the phone reboots, it subscribes correctly.
> > 
> >  Actually, I think the endpoint should be able to
> > suffix the
> >  URI and TO fields with the port number and maybe
> > this is a
> >  bug also, but it can be worked around, so the end
> > result is
> >  good.
> > 
> >  Here are a couple of SIP traces. The first is a
> > failing
> >  Aastra with the port number in the URI and
> > following is a
> >  working Aastra.
> > 
> >  SUBSCRIBE sip:mailto:[email protected]:5060
> > SIP/2.0
> >  Via: SIP/2.0/UDP
> >  192.168.56.152;branch=z9hG4bKa9fc7cb103b8bbd0c
> >  Route: <sip:sipxecs.datamerge.local;lr>
> >  Max-Forwards: 70
> >  From: "John Smith"
> > 
> > <sip:mailto:[email protected]:5060>;tag=aa18c0e307
> >  To: <sip:mailto:[email protected]:5060>
> >  Call-ID: 0100a73bd54c1be3
> >  CSeq: 7190 SUBSCRIBE
> >  Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER,
> > OPTIONS,
> >  UPDATE, PRACK, SUBSCRIBE, INFO
> >  Allow-Events: talk, hold, conference,
> > LocalModeStatus
> >  Authorization: Digest
> > 
> > 
> > username="204",realm="datamerge.local",nonce="4b94d6dd0195d1d48114df5f063f924f502022bc
> >  ",uri="sip:mailto:[email protected]
> > 
> > :5060",response="ce4c002cb5d8ff9f5e742b25421a8eee",qop=auth,cnonce=
> >  "e5631b2a",nc=00000001
> >  Contact: "John Smith"
> > <sip:mailto:[email protected]:5060>
> >  Event: message-summary
> >  Expires: 86400
> >  Supported: path
> >  User-Agent: Aastra/ZULTYS_ZIP 53i/3.2.2.2044
> >  Content-Length: 0
> > 
> > 
> >  SUBSCRIBE sip:mailto:[email protected] SIP/2.0
> >  Via: SIP/2.0/UDP
> >  192.168.56.153;branch=z9hG4bK94e5fb5712769ede9
> >  Route: <sip:sipxecs.datamerge.local;lr>
> >  Max-Forwards: 70
> >  From: "Minnie Mouse"
> >  <sip:mailto:[email protected]>;tag=2fca36c82b
> >  To: <sip:mailto:[email protected]>
> >  Call-ID: 5c7a05d0d4741d5b
> >  CSeq: 25910 SUBSCRIBE
> >  Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER,
> > OPTIONS,
> >  UPDATE, PRACK, SUBSCRIBE, INFO
> >  Allow-Events: talk, hold, conference,
> > LocalModeStatus
> >  Contact: "Minnie Mouse"
> >  <sip:mailto:[email protected]:5060;transport=udp>
> >  Event: message-summary
> >  Expires: 3600
> >  Supported: path
> >  User-Agent: Aastra 53i/3.2.2.2044
> >  Content-Length: 0
> > 
> > 
> >  As this is a SipX forum and not a myitedepartment
> > forum, I
> >  apologise to other parties for my brash behaviour.
> > Arrogant
> >  attacks tend to get my back up.
> > 
> > 
> >  --
> >  Regards
> > 
> >  Mark Dutton
> > 
> >  _______________________________________________
> >  sipx-users mailing list
> >  [email protected]
> >  List Archive:
> > http://list.sipfoundry.org/archive/sipx-users/
> > 
> 
> 
> 
> -- 
> ~~~~~~~~~~~~~~~~~~
> Tony Graziano, Manager
> Telephone: 434.984.8430
> sip: [email protected]
> Fax: 434.465.6833
> ~~~~~~~~~~~~~~~~~~
> Linked-In Profile:
> http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
> Ask about our Internet Fax services!
> ~~~~~~~~~~~~~~~~~~
> 
> Using or developing for sipXecs from SIPFoundry? Ask me
> about sipX-CoLab
> 2013!
>
> <http://sipxcolab2013.eventbrite.com/?discount=tony2013>
> 
> -- 
> LAN/Telephony/Security and Control Systems Helpdesk:
> Telephone: 434.984.8426
> sip: [email protected]
> 
> Helpdesk Customers: http://myhelp.myitdepartment.net
> Blog: http://blog.myitdepartment.net
> 
> _______________________________________________
> sipx-users mailing list
> [email protected]
> List Archive:
> http://list.sipfoundry.org/archive/sipx-users/


-- 
Regards

Mark Dutton

_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to