Changeset 11937
- Timestamp:
- 03/25/11 14:38:28 (2 years ago)
- Files:
-
- freepbx/branches/2.9/libfreepbx.install.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.9/libfreepbx.install.php
r11931 r11937 2025 2025 $set['value'] = ''; 2026 2026 $set['options'] = ''; 2027 $set['name'] = 'SIP &DAHDI callgroup';2027 $set['name'] = 'SIP and DAHDI callgroup'; 2028 2028 $set['description'] = "Default setting for SIP, DAHDI (and Zap) callgroup. Callgroup(s) that the device is part of, can be one or more callgroups, e.g. '1,3-5' would be in groups 1,3,4,5. See Asterisk documentation for details."; 2029 2029 $set['readonly'] = 0; … … 2036 2036 $set['value'] = ''; 2037 2037 $set['options'] = ''; 2038 $set['name'] = 'SIP &DAHDI pickupgroup';2038 $set['name'] = 'SIP and DAHDI pickupgroup'; 2039 2039 $set['description'] = "Default setting for SIP, DAHDI (and Zap) pickupgroup. Pickupgroups(s) that the device can pickup calls from, can be one or more groups, e.g. '1,3-5' would be in groups 1,3,4,5. Device does not have to be in a group to be able to pickup calls from that group. See Asterisk documentation for details."; 2040 2040 $set['readonly'] = 0;
