[Kamailio-Users] RLS(Resource List Server)

2008-10-01 Thread Juha Heinanen
Yoo Chan Jeon writes: > I do not have any problems to run the server. > Which database should I add [EMAIL PROTECTED] <[EMAIL PROTECTED]> to? > How do I add the resource list? > What kind of format do I need to add a list if I want to add [EMAIL > PROTECTED], > [EMAIL PROTECTED], [EMAIL PRO

Re: [Kamailio-Users] Dispatcher hash algorithms.

2008-10-01 Thread Alex Balashov
Daniel-Constantin Mierla wrote: > The hash function was tested to get pretty fair distribution for AoR, > most of the hashed values respect this format. If 90% of your users end > up to same server, then you may need to code a bit :-) and add an > alternative hash function to the module. For me

Re: [Kamailio-Users] registrar module enhancements

2008-10-01 Thread Alex Balashov
Excellent enhancements! Is there any hope to have a feature developed where the authentication user, password, and domain can be supplied directly to the save()/lookup() function via script instead of using either a database structure of a certain schema as a persistence layer or doing it purel

[Kamailio-Users] RLS(Resource List Server)

2008-10-01 Thread Yoo Chan Jeon
Hi, I just want to know how RLS handles SUBSCRIBE messages without using XCAP. I assume that the server already has the list information. I want send the SUBSRIBE message with resource list format: SUBSCRIBE sip:[EMAIL PROTECTED] . . supported:eventlist Accept:application/rlmi+xml Accept:multipart

Re: [Kamailio-Users] sermyadmin setup suse 11

2008-10-01 Thread Iñaki Baz Castillo
Please, don't send an image attachment, just copy the console output. El Miércoles, 1 de Octubre de 2008, Ricky Gutierrez escribió: > Hi, I am trying to install sermyadmin 0.8 with the patch of security, but > when I export the file openser.sql, it shows me this error: > > INSERT INTO `jsec_user_r

Re: [Kamailio-Users] [Kamailio-Devel] registrar module enhancements

2008-10-01 Thread Iñaki Baz Castillo
El Miércoles, 1 de Octubre de 2008, Daniel-Constantin Mierla escribió: > - ability to access the attributes of all contacts for a user - there > are two new functions: reg_fetch_contacts(table, uri, profile) and > reg_free_contacts(profile) to make available/release the contacts for a > SIP uri. Af

Re: [Kamailio-Users] [Kamailio-Devel] registrar module enhancements

2008-10-01 Thread Daniel-Constantin Mierla
Hello Klaus, On 10/01/08 20:41, Klaus Darilion wrote: > Hi Daniel! > > I just wonder how the reg_fetch_contacts() deal with NATed clients. In > this case the src_ip:port have to be compared with the "received" column. reg_fetch_contacts() just clones the contacts to pkg to avoid races. Then all

Re: [Kamailio-Users] [Kamailio-Devel] registrar module enhancements

2008-10-01 Thread Klaus Darilion
Hi Daniel! I just wonder how the reg_fetch_contacts() deal with NATed clients. In this case the src_ip:port have to be compared with the "received" column. regards klaus Daniel-Constantin Mierla schrieb: > Hello, > > in the last time several enhancements were added to registrar module to > he

[Kamailio-Users] registrar module enhancements

2008-10-01 Thread Daniel-Constantin Mierla
Hello, in the last time several enhancements were added to registrar module to help in dealing with user location records. This correlated with the new modue pv shall give lot of control over the destination set for calls. To get the latest devel version, check out the latest svn - svn co htt

Re: [Kamailio-Users] Send MaxCallDuration and UserCredit for freeradius-cdrtool

2008-10-01 Thread Diego Zuaneti Arruda
Ok, but the radius returns status 407, and the call does not come to openser. There is some additional configuration for the call is routed to the openser when the user do not have credit? In the messages logs, I have: Oct 1 08:59:52 sipserver1 cdrtool[4698]: Notice: maxduration of 0 is l

Re: [Kamailio-Users] Send MaxCallDuration and UserCredit for freeradius-cdrtool

2008-10-01 Thread DanB
Diego, It looks like there is another problem (nothing to do with the fact that your account is bellow 0. Can u send me the "radius -X" logs? DanB On Wed, Oct 1, 2008 at 2:02 PM, Diego Zuaneti Arruda <[EMAIL PROTECTED] > wrote: >Ok, but the radius returns status 407, and the call does not c

Re: [Kamailio-Users] CDRTool 6.6.4 with freeradius-cdrtool

2008-10-01 Thread Graham Wooden
Hi Craig, The table is indeed there, and it's being populated. I saw it when I got the correct sql.conf moved over to my freeradius directory. The problem (that I see it) is that the CDRTool GUI is looking in the 'cdrtool' DB for that table. >> MySQL error: 1146 (Table 'cdrtool.radacct2008

Re: [Kamailio-Users] Send MaxCallDuration and UserCredit for freeradius-cdrtool

2008-10-01 Thread DanB
Diego, I understand now what u mean. If there is no account balance, the radius does not authorize the call. However, the reason I have written it in this way was that there are software not able to process additional avps received from Radius server, therefore I had to make sure that if there is

Re: [Kamailio-Users] Send MaxCallDuration and UserCredit for freeradius-cdrtool

2008-10-01 Thread Diego Zuaneti Arruda
DanB, the "radius -X" logs is attached. Diego. - Original Message - From: DanB To: Diego Zuaneti Arruda Cc: users@lists.kamailio.org Sent: Wednesday, October 01, 2008 9:10 AM Subject: Re: [Kamailio-Users] Send MaxCallDuration and UserCredit for freeradius-cdrtool Die

Re: [Kamailio-Users] About presence_dialoginfo - RR in figure 2

2008-10-01 Thread Klaus Darilion
AFAIK RR should be alreday handled by the presence module. regards klaus Iñaki Baz Castillo schrieb: > El Sábado, 27 de Septiembre de 2008, Juha Heinanen escribió: >> Iñaki Baz Castillo writes: >> > Well, since NOTIFY is in-dialog it's just needed that the proxy does >> > RR in the initial SUBS

Re: [Kamailio-Users] Send MaxCallDuration and UserCredit for freeradius-cdrtool

2008-10-01 Thread DanB
Diego, the connector is just the translator between cdrtool and radius/openser, so no need of coding anything inside, but use that information inside openser to make a decision. A good way to go would be an AVP check inside openser.cfg like: check_value_of_ ($avp(s:credit)): (need to be replaced