Changeset 966
- Timestamp:
- 08/25/08 15:40:27 (3 months ago)
- Files:
-
- trunk/admin/Public/form_data/FG_var_trunk.inc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/admin/Public/form_data/FG_var_trunk.inc
r399 r966 122 122 "", 123 123 gettext("Insert the removeprefix"), 124 "" , "", "", "", "" , "" , "", gettext(" in case of the voip provider or the gateway doesnt want a dialed prefix (can be useful with local gateway)"));124 "" , "", "", "", "" , "" , "", gettext("Remove prefix from the dialed digits.")); 125 125 126 126 $HD_Form -> AddEditElement (gettext("PROVIDER TECH"), … … 140 140 "9", 141 141 gettext("Insert the providerip"), 142 "" , "", "", "", "" , "" , "", gettext("Set the IP or URL of the VoIP provider. Alternatively, put in the name of a previously defined trunk in Asterisk . (MyVoiPTrunk, ZAP4G etc.) You can use the following tags to as variables: %dialingnumber%, %cardnumber%. ie g2/1644787890wwwwwwwwww%dialingnumber%"));142 "" , "", "", "", "" , "" , "", gettext("Set the IP or URL of the VoIP provider. Alternatively, put in the name of a previously defined trunk in Asterisk or FreePBX. (MyVoiPTrunk, ZAP4G etc.) You can use the following tags to as variables: %dialingnumber%, %cardnumber%. ie g2/1644787890wwwwwwwwww%dialingnumber%")); 143 143 144 144 $HD_Form -> AddEditElement (gettext("ADDITIONAL PARAMETER"), … … 168 168 "12", 169 169 gettext("Number of current connections"), 170 "" , "", "", "", "", "", "", gettext(" Define the number of use of this trunk. If a non-standard stop of the application occurs it maybe that the trunk is in 'in-use' > 0 status. Get it back to '0' if you know there is a issue on this trunk.") );170 "" , "", "", "", "", "", "", gettext("Updated to show the number of channels currently in use on this trunk.If there are no channels in use, and the system shows that there are, manually reset this field back to zero.") ); 171 171 172 172 $HD_Form -> AddEditElement (gettext("MAXIMUM CONNECTIONS"), … … 177 177 "12", 178 178 gettext("Number of maximum simultaneous connections"), 179 "" , "", "", "", "", "", "", gettext(" Define the number of simultaneous connections on this trunk. Set to -1 in order to have an unlimited number of connections") );179 "" , "", "", "", "", "", "", gettext("The maximum number of channels available to this trunk. Set to -1 to have an unlimited number of channels") ); 180 180 181 181 $HD_Form -> AddEditElement ("IFMAXUSED",
