Re: [Sip-implementors] Different SDP Session Version in 183 & 200 OK

2011-03-12 Thread Paul Kyzivat
This thread has gone on for a long time. There is some good/accurate info and some very wrong info here. This is a complex topic that is widely misunderstood. I *strongly* encourage you to read the offer-answer draft referenced earlier. It is a compilation of information from multiple RFCs and

Re: [Sip-implementors] How to convert String to SIPMessage

2011-03-12 Thread Neel Neelakantan
Probably you should try posting this to JainSIP mailing list? Thanks, neel -Original Message- From: sip-implementors-boun...@lists.cs.columbia.edu [mailto:sip-implementors-boun...@lists.cs.columbia.edu] On Behalf Of Prem chandiran Sent: Saturday, March 12, 2011 8:29 AM To: sip-implement

[Sip-implementors] How to convert String to SIPMessage

2011-03-12 Thread Prem chandiran
Hi All, I am trying to convert string to SIPMessage. The below is my program i am making use of gov-sdp.jar ,JainSipApi1.2.jar,nist-sdp-1.0.jar,sip-sdp.jar but i am getting the exception: Exception in thread "main" java.lang.NoSuchFieldError: lexerTables at gov.nist.javax.sip.parser.L

Re: [Sip-implementors] SIP message size

2011-03-12 Thread Neel Neelakantan
It is given in the section 18.1.1 If a request is within 200 bytes of the path MTU, or if it is larger than 1300 bytes and the path MTU is unknown, the request MUST be sent using an RFC 2914 [43] congestion controlled transport protocol, such as TCP. If this causes a change in the trans

[Sip-implementors] SIP message size

2011-03-12 Thread isshed
Hi All, What is the maximum message size that can go on UDP. Why is rfc 3261 mandates that a large size message should be sent on TCP? Thanks. ___ Sip-implementors mailing list Sip-implementors@lists.cs.columbia.edu https://lists.cs.columbia.edu/cucslis

Re: [Sip-implementors] SIP headers size

2011-03-12 Thread SIP Satan
Its always better add a mime body, possibly xml. Even multi-line data can go in such message body. 2011/3/12 José Luis Hernández Ramos > Hi all, and thanks in advance. I want to extend the SIP functionality. So, > is > it preferable to introduce into the body or as a new header? Is there a > ma

[Sip-implementors] SIP headers size

2011-03-12 Thread José Luis Hernández Ramos
Hi all, and thanks in advance. I want to extend the SIP functionality. So, is it preferable to introduce into the body or as a new header? Is there a maximum size for a header? Thank you very much. ___ Sip-implementors mailing list Sip-implementors@lists