Hi all.
Have a problem with radius authorization.
I'm using auth_radius.so
modparams, only path to client file:
modparam("auth_radius", "radius_config",
"/etc/radiusclient/radiusclient.conf")
Freeradius installed and is working properly, radtest authentication from
kamailio host succeed .
How a
Thanks - Ive tried to play with these functions, but not much luck.
However, thanks to the linphone mailing list, I realised that its
configuration was wrong (for some stupid reason, the network settings had a
null public address defined), hence the issue !
Moving on to the dispatcher some fun
Hello,
a short note to announce that Siremis v4.4.0 has been released - the web
management application for Kamailio. It is supposed to mark the
compatibility with Kamailio v4.x series, its future version will target
Kamailio v5.0 compatibility.
- http://siremis.asipto.com/2017/05/18/siremis-v4-
Hi,
No the Register request is not sent out via Diameter, it is sent out via SIP.
The Register request works just like any Third party register message except
the SCSCF also includes the contents of the original Register request (from the
UE) in the SIP message body.
Paul
From: Daniel-Constan
Hi everyone,
I'm new to kamailio and rtpproxy and the problem's been bothering me for
days. Any help would highly appreciated.
My network topology is as follows:
kamailio5.0 and rtpproxy2.0 are running on the same server. The server
is behind NAT, its private ip is 10.240.0.62,
Hi,
Is there any way to send Publish/Subscribe to group and Notify for all
group (conference)? I have tried to send Subscribe to conference URI (SEMS)
but I got method not implemented error. Any idea?
Thanks,
Nhan
___
Kamailio (SER) - Users Mailing List
Hello,
so, the register request has to be sent out in this case via diameter?
If yes, then not much to be done in kamailio.cfg, needs an enhancement
in the c code, if not supported yet -- IMS devs can comment more, I
don't do much in that part of the code.
Cheers,
Daniel
On 17.05.17 15:47, Hagg
Using set_contact_alias()/handle_ruri_alias() should get this working in
terms of routing through kamailio.
But probably is more sane to fix it in client side, other UAs may
complain on such domain part.
Cheers,
Daniel
On 17.05.17 21:23, David Villasmil wrote:
> You can set the contact manually
Hello,
ok -- feel free to propose a pull request for packaging specs in
kamailio tree, if you are using them.
Cheers,
Daniel
On 17.05.17 21:40, Nuno Reis wrote:
> Hi Daniel.
>
> Thanks. That was indeed missing in the builld system. I'll make it a
> dependency on kamailio.spec for building.
> ka