Changeset 3017

Show
Ignore:
Timestamp:
11/05/06 23:04:47 (7 years ago)
Author:
p_lindheimer
Message:

var call_confirmation should be use_confirmation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.2/amp_conf/agi-bin/dialparties.agi

    r2897 r3017  
    9191// if they set a -prim mode in one of the others 
    9292// 
    93 if ( ($call_confirmation != "FALSE") && ($rgmethod != "ringall") ) { 
     93if ( ($use_confirmation != "FALSE") && ($rgmethod != "ringall") ) { 
    9494  debug("Unsupported RingMethod reset to: '$rgmethod'", 1); 
    9595  $rgmethod = "ringall";