Changeset 11423

Show
Ignore:
Timestamp:
02/15/11 13:16:18 (2 years ago)
Author:
p_lindheimer
Message:

fixes name of QUEUES_UPDATECDR

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.9/queues/install.php

    r11385 r11423  
    564564$set['emptyok'] = 0; 
    565565$set['sortorder'] = 30; 
    566 $set['name'] = 'Honor Wrapup Time Across Queues'; 
     566$set['name'] = 'Set Agent Name in CDR dstchannel'; 
    567567$set['description'] = 'Queues: updatecdr, only valid with Asterisk 1.6+. This option is implemented to mimic chan_agents behavior of populating CDR dstchannel field of a call with an agent name, which is set if available at the login time with AddQueueMember membername parameter, or with static members.'; 
    568568$set['type'] = CONF_TYPE_BOOL;