Changeset 3769

Show
Ignore:
Timestamp:
02/11/07 12:39:32 (6 years ago)
Author:
p_lindheimer
Message:

CWINUSEBUSY should really only say busy if busy, not ringing so remove the check for ringing also

Files:

Legend:

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

    r3768 r3769  
    389389 
    390390      $extstate = is_ext_avail($extnum); 
    391       if ($extstate == 1 || $extstate == 8) { 
     391      if ($extstate == 1) { 
    392392 
    393393        $AGI->set_variable('DIALSTATUS_CW','BUSY');