#!/bin/sh

sed \
	-e 's/\<ZT_\([A-Z0-9_]*\)/DAHDI_\1/g' \
	-e 's/\<zt_\([a-z0-9_]*\)/dahdi_\1/g' \
	-e 's/\<zap_\([a-z0-9_]*\)/dahdi_\1/g' \

