sangoma: sangoma media gateway banner
This commit is contained in:
parent
161da3306a
commit
e8958479bb
|
@ -1539,7 +1539,7 @@ static void switch_load_core_config(const char *file)
|
||||||
SWITCH_DECLARE(const char *) switch_core_banner(void)
|
SWITCH_DECLARE(const char *) switch_core_banner(void)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
#if 0
|
||||||
return ("\n"
|
return ("\n"
|
||||||
" _____ ______ _____ _____ ____ _ _ \n"
|
" _____ ______ _____ _____ ____ _ _ \n"
|
||||||
" | ___| __ ___ ___/ ___\\ \\ / /_ _|_ _/ ___| | | | \n"
|
" | ___| __ ___ ___/ ___\\ \\ / /_ _|_ _/ ___| | | | \n"
|
||||||
|
@ -1552,6 +1552,20 @@ SWITCH_DECLARE(const char *) switch_core_banner(void)
|
||||||
"* FreeSWITCH (http://www.freeswitch.org) *\n"
|
"* FreeSWITCH (http://www.freeswitch.org) *\n"
|
||||||
"* Paypal Donations Appreciated: paypal@freeswitch.org *\n"
|
"* Paypal Donations Appreciated: paypal@freeswitch.org *\n"
|
||||||
"* Brought to you by ClueCon http://www.cluecon.com/ *\n" "************************************************************\n" "\n");
|
"* Brought to you by ClueCon http://www.cluecon.com/ *\n" "************************************************************\n" "\n");
|
||||||
|
#else
|
||||||
|
return (
|
||||||
|
"\n _____ ___ ___ _ _ _____ _ \n"
|
||||||
|
"/ ___| | \\/ | | (_) | __ \\ | | \n"
|
||||||
|
"\\ `--. __ _ _ __ __ _ ___ _ __ ___ __ _ | . . | ___ __| |_ __ _ | | \\/ __ _| |_ _____ ____ _ _ _ \n"
|
||||||
|
" `--. \\/ _` | '_ \\ / _` |/ _ \\| '_ ` _ \\ / _` | | |\\/| |/ _ \\/ _` | |/ _` | | | __ / _` | __|/ _ \\ \\ /\\ / / _` | | | |\n"
|
||||||
|
"/\\__/ / (_| | | | | (_| | (_) | | | | | | (_| | | | | | __/ (_| | | (_| | | |_\\ \\ (_| | |_| __/\\ V V / (_| | |_| |\n"
|
||||||
|
"\\____/ \\__,_|_| |_|\\__, |\\___/|_| |_| |_|\\__,_| \\_| |_/\\___|\\__,_|_|\\__,_| \\____/\\__,_|\\__|\\___| \\_/\\_/ \\__,_|\\__, |\n"
|
||||||
|
" __/ | __/ |\n"
|
||||||
|
" |___/ |___/ \n"
|
||||||
|
"************************************************************\n"
|
||||||
|
"* Powered by: FreeSWITCH (http://www.freeswitch.org) *\n"
|
||||||
|
"************************************************************\n" "\n");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue