sngrep/config/sngreprc
2014-03-14 12:32:12 +01:00

63 lines
1.7 KiB
Plaintext

##-----------------------------------------------------------------------------
## sngreprc - sngrep configuration file
##-----------------------------------------------------------------------------
## This file stores sngrep configuration and it's totally optional
##
##-----------------------------------------------------------------------------
## Enable color on or off
# set color on
##-----------------------------------------------------------------------------
## Change default scrolling in call list
# set cl.scrollstep 20
## Disable exit prompt
# set cl.noexitprompt 1
## Or set its default button
# set cl.defexitbutton 0/1
##-----------------------------------------------------------------------------
## You can change the default number of columns in call list
## set cl.columns {count}
##
## Set displayed columns in call list screen
## set cl.column{num} {field}
##
## You can also configure the column width using
## set cl.column{num}.width {cols}
##
## Available columns fields are:
## - sipfrom
## - sipto
## - src
## - dst
## - callid
## - xcallid
## - msgcnt
## - starting
# set cl.columns 6
# set cl.column0 sipfrom
# set cl.column0.width 40
# set cl.column1 sipto
# set cl.column1.width 40
# set cl.column2 msgcnt
# set cl.column2.width 5
# set cl.column3 src
# set cl.column3.width 22
# set cl.column4 dst
# set cl.column4.width 22
# set cl.column5 starting
# set cl.column5.width 15
##-----------------------------------------------------------------------------
## You can ignore some calls with any of the previous attributes with a given
## value with ignore directive.
##
## ignore {field} {value}
##
# ignore starting OPTIONS
# ignore starting REGISTER
# ignore starting BYE