Need for immediate resolution .. please help ..
thanks,
ed
Hi!
I appreciate your immediate feedback and Im so thankful for extending your
help to me.
However, after I followed the instruction you gave, this is what happened.
speed:/usr/local/src/project/ser-0.8.14# /usr/local/ser/sbin/ser -f
/usr/local/ser/etc/ser/ser.cfg start &
[1] 23521
0(23521) set_mod_param_regex: parameter <db_url> not found in module <acc>
0(23521) parse error (49,60-61): Can't set module parameter
0(23521) set_mod_param_regex: parameter <db_flag> not found in module <acc>
0(23521) parse error (50,29-30): Can't set module parameter
I remember during my ser installation, I use make all. Will this enable my
accounting using mysql.
thanks,
ed
At 09:13 PM 4/26/2005, Matt Schulte wrote:
> setflag(1);
> setflag(2);
Okay, i've updated my version up to CVS and it's fine.
I am making SER wroking for CDRTool evaluation version thus i had to have
the RADIUS accounting compiled in. SER is a great peace of software.
I have another question regarding to Your experience with billing. I've
connected radius with mysql and SER. I have good accounting that gives me
call duration, callee number, caller number and almost everything i want.
cdrtool makes it readable for humans :)
My question is - what rating (not billing) engines do you use ? I have very
detailed call records in the csv'like format, but dont have an idea how to
rate my subscribers.
-----Original Message-----
From: Jan Janak [mailto:jan@iptel.org]
Sent: Friday, April 29, 2005 2:35 PM
To: Wojciech Ziniewicz
Cc: 'serusers(a)lists.iptel.org'; Michal Podoski; Jacek Blaschke
Subject: Re: [Serusers] radius acc in newest ser does not compile
The version number comes from sip_router/debian/changelog. This file is
usually updated then we build a new release. You can add a new entry
there to fix the version number.
The radius related modules are in a separate package, called
ser-radius-modules.
Jan.
On 27-04-2005 12:08, Wojciech Ziniewicz wrote:
> I want to compile ACC module with Radius Accounting but uncommenting
theese
> two lines as said in modules/acc/Makefile makes the "acc.so" disapear (it
> simply does not compile)
>
> 1.I have downloaded the SER v.0.9-0 from developer at berlios.de (not the
> cvs one).
> 2. I have built a *deb package since i have debian. Maybe it's debian
> specific ?
> 3. After a build I see whats in the ser_8.0-12.deb (the version is invalid
> :) ) and there's no module with that name.
>
> ============fragment from modules/acc/Makefile==============
> ...
> # uncomment the next two lines if you wish to enable RADIUS accounting
> #
> DEFS+=-DRAD_ACC -I/usr/include
> LIBS=-L/usr/lib -lradiusclient
> ...
> =============end of the fragment==========================
> --
> Pozdrawiam,
> Wojciech Ziniewicz
> Optocomp sp.z.o.o, www.optocomp.pl
> mailto: wojtekz(a)optocomp.pl
> +48(0)691031535
>
>
> _______________________________________________
> Serusers mailing list
> serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
After my last email, I looked at ktcpvs and realized I ignored a couple of things: ktcpvs only supports tcp (http is obviously tcp-based, but I thought it supported udp for other protocols). I don't know how much work implementing udp would be.
Here is a discussion of SIP and LVS that I found useful (though not encouraging).
http://www.austintek.com/LVS/LVS-HOWTO/HOWTO/LVS-HOWTO.services_that_dont_w…
Paul: I'm starting to get really curious on the standard LVS components used for your stickiness! I'm not aware (also after searching now) of an LVS balancing mechanism that allows correct stickness on SIP udp...!
And I found other too who are looking for it:
http://archive.linuxvirtualserver.org/html/lvs-users/2005-02/msg00251.html
My understanding is that ipvs must be extended (according to the developer) with a call-id based scheduler and that this work has several people willing to fund development, but that this has not(?) started yet. The problem is that ipvs is based on ip header analysis and extending the hashing algorithms to also include payload-based analysis is not straight-forward.
g-)
> With regards to stickiness: Have you looked at ktcpvs? SIP is an
> "http-like" protocol and I'm pretty sure that you can use the
> http-based regex hashing to search for Call-Id. If you cannot use it
> right out of the box, I'm pretty sure the modifications are minimal.
> The user location problem: With a cluster back-end, I also only
> see save_memory() as the only option.
> g-)
>
>> "Greger V. Teigre" <greger(a)teigre.com> wrote:
>>> Greger, thanks a lot.
>>> The problem with load balancer is that replies goes to the wrong
>>> server due to rewriting outgoing a.b.c.d . BTW, as Paul pointed, if
>>> you define some dummy interface with Virtual IP (VIP), there is no
>>> need to rewrite outgoing messages (I tested this a little).
>>
>>
>> Yes, if you use LVS with direct routing or tunneling, that is what
>> you experience.
>> ===Of course. That why I implemented small "session" stickness.
>> However, it causes additional internal traffic.
>>
>> What I described was a "generic" SIP-aware load balancer where SIP
>> messages would be rewritten and stickiness implemented based on ex.
>> UA IP address (or call-id like vovida's load balancer).
>> ====Sure, it's better solution; I think we'll go this way soon (in
>> our next version).
>>
>>> Why DNS approach is bad (except restricted NAT - let's say I am
>>> solving this)?
>>
>> Well, IMO, DNS SRV in itself is not bad. It's just that many user
>> clients do not support DNS SRV yet. Except that, I like the concept
>> and it will give you a geographical redundancy and load balancing.
>> ===I am trying to build the following architecture:
>>
>> DNS (returns domain's public IP)->LVS+tunneling (Virtual IP)->ser
>> clusters (with private IPs)
>>
>>>
>>
>>>
>> DB
>> (MySQL 4.1 cluster)
>>
>>> I guess, Paul utilizes load-balancer scenario you have described.
>>> Believe there are only proprietary solutions for
>>> "the-replies-problem". We tried Vovida call-id-persistence package,
>>> unfortunately it didn't work for us.
>>
>> Are you referring to the load balancer proxy? IMHO, the SIP-aware
>> load balancer makes things a bit messy. It sounds to me that the LVS
>> + tunneling/direct routing + virtual IP on dummy adapter is a better
>> solution.
>>
>>> In my configuration I use shared remote DB cluster (with
>>> replication). Each ser see it as one-public-IP (exactly the approach
>>> you named for SIP). May be it's good idea to use local DB clusters,
>>> but if you have more than 2 servers your replication algorythm gonna
>>> be complex. Additional problem - it still doesn't solve usrloc
>>> synchronization - you still have to use t_replicate()...
>>
>>
>> I'm not sure if I understand.
>> ===Oh, probably I expressed myself not well enough...
>>
>> So, you have 2 servers at two location, each location with a shared
>> DB and then replication across an IPsec tunnel??
>> IMHO, mysql 3.23.x two-way replication is quite shaky and
>> dangerous to rely on. With no locking, you will easily get
>> overwrites and you have to be very sure that your application doesn't
>> mess up the DB. I haven't looked at mysql 4.1 clustering, but from
>> the little I have seen, it looks good. Is that what you use?
>>
>> ===We have 2 or more servers with MysQL 4.1 virtual server (clusters
>> balanced by LVS). We use MySQL for maintaining subscribers' accounts,
>> not for location. User location is still in-memory only so far. I am
>> afraid I have to switch to ser 09 in order to use save_memory (thanks
>> Paul!) and forward_tcp() for replication.
>>
>>> With regard to t_replicate() - it doesn't work for more than 2
>>> servers, so I used exactly forward_tcp() and save_noreply() (you're
>>> absolutely right - this works fine so far); all sers are happy. Of
>>> course, this causes additional traffic. Interesting whether Paul's
>>> FIFO patch reduces traffic between sers?
>>
>> I believe Paul uses forward_tcp() and save_memory() to save the
>> location to the replicated server's memory, while the
>> save("location") on the primary server will store to the DB (which
>> then replicates on the DB level).
>> g-)
>>
>>
>>
>>
>>
>> Do you Yahoo!?
>> Yahoo! Small Business - Try our new resources site!
try onsip.org
gettingstarted from downloads
and use this
./make_and_install radius
--- "Edgardo O. Gonzales II"
<edgardo.g(a)pacific.net.ph> wrote:
>
> Hi All!
>
> May I know the basic modules / requirements if I
> want to install
> ser with acc and radius support..
>
> Im using debian ..
>
> thanks,
> ed
>
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Hi all,
i try to configure ser 0.9.0 and sems_2004-07-27.
i have some problems, i can't find the right infos or examples.
have anybody a worked ser.cfg example or link to any website with some infos
to ser+sems?
many thanks,
Grigory
As I mentioned I dont do combo anymore, it sdidnt make sense to me
Iqbal
Elton Machado wrote:
>Hi,
>
>
>Iqbal, please forward me an e.g. of this combo configuration , as I'm
>willing also to have it to compare with my trials.
>
>Regards,
>
>Elton
>
>
>-----Original Message-----
>From: serusers-bounces(a)iptel.org [mailto:serusers-bounces@lists.iptel.org] On
>Behalf Of Iqbal
>Sent: quinta-feira, 28 de Abril de 2005 11:43
>To: Kamran Ahmad
>Cc: serusers(a)lists.iptel.org
>Subject: Re: [Serusers] what is the best way of using asterisk as B2BUA
>
>Hi
>
>I originally had a setup like this, but to me it just seemed way to
>expensive to be doing this, since you will need to add asterisk boxes,
>just to keep doing these "u-turns", and because you want the billing
>info. Also, I started to have problem when I hit the external gateway,
>because originally again i did this via asterisk, which then passing
>data back to ser gave headaches. But if anyone gets this combo up and
>running weel would be interested to know complete setup.
>
>Iqbal
>
>Kamran Ahmad wrote:
>
>
>
>>hello Carles Wang
>>
>>This is the way to to successfully call through
>>asterisk.
>>
>>SER is Main Registrar. Asterisk is B2BUA.
>>
>>SER will route its call to asterisk.
>>now control is at asterisk side he can do any thing to
>>that call (forword, voicemail, etc....). but actually
>>asterisk dont know who is the user he ll route this
>>call back to SER who is aware of the user.
>>it is like U-Turn through Asterisk. try this and tell
>>me
>>
>>
>>
>>
>>ser.cfg
>>------------------------
>>rewritehostport("asterisk:port");
>>force_rport();
>>fix_nated_contact();
>>force_rtp_proxy();
>>t_relay();
>>
>>
>>sip.conf
>>------------------------
>>[general]
>>context=default
>>port=5070
>>bindaddr=0.0.0.0
>>srvlookup=no
>>
>>[2000]
>>callerid=2000
>>type=friend
>>host=dynamic
>>canreinvite=no
>>reinvite=no
>>qualify=yes
>>auth=plaintext
>>nat=yes
>>
>>
>>[3000]
>>type=friend
>>host=dynamic
>>callerid=3000
>>qualify=yes
>>canreinvite=no
>>reinvite=no
>>auth=plaintext
>>nat=yes
>>
>>
>>
>>--- Charles Wang <lazy.charles(a)gmail.com> wrote:
>>
>>
>>
>>
>>>I also have the same problem. I don't know how to
>>>fix it. Do you get
>>>any solution or sample config about it. I think it
>>>is a problem of
>>>asterisk.
>>>
>>>On 4/28/05, Kamran Ahmad <p_kami(a)yahoo.com> wrote:
>>>
>>>
>>>
>>>
>>>>hi list
>>>>
>>>>any person using ser and Asterisk as B2bUA.
>>>>
>>>>what is the best way of using asterisk as B2BUA.
>>>>
>>>>i can route calls to through asterisk its working
>>>>
>>>>
>>>>
>>>>
>>>but
>>>
>>>
>>>
>>>
>>>>some time one UA tries to hangup the call and the
>>>>other side is not able to receive Bye
>>>>
>>>>what could be the best way of using asterisk for
>>>>monitering voice
>>>>
>>>>Thanks
>>>>Kamran
>>>>
>>>>__________________________________________________
>>>>Do You Yahoo!?
>>>>Tired of spam? Yahoo! Mail has the best spam
>>>>
>>>>
>>>>
>>>>
>>>protection around
>>>
>>>
>>>
>>>
>>>>http://mail.yahoo.com
>>>>
>>>>_______________________________________________
>>>>Serusers mailing list
>>>>serusers(a)lists.iptel.org
>>>>http://lists.iptel.org/mailman/listinfo/serusers
>>>>
>>>>
>>>>
>>>>
>>>>
>>>--
>>>
>>>Best Regards
>>>Charles
>>>
>>>
>>>
>>>
>>>
>>__________________________________________________
>>Do You Yahoo!?
>>Tired of spam? Yahoo! Mail has the best spam protection around
>>http://mail.yahoo.com
>>
>>_______________________________________________
>>Serusers mailing list
>>serusers(a)lists.iptel.org
>>http://lists.iptel.org/mailman/listinfo/serusers
>>
>>.
>>
>>
>>
>>
>>
>
>_______________________________________________
>Serusers mailing list
>serusers(a)lists.iptel.org
>http://lists.iptel.org/mailman/listinfo/serusers
>
>
>
>.
>
>
>
I am opening the admin/index.php page and receive this error
Warning: virtual(): Unable to include '/prolog.html' - request execution
failed in /var/www/localhost/htdocs/serweb/page.php on line 48
sip-me User Management
Warning: virtual(): Unable to include '/separator.html' - request
execution failed in /var/www/localhost/htdocs/serweb/page.php on line 50
Warning: virtual(): Unable to include '/epilog.html' - request execution
failed in /var/www/localhost/htdocs/serweb/page.php on line 145
I did these commands
echo "<body><h1>" > prolog.html
echo "</body>" > epilog.html
echo "</h1><hr>" > separator.html
and I'm still getting the errors
any suggestions?
Wercs Communications
Clay Bryan
Network Administrator
Wercs Communications
400 East First
Casper, WY 82601
<http://maps.yahoo.com/py/maps.py?Pyt=Tmap&addr=400+East+First&csz=Caspe
r%2C+WY++82601&country=us>
CBryan(a)wercs.com <mailto:CBryan@wercs.com>
tel:
fax:
mobile:
307-233-8359
307-233-8701
307-258-7371
Add me to your address book...
<https://www.plaxo.com/add_me?u=21475170292&v0=646557&k0=282754785>
Want a signature like this? <http://www.plaxo.com/signature>
Is the vm module deprecated? I noticed it's not in 091. If so is there
an alternative? Searching the mailing list and not finding much
regarding rhis. Maybe I'm crazy? :-)
I tried to register onsip.org a thousand times, but all I get is an error page displaying "cannot register user".
I am filling the registration form legally, what may be the problem?
Thanks!