How to change the Default EchoLink text
Hi everyone, I've wanted to change the default EchoLink text for a while. I finally found where EchoLink stores it's "Welcome to AllStar Node XXXXX EchoLink Node XXXXXX Systems Linked" prompt. The text can be found and modified in: /usr/src/utils/astsrc/asterisk/channels/chan_echolink.c Use the nano Control+W to find the text "Welcome to AllStar" Example, to add a new line before the status display, I changed this line *"oNDATA\rWelcome to Allstar Node %s\r" to* *"oNDATA\rTEXT HERE FIRST\rWelcome to Allstar Node %s\r"* (Directory may be different depending on distro: this is Jeremy's W0JRL for the Raspberry pi 2 Then in the /usr/src/utils/astsrc/asterisk You have to run ./configure make menuselect.makeopts make make install asterisk-restart -- Skyler Fennell amsatnet.info KDØWHB electricity440@gmail.com
That's awesome, I have been wondering about this for a while Thanks for the tip Bryan Vo1mxz Sent from my iPhone 6
On Mar 31, 2016, at 9:51 PM, Skyler F <electricity440@gmail.com> wrote:
Hi everyone, I've wanted to change the default EchoLink text for a while.
I finally found where EchoLink stores it's "Welcome to AllStar Node XXXXX EchoLink Node XXXXXX Systems Linked" prompt.
The text can be found and modified in:
/usr/src/utils/astsrc/asterisk/channels/chan_echolink.c Use the nano Control+W to find the text "Welcome to AllStar" Example, to add a new line before the status display, I changed this line "oNDATA\rWelcome to Allstar Node %s\r" to
"oNDATA\rTEXT HERE FIRST\rWelcome to Allstar Node %s\r"
(Directory may be different depending on distro: this is Jeremy's W0JRL for the Raspberry pi 2
Then in the /usr/src/utils/astsrc/asterisk
You have to run
./configure
make menuselect.makeopts
make
make install
asterisk-restart
-- Skyler Fennell amsatnet.info KDØWHB electricity440@gmail.com _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
participants (2)
-
Bryan Taylor -
Skyler F