PacketFence - BTS - PacketFence
View Issue Details
0001324PacketFencecorepublic2011-11-02 12:022011-12-30 23:28
fgaudreault 
obilodeau 
normalminoralways
closedunable to reproduce 
3.0.2 
3.1.0 
0001324: pf::radius::authorize doesn't care about the manual VoIP flag in the node table
To determine that we have a phone, we rely on the isPhoneAtIfIndex method of the switch. However, it is possible under certain circonstances (obscure voip phones) that we need to manually tell PF that the device is a VoIP device.

Line 322:
# determine if we need to perform automatic registration
    my $isPhone = $switch->isPhoneAtIfIndex($mac, $port);

No tags attached.
Issue History
2011-11-02 12:02fgaudreaultNew Issue
2011-12-21 16:06obilodeauNote Added: 0002480
2011-12-21 16:06obilodeauStatusnew => closed
2011-12-21 16:06obilodeauResolutionopen => unable to reproduce
2011-12-21 16:06obilodeauFixed in Version => trunk
2011-12-21 16:07obilodeauAssigned To => obilodeau
2011-12-30 23:28obilodeauFixed in Versiontrunk => 3.1.0

Notes
(0002480)
obilodeau   
2011-12-21 16:06   
Couldn't reproduce with trunk. Can't see reason why it wouldn't work with 3.0.2. Closing.