Zaptel-to-DAHDI.txt 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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_zapscan.so -> app_dahdiscan.so
  16. codec_zap.so -> codec_dahdi.so
  17. The following modules have been removed:
  18. app_zapras.so -> app_dahdiras.so
  19. Second, the behavior of many modules has changed due to the switch to
  20. DAHDI; the changes are listed below.
  21. chan_dahdi.so:
  22. Incoming and outgoing channels managed by this module will be
  23. 'DAHDI' channels instead of 'Zap' channels.
  24. All CLI commands that began with 'zap' have been renamed to 'dahdi'
  25. commands.
  26. All Asterisk Manager Interface (AMI) actions that began with 'Zap'
  27. have changed to 'DAHDI' prefixes.
  28. The ZapSendKeypadFacility dialplan application has been renamed to
  29. DAHDISendKeypadFacility.
  30. The configuration for the channel driver will be read from
  31. /etc/asterisk/chan_dahdi.conf instead of /etc/asterisk/zapata.conf.
  32. app_dahdibarge.so:
  33. The ZapBarge application has been renamed to DAHDIBarge.
  34. app_dahdiras.so:
  35. The ZapRAS application was renamed to DAHDIRAS. This application has
  36. since been removed.
  37. app_dahdiscan.so:
  38. The ZapScan application has been renamed to DAHDIScan.