forked from Mirrors/freeswitch
dd77a7c5cf
git-svn-id: http://svn.openzap.org/svn/openzap/branches/sangoma_boost@1024 a93c3328-9c30-0410-af19-c9cd2b2d52af
14 lines
334 B
Bash
Executable File
14 lines
334 B
Bash
Executable File
##### ozmod stuff ####
|
|
# replace full openzap occurences first (handles openzap.h, libopenzap etc)
|
|
sed -i 's,openzap,freetdm,g' $1
|
|
sed -i 's,ozmod,ftmod,g' $1
|
|
|
|
sed -i 's,zchan,ftdmchan,g' $1
|
|
sed -i 's,oz,ft,g' $1
|
|
sed -i 's,OZ,FT,g' $1
|
|
sed -i 's,zap,ftdm,g' $1
|
|
sed -i 's,ZAP,FTDM,g' $1
|
|
sed -i 's,zio,fio,g' $1
|
|
sed -i 's,ZIO,FIO,g' $1
|
|
|