I'm curious how SER associates flags to specific phone calls, i'm just
trying to understand in what situations a flag would be associated to a
SIP message.
So far i've assumed that its message specific, as in when a SIP message
comes into SER any flags set while it traverses through the SER script
are only in effect during its traversal through the script, once the
message is routed all flags are forgotten.
Except in the special case of "lookup()" where a flag can be associated
to a message when "save()" is called
hello Andrei,
could you tell me how to get the latest stable
version which has this fix? Should I be getting the
stable version or dev version or a subset. What would
be the command I would be using?
cvs co -r ??
thank you
ac
--- Andrei Pelinescu-Onciul <andrei(a)iptel.org> wrote:
> On May 11, 2005 at 20:18, a c <lra101(a)yahoo.com>
> wrote:
> > hello,
> >
> > I am getting a core dump when using the
> dispatcher
> > module..Could someone help? I am using
> >
>
http://lists.iptel.org/pipermail/serdev/2004-August/002592.html
> > to setup the config.
>
> Thanks, it's fixed on the latest cvs.
>
> (some minor on ser exit missing null pointer check)
>
> Andrei
>
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html
Hello,
Has anyone succeeded in getting UAC authentication to work?
I'm doing the following:
route {
resetflag(1);
t_on_failure("1");
route(1);
}
route[1]
{
if (uri=~"[@:](192\.168\.|10\.|172\.(1[6-9]|2[0-9]|3[0-1])\.)") {
sl_send_reply("479", "We don't forward to private IP addresses");
break;
};
if (!t_relay()) {
sl_reply_error();
};
}
failure_route[1] {
# authentication reply received?
if ( t_check_status("401|407") ) {
if (!isflagset(1) && uac_auth()) {
setflag(1);
t_on_failure("1");
append_branch();
route(1);
} else {
t_reply("500","Error occured");
}
break;
}
}
When uac_auth() is called I get the following in the:
0(28973) DEBUG:uac:uac_auth: picked reply is (nil), code 407
0(28973) BUG:uac:uac_auth: empty reply on picked branch
Any suggestions or ideas?
Thank you,
Michael
I just install the SER on Sun Solaris 8 with a Cisco AS5300 gateway do PSTN.
Between SIP phones all work's fine, but connections between SIP phones and
the gateway (both directions) are dropped after 20 seconds.
I'm newbie on SER, anyone can help me to fix this behavior.
Regards,
José Ricardo Maia Moraes
Hi!
Can somebody teach me how to enable call routing .. Meaning if the called
number is not on my
routing table, I will forward the request to another sip gatekeeper ..
Need it so badly.. please help ..
thanks,
ed
Hi,
I am trying to configure ser 0.8.14 with remote radius.
I am using radiusclient 0.4.8
And freeradius.0.9.1
And my os is debian
It is ok for local server. But when I am trying to do acc with remote
radius, it is not sending any information.
Now by seeing the debugging information ( and some code), I have found that
the error has generated from the radiusclient.
Now has anybody done it?
I have found that many people have faced lots of problem with ser-0.8.14 and
remote radius.
It works for ser-0.8.12
Thank you,
Shaikat Mahmud
Hi,
I'm new to Ser, and I've just finished installing Ser + Freeradius.
the problem is how to test my configuration?
I've tried to register with softphones (X-lite), but I'm getting this
error "Login Timed Out! contact the network administrator".
SER and FreeRadius are launched in debug mode, but i don't see happens
(no logs) when I try to register !!!
Thanks
Hi,
I'm just a new SIPper! and have a difficulty finding how to register SER to
someone else, like Asterisk. In the beginning, it seemed impossible to me,
but now I feel that I can register SER to Asterisk, making SER's users able
to establish calls to Asterisk's users.
I appreciate any help if anyone could give.
K. Aasaraai