Freeswitch replaces the default welcome message

After Freeswitch is installed, there is a big welcome message every time you open the fs_cli console, today I will share how to modify it.

 

The modified effect:

 

Modify three places before compiling

Search in the /usr/local/src/freeswitch directory

grep -rl "Brought to you by ClueCon http://www.cluecon.com/" ./*

 

./libs/esl/fs_cli.c

./src/switch_core.c

 

www.fsgui.com

2019-12-10

 

Congratulations !

The software has been installed successfully.

 

These 2 places can be modified

In addition, the following 2 should also be modified and cleared

vim ./libs/esl/src/include/cc.h

vim ./src/include/cc.h

 

 

Modify the third place

 

vim ./cluecon.tmpl

./cluecon2.tmpl

 

 

 

 

Guess you like

Origin blog.csdn.net/gredn/article/details/104944777