Re: [Devel] radiusclient-ng error codes

2007-03-29 Thread Juha Heinanen
Bogdan-Andrei Iancu writes: > have you checked the same of freeradius client library? You now have the > option to compile against it. The problem is there are no packages for > it for debian - you need to compile it :(... freeradius-client is no better, i.e., one cannot tell if autheticatio

Re: [Devel] [ openser-Patches-1690152 ] Add new RADIUS attributes into auth_radius

2007-03-29 Thread Juha Heinanen
Victor Gamov writes: > Yes. SIP-AOR can play this role. I think than we must use SIP-AOR and > should use User-Name. there already exist check item SIP-URI-User that If uri_user pseudo variable parameter is not present, the server will generate SIP-URI-User check item val

[Devel] Re: Digest and RADIUS

2007-03-29 Thread Daniel Corbe
Never mind, I just realized that I don't need to convert the digest attributes to sane values. Radius' digest module can do that for me. All I need to do is provide it with the correct Authorization information. On 3/29/07, Daniel Corbe <[EMAIL PROTECTED]> wrote: Hi, I'm trying to write a cu

[Devel] Digest and RADIUS

2007-03-29 Thread Daniel Corbe
Hi, I'm trying to write a custom module for my radius server for authenticating REGISTER requests. SER passes the Digest attirbutes to RADIUS. My question is what can I do with these from there: Which of these contains the digest of the "username", "realm" and "password" and what type of diges

Re: [Users] Re: [Devel] "detached" timer

2007-03-29 Thread T.R. Missner
FYI All This turned out to be a database write ( acc ) that was blocking due to a raid card problem. T.R. Missner wrote: Is it possible the locked state I am seeing with openser leads to the "detached" timer? Since the "detached" timer is a race, it would make sense to see the race conditi

Re: [Business] Re: [Devel] OpenSER v1.2.0 released

2007-03-29 Thread Cesc
Hi, Just throwing wild ideas ... but if we moved to autotools (we need to look for a guru ... I agree, more than autotools is auto-chaos) we could easily cross-compile ... And that said, it just comes to mind the chance of cross-compiling with mingw and have a windows openser, just for the non-li

Re: [Users] Re: [Devel] "detached" timer

2007-03-29 Thread T.R. Missner
Is it possible the locked state I am seeing with openser leads to the "detached" timer? Since the "detached" timer is a race, it would make sense to see the race condition after openser locks up and messages buffer up in the stack. When a bunch of messages are processed all at once by multiple th

[Devel] parse_cseq.c

2007-03-29 Thread Gaurav Kulshreshtha
All, Can anybody elaborate on parse_cseq.c comment /* BUGGY */. Is there really somebug still in the parsing function for cseq header ? Thanks Gaurav Kulshreshtha ___ Devel mailing list Devel@openser.org http://openser.org/cgi-bin/mailman/listinfo/deve

Re: [Devel] [ openser-Patches-1690152 ] Add new RADIUS attributes into auth_radius

2007-03-29 Thread Victor Gamov
Juha Heinanen wrote: Victor Gamov writes: > I see. But now User-Name value set to [EMAIL PROTECTED] > getted from Digest credentials. I think that it's incorrect because > User-Name must be used for purpose of authorization (not to check > authentication) and so it must be setted to From

Re: [Devel] adding new event packages to presence server

2007-03-29 Thread Juha Heinanen
Kobi Eshun writes: > I wrote a patch that does this about 6 weeks ago, although it > probably will not compile against 1.2x any more. It turned out to be > quite a big patch (about 1600 lines) although some of it was > cosmetic. The big "problem" with adding support for message-summary

Re: [Devel] [ openser-Patches-1690152 ] Add new RADIUS attributes into auth_radius

2007-03-29 Thread Juha Heinanen
Victor Gamov writes: > I see. But now User-Name value set to [EMAIL PROTECTED] > getted from Digest credentials. I think that it's incorrect because > User-Name must be used for purpose of authorization (not to check > authentication) and so it must be setted to From AOR value. i don't get

[Devel] QOP workaround in uac_auth() doesn't work around...

2007-03-29 Thread Thomas Gelf
Hi all, I finally found some time to prepare the migration of our VoIP platform to OpenSER 1.2. As I have seen there has been introduced my proposed "workaround" (to just go on and don't let the call fail :o) for qop in uac_auth: Atm in 1.2 it's done like this: > switch (state) > { > case QOP

Re: [Devel] [ openser-Patches-1690152 ] Add new RADIUS attributes into auth_radius

2007-03-29 Thread Victor Gamov
Juha Heinanen wrote: SourceForge.net writes: > I prepare patch which add new attributes in RADIUS request generated > by auth_radius module. > Here patch-README: > > cut here - > -- Username -- value of this attribute changed to From URI. This done > --because U

Re: [Devel] "detached" timer

2007-03-29 Thread T.R. Missner
Bogdan, I have been chasing this for days and done lots of debugging. using 1.1.1 While looking at the network trace at the time of these messages ( I usually see at least 5 in a row with differing hex values ) I see many incoming packets coming into the box and no response from the proxy for

[Devel] adding new event packages to presence server

2007-03-29 Thread Juha Heinanen
is the current presence server implementation modular what comes to adding new event packages? if so, could a short developer section be added to presence/README file that would tell what needs to be changed when a new event package is added? as i mentioned earlier, i would be interested in mes

Re: [Devel] "detached" timer

2007-03-29 Thread Bogdan-Andrei Iancu
Hi TR, it is race between expire even (from timer) and inserting again on a timer list. 1 is the final response timer list (fr_timer) 3 id the wait timer list (wt_timer) I would say there is no way this could leas to a any kind of lock. what version are you using? what makes you say it

[Devel] "detached" timer

2007-03-29 Thread T.R. Missner
Does anyone know what causes this? */set_timer for 1 list called on a "detached" timer -- ignoring /* I also see */set_timer for 3 list called on a "detached" timer -- ignoring /* When this happens Openser seems to lock up for 10 seconds or so. From searching it appears this is caused by a

[Devel] [ openser-Patches-1690705 ] SIP Identity module

2007-03-29 Thread SourceForge.net
Patches item #1690705, was opened at 2007-03-29 07:55 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1690705&group_id=139143 Please note that this message will contain a full co

[Devel] [ openser-Bugs-1689986 ] Error during installation of snmpstats module

2007-03-29 Thread SourceForge.net
Bugs item #1689986, was opened at 2007-03-28 11:24 Message generated for change (Comment added) made by jmagder You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1689986&group_id=139143 Please note that this message will contain a full copy of the comment t

[Devel] [ openser-Bugs-1690589 ] presence module: force_active causes segfault

2007-03-29 Thread SourceForge.net
Bugs item #1690589, was opened at 2007-03-29 12:50 Message generated for change (Comment added) made by anca_vamanu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1690589&group_id=139143 Please note that this message will contain a full copy of the comme

[Devel] [ openser-Bugs-1690589 ] presence module: force_active causes segfault

2007-03-29 Thread SourceForge.net
Bugs item #1690589, was opened at 2007-03-29 15:50 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1690589&group_id=139143 Please note that this message will contain a full copy

[Devel] OpenSER @ Von @ San Jose

2007-03-29 Thread Bogdan-Andrei Iancu
Hi, OpenSER made a nice presence at Von Spring in San Jose. There were several presentation on the OpenSER topic, both in the expo area -in the Von Theatre- and in the conference sessions. For more, see: http://www.openser.org/events/2007-03-20-VoN-Spring/ There are other related presentat