I work from a similar setup.  I ssh'ed to my personal PBX from an xterm window on an Ubuntu 16 workstation, your prompt seems to work:

        *Jeff LaCoursiere*
STRATUSTALK, INC. / CTO

Phone:  *+1 703.496.4990 x108*
Mobile:         *+1 815.546.6599*
Email:  *j...@stratustalk.com* <mailto:j...@stratustalk.com>
Website:        *https://www.stratustalk.com*
Address:        *One Freedom Square
13th Floor
Reston, VA 20190*

<https://www.facebook.com/jeff.lacoursiere> <https://linkedin.com/in/jeff-lacoursiere-884361> <https://www.twitter.com/stratustalk>

On 5/31/20 8:59 AM, Antony Stone wrote:
On Sunday 31 May 2020 at 15:44:46, Fourhundred Thecat wrote:

Hello,

how can I change the color of the asterisk prompt to red ?

I read in the wiki that I can use %Cn[;n]

https://wiki.asterisk.org/wiki/display/AST/Asterisk+CLI+Configuration
"The CLI prompt is set with the ASTERISK_PROMPT UNIX environment variable that
you set from the Unix shell before starting Asterisk."

I currently have this in my environment:

export ASTERISK_PROMPT="[%H]: "

which changes the prompt to hostname

Ho can I make this prompt red ?
"%Cn[;n] - Change terminal foreground (and optional background) color to
specified A full list of colors may be found in include/asterisk/term.h"

So, try:

export ASTERISK_PROMPT="%C31[%H]: "

(I got 31 from reading the term.h file.)


Regards,


Antony.

<<attachment: jeff.vcf>>

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to