Bug #4314
closedTraffic Shaper Wizard not accepting an alias in the "Upstream SIP Server" text box
0%
Description
When using the traffic shaper wizard "Multiple LAN/WAN" I choose to prioritize voice over IP traffic and use a generic provider.
In the "Upstream SIP Server" text box I use a previosily created alias with the addresses of my SIP service providers.
When the wizard finishes, it generates the queues correctly but it wont generate the floating rules as intended.
I runned this wizard in version 2.1.5 and it generates two floating rules automatically using the SIP server alias as source on one rule and as destination on the other.
In order to let the wizard handle as much as posible of the shapers config I run the wizard again and I can see the parameters used in the previous run as expected, except for the alias configured in the "Upstream SIP Server" text box that, for some reason, is empty.
Finally I create the floating rules manually and it works fine. So I think that the problem is mainly the operation of the wizard itself.
Updated by Phillip Davis almost 10 years ago
I think this should fix it:
https://github.com/pfsense/pfsense/pull/1453
The field name for that had been changed in the wizard ".inc" files but not in the corresponding ".xml" files.
Updated by Muchacha Grande almost 10 years ago
I applied the patch and it works ok now. The wizard remembers the text box content and the floating rules are automatically created upon wizard execution.