Changeset 11939
- Timestamp:
- 03/26/11 04:48:01 (2 years ago)
- Files:
-
- freepbx/branches/2.9/libfreepbx.install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.9/libfreepbx.install.php
r11938 r11939 1949 1949 $set['options'] = array('no', 'yes', 'pai'); 1950 1950 $set['name'] = 'SIP sendrpid'; 1951 $set['description'] = "Default setting for SIP sendrpid. A value of 'yes' is equivalent to 'rpid' and will send the 'Remote-Par y-ID' header. A value of 'pai' is only valid starting with Asterisk 1.8 and will send the 'P-Asserted-Identity' header. See Asterisk documentation for details.";1951 $set['description'] = "Default setting for SIP sendrpid. A value of 'yes' is equivalent to 'rpid' and will send the 'Remote-Party-ID' header. A value of 'pai' is only valid starting with Asterisk 1.8 and will send the 'P-Asserted-Identity' header. See Asterisk documentation for details."; 1952 1952 $set['readonly'] = 0; 1953 1953 $set['type'] = CONF_TYPE_SELECT;
