Hi,
why does OpenSER sends three Start-Radius-Packets on an Invite und and two on a bye? My config has these entries:
[...]
modparam("acc", "radius_flag", 3)
[...]
if (method=="BYE" || method=="CANCEL") { setflag(3); };
[...]
} else if (method=="INVITE") { setflag(3);
[...]
Hi Martin,
first be sure you have only one INVITE and one BYE. Second, look into the logged radius packages and see what's the method type.
regards, bogdan
martin@campus-merseburg.de wrote:
Hi,
why does OpenSER sends three Start-Radius-Packets on an Invite und and two on a bye? My config has these entries:
[...]
modparam("acc", "radius_flag", 3)
[...]
if (method=="BYE" || method=="CANCEL") { setflag(3); };
[...]
} else if (method=="INVITE") { setflag(3);
[...]
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users