Changeset 6597
- Timestamp:
- 09/07/08 14:47:58 (3 months ago)
- Files:
-
- freepbx/branches/2.5/CHANGES (modified) (1 diff)
- freepbx/branches/2.5/amp_conf/htdocs/admin/extensions.class.php (modified) (1 diff)
- freepbx/branches/2.5/amportal.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.5/CHANGES
r6572 r6597 103 103 the stats are updated based on the STATS interval but a few items are checked 104 104 less frequently (such as Astersisk Uptime) based on the INFO value 105 106 ZAP2DAHDICOMPAT=true|false 107 DEFAULT VALUE: false 108 If set to true, FreePBX will check if you have chan_dadhi installed. If so, it will 109 automatically use all your ZAP configuration settings (devices and trunks) and 110 silently convert them, under the covers, to DAHDI so no changes are needed. The 111 GUI will continue to refer to these as ZAP but it will use the proper DAHDI channels. 112 This will also keep Zap Channel DIDs working. 105 113 106 114 freepbx/branches/2.5/amp_conf/htdocs/admin/extensions.class.php
r6595 r6597 931 931 global $chan_dahdi; 932 932 933 $command = 'ZapBarge';934 933 if ($chan_dahdi) { 935 934 $command = 'DAHDIBarge'; 935 } else { 936 $command = 'ZapBarge'; 936 937 } 937 938 freepbx/branches/2.5/amportal.conf
r6515 r6597 199 199 # the stats are updated based on the STATS interval but a few items are checked 200 200 # less frequently (such as Astersisk Uptime) based on the INFO value 201 202 # ZAP2DAHDICOMPAT=true|false 203 # DEFAULT VALUE: false 204 # If set to true, FreePBX will check if you have chan_dadhi installed. If so, it will 205 # automatically use all your ZAP configuration settings (devices and trunks) and 206 # silently convert them, under the covers, to DAHDI so no changes are needed. The 207 # GUI will continue to refer to these as ZAP but it will use the proper DAHDI channels. 208 # This will also keep Zap Channel DIDs working.
