forked from Mirrors/freeswitch
added ozreplace.sh handy script
git-svn-id: http://svn.openzap.org/svn/openzap/branches/sangoma_boost@1024 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
e0a1c77c60
commit
dd77a7c5cf
13
libs/freetdm/ozreplace.sh
Executable file
13
libs/freetdm/ozreplace.sh
Executable file
@ -0,0 +1,13 @@
|
|||||||
|
##### 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user