Skip to content

Commit

Permalink
Load Balancer: Complete d95ef7c
Browse files Browse the repository at this point in the history
(cherry picked from commit b2a0db7)
  • Loading branch information
liviuchircu committed Aug 27, 2020
1 parent 81bf1ee commit 4402206
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dst_uri", "n", $lb_form['dst_uri'], 192, "^$re_sip_uri$");

form_generate_input_text("Resources", "The list of resources (ans their capacity) offered by this destination. It can be a list semicolon separate list of name=value (name is alphanumerical and value is numerical) or a single resource element pointing to a FreeSWITCH URL (name=fs://[username]:password@host[:port])",
"resources", "n", $lb_form['resources'], 256, "^((([a-zA-Z0-9]+(/[bs])?=[0-9]+)(;[a-zA-Z0-9]+=[0-9]+)*)|([a-zA-Z0-9]+=$re_fs_url))$");
"resources", "n", $lb_form['resources'], 256, "^((([a-zA-Z0-9]+(/[bs])?=[0-9]+)(;[a-zA-Z0-9]+(/[bs])?=[0-9]+)*)|([a-zA-Z0-9]+(/[bs])?=$re_fs_url))$");

form_generate_select("Probe Mode", "When the destination should be probed/pinged via SIP messages (for availability)",
"probe_mode", 200, $lb_form['probe_mode'], array("0","1","2"),$lb_probing_modes);
Expand Down

0 comments on commit 4402206

Please sign in to comment.