hello
# radiusclient -f test localhost auth testing123
error opening radius configuration file
i m using radiusclient-0.3.3
Kamran
__________________________________
Yahoo! Mail Mobile
Take Yahoo! Mail with you! Check email on your mobile phone.
http://mobile.yahoo.com/learn/mail
Hi all,
I'm sorry if my questions are stupid, but I need to know:
is SER considered a SIP stack?
is SER development based on some stack?
Thanks
Andrea Giordanna
---------------------------------
Yahoo! Mail: agora com 1GB de espaço grátis. Abra sua conta!
Hi,
I have some problem with radius support for the accounting. It's working well for authentification. But accounting doesn't work.
I put SER in debug mode and I obtain the message:
ERROR: acc_rad_request: radius-ing failed
And when I look on the network (Ethereal), none frame get out of my SER.
Has everyone some problems like that (and solutions :).
Thanks.
Have a good day.
Hi All,
I have the following question: I would like to know if there is an
extension and/or and RFC related with timer sessions. The idea is to use
timer sessions in final users, in order to shut down sessions at
pre-defined times (at the begining of them) without necessity of deal
with timer at servers (no necessity of dialog statefull servers). As far
as I know, there is draft, "Session Timers in the Session Initiation
Protocol (SIP)", draft-ietf-sip-session-timer-15 (july 2004), which is
already implemented by some companies like Addpac. But, it is not
directly applicable to our necessity (it is just a mechanism of
keep-alive).
Thanks in advance!
Jorge
hello Andrei,
I got this working and it is load balancing ok between
the 2 endpoints. I have noticed that SER does not
switch over to a different endpoint in the dispatcher
list if one of the endpoints is down. Do I need to
enable this somehow or is this functionality not
implemented?
Could someone verify the routing logic below? Is this
ok?
thank you
ac
-- ser.cfg --
route{
# initial sanity checks -- messages with
# max_forwards==0, or excessively long
requests
if (!mf_process_maxfwd_header("10")) {
sl_send_reply("483","Too Many Hops");
break;
};
if ( msg:len > max_len ) {
sl_send_reply("513", "Message too
big");
break;
};
# we record-route all messages -- to make sure
that
# subsequent messages will go through our
proxy; that's
# particularly good if upstream and downstream
entities
# use different transport protocol
record_route();
# loose-route processing
if (loose_route()) {
t_relay();
break;
# if the request is for other domain use
UsrLoc
# (in case, it does not work, use the
following command
# with proper names and addresses in it)
if (uri==myself) {
if (method=="REGISTER") {
# Uncomment this if you want to use digest
authentication
# if
(!www_authorize("iptel.org", "subscriber")) {
#
www_challenge("iptel.org", "0");
# break;
# };
save("location");
break;
};
# native SIP destinations are handled
using our USRLOC DB
#if (!lookup("location")) {
# sl_send_reply("404", "Not
Found");
# break;
#};
};
# forward to current uri now; use stateful
forwarding; that
# works reliably even if we forward from TCP
to UDP
ds_select_dst("1", "0");
if (!t_relay()) {
sl_reply_error();
};
}
--- Andrei Pelinescu-Onciul <andrei(a)iptel.org> wrote:
> On May 12, 2005 at 14:13, a c <lra101(a)yahoo.com>
> wrote:
> > ok. I got this working now..no core dumps.
> >
> > But still having problems with dispatcher.
> >
> > I have the following setup:
> >
> > sip client 1 -> SER -> sip client2 & sip client3
> >
> > when client1 makes a call, it seems like SER does
> not
> > receive the request. I don't see any logs written
> and
> > the call timesout. Seems like SER is not receiving
> the
> > requests but when I do a netstat, I see it
> listening
> > on 5060.
> >
> > udp 0 0 castor:5060 *:*
> >
> > Normal routing without dispatcher works fine {thru
> > client registrations}. Am I missing some configs
> here?
>
> Your config looks ok, maybe some networks dumps
> would help.
>
>
> Andrei
>
__________________________________
Yahoo! Mail Mobile
Take Yahoo! Mail with you! Check email on your mobile phone.
http://mobile.yahoo.com/learn/mail
Hello,
I'm new to SER+SEMS, I'm having some problem:
1. I have SER running fine 0.9.0 from cvs.
2. sems installed (with TTS support)
3. needed to include IVR and voicemail.
4. need to run one ser instance (one ser.cfg and one
sems.cfg)
I read the docs both (ser+sems-howto and ivr_documnet)
but after 2 weeks still no luck, so please if you got
this working let me get steps to take and mor
important how could I got simple tests.
Thanks
A Ahmed
__________________________________
Yahoo! Mail Mobile
Take Yahoo! Mail with you! Check email on your mobile phone.
http://mobile.yahoo.com/learn/mail
sorry for the mailing
i succeed to find the good Makefile (that was empty at the beginning of the
download)
and now what i need to do ?
there are client and server .exe
how configure them and use them?
what i need to configure in my softphone to try that's working?
thanks
M.
Hoi!
Maybe Andrei can help you more than I since he's "responsible" for porting SER to *ALL* platforms . Taking a look at Makefile.defs you find the next platforms, which can be assigned with the macro ARCH:
*sparc64
*i386
*arm
*ppc
*mips
Depending on the concrete board, you might have to tune the compilation with CC_EXTRA_OPTS or similar....just experiment and provide feedback!!!
(I'm sure SER can be even ported to more platforms.............)
For more info, check old posts to the developers mailing list.
Thanks again to SER developers!
Samuel.
Unclassified.
>> Wojciech Ziniewicz <WojtekZ(a)Optocomp.PL> 05/13/05 03:07PM >>>
Hello list,
I would like to compile SER on other architecture then k7 or x86. I have
some candidates:
http://store.mini-box.com/ituner/viamo.htmlhttp://www.routerboard.comhttp://www.pcengines.ch/wrap.htmhttp://www.soekris.com
Is SER rather Platform independent ? Or do i have to make up ports for every
platform (I am not so keen on programming in C so it would be good to not to
change the code :P)
--
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
Make sure that you killed all ser processes ...
> ps aux | grep ser
then
>kill -9 pid ...
sometimes, doing killall ser doesn't work
cesc
>>> Sönmez Güne (Bº <sonmezgunes(a)gmail.com> 05/13/05 11:26AM >>>
Hello
When I restart ser, taking this error.
ERROR: tcp_init: bind(5, 0x80d08a0, 16) on 10.90.232.121: Address already in use
What can be the problem?
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
unclassified