Does the CVS head of Serweb work with which versions of Serweb ?
0.8.14 ?
0.9.0 ?
If not which ver of Serweb does work with each ?
I have tried the one that comes with 0.8.14 and can not get that version to
work at all. I have followed all the read me's and looked in the archieves
. I have come to the conclusion that this version is in need of a lot of
patching or something.
I am able to get the interface up .. however it continually comes up with
the wrong host name no matter what I do . I manally enter into the http.conf
file but still does not access the db correctly and comes up with invalid
user name etc ..
For some reason it keeps calling up the machines name that I gave to it when
I installed Linux Fedora Core 3
Other then that the rest of the system runs fine
Ser is good but SerWeb seems to need work.
The CVS head of SerWeb seems to quite a bit more flexable .. in the
configuration files. I can get that up and going also however when it logs
in I get absolutly no tabs showing up at all .. no error messages either.
Racking my brain out here any help would be appreciated..
thanks
Hi Omar!
Ser generates the start record when the invite transaction succeeded.
When the INVITE transcation fails due to a 404, there will be no start
record (except you account also failed_transactions).
I think I don't understand your setup correctly.
regards,
Klaus
PS: Please always CC to the mailing list!
Mohamed Omar wrote:
> I need to send the stop record even if there is no start record as
> am doing prepaid billing for call to PSTN. when a UA makes a call, the
> raduis athorizes the call throught the billing server. the billing
> server opens an active call session for this UA and will only close this
> session when it recives a stop accounting for the radius server.
>
> Can I use this command acc_rad_request("stop"); to force SER to send a
> stop record to the radius server. I tried it but I get "command unknown
> or missing module error."
>
> Thanks
>
> mohamed.
>
>
> */Klaus Darilion <klaus.mailinglists(a)pernau.at>/* wrote:
>
> Hi Mohammed!
>
> If there is no call at all (404) why do you want to generate CRDs? If
> you would send a stop record - then there would be no "start" record
> for
> this call.
>
> If you really want to account failed transcations, use the
> "failed_transactions" parameter from the acc module (README). This will
> produce only a "start" record - no stop record. But this is no problem,
> as the status colum in this case is 404 and you only will bill records
> with status 200.
>
> regards,
> klaus
>
> PS: This question should be asked in the serusers mailinglist, not
> serdev.
>
> Mohamed Omar wrote:
> > How can make SER flags status 404 for accounting and send a
> > stop accouting record to the radius server?
> >
> > Am currently doing accounting for calls going to PSTN network and
> it's
> > working fine if the call is not completed and if I get an error like
> > status 404 then no stop accounting record is sent to the radius
> server.
> >
> > I would like to force SER to send stop accouting flag to radius
> server.
> >
> > Can I do this on SER 0.8.14
> >
> > /*if (!lookup("location")) {
> > *
> > /*/ setflag(1);
> > // # doesn't seem to be needed, problably because sl_send_reply
> > // # acc_rad_request("stop");
> > // sl_send_reply("404", "Not Found");
> > // break;
> > /*
> >
> >
> >
> > Thanks.
> >
> > Mohamed
> >
> >
> >
> >
> >
> >
> ------------------------------------------------------------------------
> > Post your free ad now! *Yahoo! Canada Personals*
> >
> >
> >
> >
> ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Serdev mailing list
> > serdev(a)lists.iptel.org
> > http://lists.iptel.org/mailman/listinfo/serdev
>
> _______________________________________________
> Serusers mailing list
> serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
>
>
> ------------------------------------------------------------------------
> Post your free ad now! *Yahoo! Canada Personals*
> <http://ca.personals.yahoo.com/>
Hello,
I'm forwarding PSTN calls from ser to a CIsco AS5350. Currently I'm
rewriting the address to the IP address of the AS. Is this correct? In
the ser howto I can see call forwarding done with t_relay_to():
# attempt handoff to PSTN
if (uri=~"^sip:9[0-9]*@mydomain.com") { ## This assumes that the caller is
log("Forwarding to PSTN\n"); ## registered in our realm
t_relay_to( "192.168.0.2", "5060"); ## Our Cisco router
break;
};
thanks
Luca
Just read the subject ... what is better?
nathelper+rtpproxy or mediaproxy ?
Regards,
Lucas
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.5 - Release Date: 03/02/2005
Hi,
I m facing some problem on the connecting the database. Everytime i start
its generate this error.
----------------------------------------------------------------
Feb 4 16:54:51 shung ser: ser startup succeeded
Feb 4 16:54:51 shung /usr/sbin/ser[8166]: connect_db(): Client does not
support authentication protocol requested by server; consider upgrading
MySQL client
Feb 4 16:54:51 shung /usr/sbin/ser[8166]: db_init(): Error while trying to
connect database
Feb 4 16:54:51 shung /usr/sbin/ser[8166]: mod_init(): Error while
connecting database
Feb 4 16:54:51 shung /usr/sbin/ser[8166]: init_mod(): Error while
initializing module usrloc
-------------------------------------------------------------
This is my ser.cfg config file
-------------------------------------------------------------
modparam("usrloc", "db_mode", 2)
modparam("auth_db", "db_url", "sql://ser:heslo@localhost/ser")
modparam("auth_db", "calculate_ha1", yes)
modparam("auth_db", "password_column", "password")
modparam("rr", "enable_full_lr", 1)
------------------------------------------------------------
Thanx alot.
From
sunshung
_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfee®
Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
Hi, All:
My SER is located on two different PC. One is
Registrar and RADIUS, DNS server , MySQL. the other is
Proxy server only.
All started successfully and run well. After a while,
I registered the fourth user. Now I can call the previously
registered three users with latest registered user.But failed
the other direction. When I call the newly registered user
with first registered user. the SER report "404 Not Found".
What happens to the Registrar and Usrloc modules? I guess
the problem lies in that two modules. Am I right??
Thanks for your instructions and help!
Best Regards.
Sun Zongjun.