We are using tagged VSA (i.e. SIP-From). I think, it isn't standard. without the has_tag entry, behind the regarding attribute in the dictionary file, i see in Debug Mode: SIP-From = "\001sip:abcd@xyz:5060" SIP-From = "\002sip:abcd@xyz:5060" With "has_tag" entry SIP-From:1 = "sip:abcd@xyz:5060" SIP-From:2 = "sip:abcd@uvw:5060" Is it possible, to write the the two tagged attributes (with has_tag entry) in a mysql- database at all ? If it is, how the variable ( %{SIP-From} ) in the sql.conf has to look like Used version 1.0.2-5 regards, Martin
Klier, Martin wrote:
SIP-From:1 = "sip:abcd@xyz:5060" SIP-From:2 = "sip:abcd@uvw:5060"
Is it possible, to write the the two tagged attributes (with has_tag entry) in a mysql- database at all ? If it is, how the variable ( %{SIP-From} ) in the sql.conf has to look like Used version 1.0.2-5
I think it should work with FreeRADIUS 1.1.0. In the MySQL database: Attribute op Value SIP-From:1 := sip:abcd@xyz:5060 SIP-From:2 := sip:abcd@uvw:5060 -- Nicolas Baradakis
participants (2)
-
Klier, Martin -
Nicolas Baradakis