- Timestamp:
- 07/01/10 10:12:54 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.7/amp_conf/bin/retrieve_op_conf_from_mysql.php
r8599 r10019 192 192 } 193 193 if (!($inzaplines)) { 194 if ($chan_dahdi) { 195 array_push($zaplines,array( "DAHDI/$i","$newlabel" )); 196 } else { 194 197 array_push($zaplines,array( "Zap/$i","$newlabel" )); 198 } 195 199 } 196 200 } //istrunk
