Changeset 10019 for freepbx

Show
Ignore:
Timestamp:
07/01/10 10:12:54 (3 years ago)
Author:
p_lindheimer
Message:

fixes #4185 use DAHDI channels when compatibility mode is used

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.7/amp_conf/bin/retrieve_op_conf_from_mysql.php

    r8599 r10019  
    192192            } 
    193193            if (!($inzaplines)) { 
     194               if ($chan_dahdi) { 
     195              array_push($zaplines,array( "DAHDI/$i","$newlabel" )); 
     196               } else { 
    194197              array_push($zaplines,array( "Zap/$i","$newlabel" )); 
     198               } 
    195199            } 
    196200          } //istrunk