Zaptel-to-DAHDI.txt 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. =========================================================
  2. === Information for upgrading from Zaptel to DAHDI ===
  3. =========================================================
  4. As announced in early 2008, Digium is renaming the Zaptel telephony
  5. interface project to DAHDI (Digium Asterisk Hardware Device Interface)
  6. to accommodate the desires of the owner of the Zaptel trademark for
  7. telephony purposes.
  8. This version of Asterisk can only be built using DAHDI, and as a
  9. result there are number of changes that will be visible to previous
  10. users of Asterisk with Zaptel.
  11. First, the modules that directly use services from DAHDI have been
  12. renamed; the new names are:
  13. chan_zap.so -> chan_dahdi.so
  14. app_zapbarge.so -> app_dahdibarge.so
  15. app_zapras.so -> app_dahdiras.so
  16. app_zapscan.so -> app_dahdiscan.so
  17. codec_zap.so -> codec_dahdi.so
  18. Second, the behavior of many modules has changed due to the switch to
  19. DAHDI; the changes are listed below.
  20. chan_dahdi.so:
  21. Incoming and outgoing channels managed by this module will be
  22. 'DAHDI' channels instead of 'Zap' channels.
  23. All CLI commands that began with 'zap' have been renamed to 'dahdi'
  24. commands.
  25. All Asterisk Manager Interface (AMI) actions that began with 'Zap'
  26. have changed to 'DAHDI' prefixes.
  27. The ZapSendKeypadFacility dialplan application has been renamed to
  28. DAHDISendKeypadFacility.
  29. The configuration for the channel driver will be read from
  30. /etc/asterisk/chan_dahdi.conf instead of /etc/asterisk/zapata.conf.
  31. app_dahdibarge.so:
  32. The ZapBarge application has been renamed to DAHDIBarge.
  33. app_dahdiras.so:
  34. The ZapRAS application has been renamed to DAHDIRAS.
  35. app_dahdiscan.so:
  36. The ZapScan application has been renamed to DAHDIScan.