Hi
I want to know the MAC address of registered client on kamailio...
suppose i have 3 Client registered with 192.168.1.2, 192.168.1.3 and 192.168.1.4
from these 3 Client, i am registered successfully with 101, 102, 103@test.com
But for additional authentication ... i also need MAC address for this Client.
Is there any module, method, function or variable to take MAC address or is there any alternative for the above case.
Waiting for favorable reply...
Hello,
Most SIP compatible devices will include this in a header, take a network trace at your device making a REGISTER/INVITE request, etc.
As for any specific module in "extracting" this information out, I can not think of anything off the top of my head, however will be fairly easily done with all of the tools available to you, such as AVP's and transformations.
On Wed, Oct 28, 2009 at 1:35 AM, Chandrakant Solanki < solanki.chandrakant@gmail.com> wrote:
Hi
I want to know the MAC address of registered client on kamailio...
suppose i have 3 Client registered with 192.168.1.2, 192.168.1.3 and 192.168.1.4
from these 3 Client, i am registered successfully with 101, 102, 103@test.com
But for additional authentication ... i also need MAC address for this Client.
Is there any module, method, function or variable to take MAC address or is there any alternative for the above case.
Waiting for favorable reply...
-- Regards,
Chandrakant Solanki
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
On Wednesday 28 October 2009 06:35:28 Chandrakant Solanki wrote:
Hi
I want to know the MAC address of registered client on kamailio...
suppose i have 3 Client registered with 192.168.1.2, 192.168.1.3 and 192.168.1.4
from these 3 Client, i am registered successfully with 101, 102, 103@test.com
But for additional authentication ... i also need MAC address for this Client.
Is there any module, method, function or variable to take MAC address or is there any alternative for the above case.
Waiting for favorable reply...
You will not have luck outsite "your proxy network" ... I mean ... that if your proxy is on 192.168.0.10/24 and your clients on any other network, you will always get's the same MAC, the mac of the 192.168.0.10/24 gateway.
Your only hope is that SOME SIP devices add their MAC as part of some subscribe or register petition.
I don't see any security increase on this, because MAC's could be easily spoofed.
2009/10/28 Chandrakant Solanki solanki.chandrakant@gmail.com:
Hi
I want to know the MAC address of registered client on kamailio...
suppose i have 3 Client registered with 192.168.1.2, 192.168.1.3 and 192.168.1.4
from these 3 Client, i am registered successfully with 101, 102, 103@test.com
But for additional authentication ... i also need MAC address for this Client.
Are those clients and the proxy in the *same* network? If not, forget it. Perhaps some devices can include their MAC in some header but... why would you rely on it? it can be totally spoofeable!