Changeset 11939

Show
Ignore:
Timestamp:
03/26/11 04:48:01 (2 years ago)
Author:
mickecarlsson
Message:

Typo in libfreepbx, Remote-Party spelling

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.9/libfreepbx.install.php

    r11938 r11939  
    19491949  $set['options'] = array('no', 'yes', 'pai'); 
    19501950  $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-Pary-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."; 
    19521952  $set['readonly'] = 0; 
    19531953  $set['type'] = CONF_TYPE_SELECT;