Hi Folks, Is there any document where I can find the implemented RFCs in Openser?
Creating a wiki document would be useful.
Cheers,
Hi,
I would say such a document would be terribly difficult to write as RFC conformance also depends a lot on what you do in the configuration scripts ...
Regards, Jerome
On Thu, 2008-02-07 at 18:05 +0100, Victor Pascual Ávila wrote:
Hi Folks, Is there any document where I can find the implemented RFCs in Openser?
Creating a wiki document would be useful.
Cheers,
Jerome,
On Feb 7, 2008 7:05 PM, Jerome Martin jmartin@longphone.fr wrote:
I would say such a document would be terribly difficult to write as RFC conformance also depends a lot on what you do in the configuration scripts ...
Yes, you are right. But actually could be listed which RFCs may be supported by a given version.
Cheers,
Victor Pascual Ávila schrieb:
Jerome,
On Feb 7, 2008 7:05 PM, Jerome Martin jmartin@longphone.fr wrote:
I would say such a document would be terribly difficult to write as RFC conformance also depends a lot on what you do in the configuration scripts ...
Yes, you are right. But actually could be listed which RFCs may be supported by a given version.
That's really difficult. Openser is a proxy. E.g. RFC 2976, the INFO method. Openser is a proxy, thus it can forward all kind of SIP requests. Not only INFO, but also FOOBAR, CHICKEN and so on.
Thus, there is no line of code inside openser to deal with INFO. Thus, is INFO now supported or not?
regards klaus
On Friday 08 February 2008 13:08:40 Klaus Darilion wrote:
Victor Pascual Ávila schrieb:
Jerome,
On Feb 7, 2008 7:05 PM, Jerome Martin jmartin@longphone.fr wrote:
I would say such a document would be terribly difficult to write as RFC conformance also depends a lot on what you do in the configuration scripts ...
Yes, you are right. But actually could be listed which RFCs may be supported by a given version.
That's really difficult. Openser is a proxy. E.g. RFC 2976, the INFO method. Openser is a proxy, thus it can forward all kind of SIP requests. Not only INFO, but also FOOBAR, CHICKEN and so on.
Thus, there is no line of code inside openser to deal with INFO. Thus, is INFO now supported or not?
Such a RFC shouldn't appear as supported by OpenSer, the same for REFER, MESSAGE... related RFC's.
But there are other RFC's more related to proxy figure. For example, RFC 3326 (Reason Header) could be implemented in a proxy, take a look to my suggestion as feature request:
https://sourceforge.net/tracker/?func=detail&aid=1875757&group_id=13...
Also note that OpenSer is not just a SIP proxy, but a registrar, redirect, location, presence... server. For example, as presence server OpenSer acts as an UAS so probably it suppors lots of RFC's.
Regards.
El Viernes, 8 de Febrero de 2008, Klaus Darilion escribió:
Victor Pascual Ávila schrieb:
Jerome,
On Feb 7, 2008 7:05 PM, Jerome Martin jmartin@longphone.fr wrote:
I would say such a document would be terribly difficult to write as RFC conformance also depends a lot on what you do in the configuration scripts ...
Yes, you are right. But actually could be listed which RFCs may be supported by a given version.
That's really difficult. Openser is a proxy. E.g. RFC 2976, the INFO method. Openser is a proxy, thus it can forward all kind of SIP requests. Not only INFO, but also FOOBAR, CHICKEN and so on.
Hi Klaus,
I've been looking long time for the RFC describing the SIP CHICKEN method but I can't find it. Could you point me that RFC or draft?
:-D
Actually, both methods can be better understood by looking at the "FOO" RFC (take a look at RFC3092 : http://www.ietf.org/rfc/rfc3092.txt)
Also, FOOBAR is referenced by RFC 2577, ("FTP Operation Over Big Address Records") and explained in RFC 1639 (http://rfc.dotsrc.org/rfc/rfc1639.html).
Have fun, and never underestimate the power of ietf ! :-)
On Sun, 2008-02-10 at 00:33 +0100, Iñaki Baz Castillo wrote:
El Viernes, 8 de Febrero de 2008, Klaus Darilion escribió:
Victor Pascual Ávila schrieb:
Jerome,
On Feb 7, 2008 7:05 PM, Jerome Martin jmartin@longphone.fr wrote:
I would say such a document would be terribly difficult to write as RFC conformance also depends a lot on what you do in the configuration scripts ...
Yes, you are right. But actually could be listed which RFCs may be supported by a given version.
That's really difficult. Openser is a proxy. E.g. RFC 2976, the INFO method. Openser is a proxy, thus it can forward all kind of SIP requests. Not only INFO, but also FOOBAR, CHICKEN and so on.
Hi Klaus,
I've been looking long time for the RFC describing the SIP CHICKEN method but I can't find it. Could you point me that RFC or draft?
:-D
Jérôme Martin | LongPhone Responsable Architecture Réseau 122, rue la Boetie | 75008 Paris Tel : +33 (0)1 56 26 28 44 Fax : +33 (0)1 56 26 28 45 Mail : jmartin@longphone.fr Web : www.longphone.com
On Thursday 07 February 2008, Victor Pascual Ávila wrote:
Hi Folks, Is there any document where I can find the implemented RFCs in Openser?
Creating a wiki document would be useful.
Hi Victor,
feel free to start such a document on the wiki, perhaps in the "features" section. You'll find notes about implemented RFCs in announcements of new features/ releases and certain modules, e.g. in the presence documentation.
Cheers,
Henning