Re: [Sip-implementors] Help selecting a SIP stack

2008-02-19 Thread César Davi Ávila do Nascimento
Hi, I'm PJSIP (www.pjsip.org) . In my opinion is the best choice... RGS César - Original Message - From: "Saúl Ibarra" <[EMAIL PROTECTED]> To: "Jeremy King" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, February 19, 2008 1:46 PM Subject: Re: [Sip-implementors] Help selecting a SIP stack

Re: [Sip-implementors] Help selecting a SIP stack

2008-02-19 Thread Saúl Ibarra
Thanks for the recommendation! I was about to choose that one :) On Feb 19, 2008 1:05 PM, Jeremy King <[EMAIL PROTECTED]> wrote: > Try PJSIP --> http://www.pjsip.org/download.htm > > - J > > > > On 2/16/08, Saúl Ibarra <[EMAIL PROTECTED]> wrote: > > > > > > > > Hi all: > > > > As this is my firs

Re: [Sip-implementors] XCAP Url

2008-02-19 Thread Vikas Jayaprakash
Hi Klaus, *XCAP URL would be:* *http://[XCAP_ROOT]/[AUID]/[USERS]/[User_Home_Directory]/[XML_DOCUMENT_NAME] * Depends if its for Node selector or Document Selector. *RFC 4825 *would be the one for *XCAP* Thanks & Regards, Vikas Jayaprakash On Feb 19, 2008 2:11 PM, Klaus Darilion <[EMAIL PROT

Re: [Sip-implementors] SDP (answer_1)

2008-02-19 Thread Brett Tate
> Assume if PRACK is sent in this scnario , > the offer/answer will be different, as SDP body > in the PRACK is optional , and if a SDP body > is sent in the PRACK then the immediate > response of that PRACK must contain an answer. There is no difference within my answer. Per rfc3261, the SDP

[Sip-implementors] is supported and require is Mandatory in INVITE request

2008-02-19 Thread sudhir kumar
Hi All, Is supported and require methods are required for INVITE request (RFC 3262) or any of method(either Supported or require) will suffice for INVITE for Provisional ACK. Because I see in one of INVITE(from server) sending only require: 100Rel, but there is no Supported Header. Should we t

[Sip-implementors] XCAP Url

2008-02-19 Thread Klaus Darilion
Hi! Testing XCAP with eyebeam I see it uses the URL http://1.2.3.4/resource-lists/users/username/resource-list.xml to store the contact list. I wonder where the syntax of the XCAP URL is defined - any pointers are appreciated. thanks klaus ___ Sip-i

Re: [Sip-implementors] Help selecting a SIP stack

2008-02-19 Thread Jeremy King
Try PJSIP --> http://www.pjsip.org/download.htm - J On 2/16/08, Saúl Ibarra <[EMAIL PROTECTED]> wrote: > > Hi all: > > As this is my first mail to the list, I'll introduce a bit myself: I > study computer engineering in Spain, and for my degree end proyect I'm > about to develop a SIP softphon

Re: [Sip-implementors] is supported and require is Mandatory in INVITE request

2008-02-19 Thread Harsha. R
RFC 3261, Table 3 mentions Require header as "conditional" in INVITE request. Therefore it can be present/absent based on the context in which the INVITE is sent. 100rel tag in Require header MANDATES the support of provisional responses from the UA. If the receiving UA does not support the 100rel

[Sip-implementors] is supported and require is Mandatory in INVITE request

2008-02-19 Thread sudhir kumar
Hi All, Is supported and require methods are required for INVITErequest (RFC 3262) or any of method(either Supported or require) willsuffice for INVITE for Provisional ACK. Because I see in one ofINVITE(from server) sending only require: 100Rel, but there is noSupported Header. Should we treat