Hello,
could you give me a bit of further information about the module pa and
nathelper? What can they do and what can't they do? and how do they work?
And the corresponding rfcs or drafts?
Thanks
yang
Hello All,
I am sorry I am little bit confused.
Does any one know how to log to the serweb from the browser, and what file should the appache be pointing to, also in the config.php, which line exaclty should I change to resemble my local configuration.
Thank you all
regards
Rami Francis
Hallo
We have set up an environment including a Jabber server and one SER server.
It looks to me like the ser is using the From header field when looking up the jab_id, jabb_passwd from the sip_jab db this seems to be a problem when making a third-party registration.
Is it posible to change this to use the To header instead.
Regards Magnus
I'm at a bit of a loss, I've got a number of SER proxies in use and all
are working quite well with one exception.
I've configured the proxies to sit between SIP handsets and a SIP
capable PBX. All phones register with the proxy at their location and
the PBX makes all requests for phones to the proxy. This normally works
well. However, for the phones to be able to place outbound calls, I
configured the SER proxy to pass all location lookup failures on to the
PBX. The PBX then (seeing the request from a registered location) will
place the call out. All of this works fine.
The problem comes when one of the phones is not registered properly with
the SER proxy and the PBX requests it. The request fails the location
lookup and is sent back to the PBX. To correct this I've tried matching
the "src_ip" to see if the request is from the PBX however this doesn't
appear to work. I have the following condition in the ser.cfg,
shouldn't this stop requests from 1.2.3.4 being sent back to 1.2.3.4?
if (!lookup("location")) {
log(1, "Location lookup failure.");
if (src_ip=="1.2.3.4") || (src_ip=="1.2.3.6") {
log(1, "Request from first server.");
sl_reply_error();
} else {
rewritehost("1.2.3.4");
log (1, "Sending request to the first server.");
t_on_negative("1");
t_relay();
};
break;
};
--
Jamin W. Collins
This is the typical unix way of doing things: you string together lots
of very specific tools to accomplish larger tasks. -- Vineet Kumar
It is very probable that you did not get the libradiusclient linked to
auth.so. If you compile this module in the module directory e.g.
sip_router/modules/radius_auth the gcc option "-lradiusclient" will be
missing. So you have to modify the makefile yourself or you should just
compile the module from the main directory e.g. sip_router with "make
modules=modules/radius_auth install".
I use CVS 0.8.11 pre 24 and radius works fine.
Best regards
yang
> From: "Kelvin Chua" <kchua(a)up.edu.ph>
> hi guys,
>
> i'm trying to enable authentication through radius/ldap.=20
> i'm still using 0.8.10 and having errors on this:
>
> May 21 14:54:34 voip ser: ERROR: load_module: could not open module =
> </usr/local/lib/ser/modules/auth.so>: =
> /usr/local/lib/ser/modules/auth.so: undefined symbol: rc_avpair_add=20
>
> i confirmed radiusclient to be functioning by using radlogin and =
> authentication works. i can't find the source code containing the =
> function, hope somebody could help me out on this.... thanks
>
> by the way, when's 0.8.11 coming out?
Hi, I'm new to Sip and Ser and am having trouble getting the fifo to
work correctly.
This is the error I see:
Warning: fopen(/var/tmp/ser1_fifo) [function.fopen]: failed to create
stream: Permission denied in
/usr/local/apache/htdocs/serweb/functions.php on line 172
I have tried with ser_fifo in the /tmp directory as specified in the the
installation guide with the same errors. I have tried changing the
owner / group permissions as well as who owns the file to no avail.
The error comes up when the file is accessible by root, if I change it
to apache or any other user the system will not load at all...help?!?!?
Thanks in advance for any help.
Todd
Hello All,
Does any one know how to log to the serweb from the browser, and what file should the appache be pointing to, also in the config.php, which line exaclty should I change to resemble my local configuration.
Thank you all
regards
Rami Francis
hi guys,
i'm trying to enable authentication through radius/ldap.
i'm still using 0.8.10 and having errors on this:
May 21 14:54:34 voip ser: ERROR: load_module: could not open module </usr/local/lib/ser/modules/auth.so>: /usr/local/lib/ser/modules/auth.so: undefined symbol: rc_avpair_add
i confirmed radiusclient to be functioning by using radlogin and authentication works. i can't find the source code containing the function, hope somebody could help me out on this.... thanks
by the way, when's 0.8.11 coming out?
http://www.iptel.org/ser/doc/seruser-html/x510.html
Text:
"It also passes request's source IP address in environment variable
named SRC_IP."
Code example:
# first dump the message to a file using cat command
exec_msg("printenv SRCIP > /tmp/exectest.txt; cat >> /tmp/exectest.txt");
Is there a typo in underscore? At least in the sources
SCRIP seems to exist.
BR,
Juha
--
tuomala(a)netnix.fi www.netnix.fi
Valkjärventie 1, 02130 Espoo, Finland. +358 40 589 8929