Changeset 10040
- Timestamp:
- 07/07/10 16:54:28 (2 years ago)
- Files:
-
- freepbx/branches/2.8 (modified) (1 prop)
- freepbx/branches/2.8/amp_conf/bin/retrieve_op_conf_from_mysql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.8
- Property svnmerge-integrated changed from /freepbx/branches/2.7:1-9372,9634-9729,9731-9795,9798-9811 /freepbx/trunk:1-9714,9744,9768 to /freepbx/branches/2.7:1-9372,9634-9729,9731-9795,9798-9811,10019 /freepbx/trunk:1-9714,9744,9768
freepbx/branches/2.8/amp_conf/bin/retrieve_op_conf_from_mysql.php
r8599 r10040 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
