Upgrade 3CX to v18 and get it hosted free!

Nocom

Author image

This nocom script allows quick viewing of Asterisk config files without having to sift through the abundance of lines containing only comments generally found in Asterisk’s .conf files. By default, the results are printed to the terminal, but the output can be piped to less to make larger .conf files even easier to read.

On your Linux Asterisk machine, create the file /usr/local/bin/nocom and put the following lines in it.

#!/bin/sh
cat $1 | sed -e ‘/^\s*;/d’ | sed -e ‘/^\s*$/d’

To execute this, you’ll need to run this command:

chmod +x `which nocom`

Now, simply run nocom with the target file as an argument to have the file printed without comments.

Example:

nocom sip.conf

produces

root@xenu/etc/asterisk# nocom sip.conf
[general]
context=default ; Default context for incoming calls
bindport=5060 ; UDP Port to bind to (SIP standard port is 5060)
bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all)
srvlookup=yes ; Enable DNS SRV lookups on outbound calls
[authentication]
[100]
type=friend
secret=supersecret
host=dynamic
context=internal


Article Reviews

Write a Review

Your email address will not be published. Required fields are marked *

Required Field. Minimum 5 characters.

Required Field. Minimum 5 characters, maximum 50.

Required field.There is an error with this field.

Required Field.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

There are no reviews for this article. Be the first one to write a review.
Get 3CX - Absolutely Free!
Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.