sngrep/config/sngreprc
Kaian a0a8b8b697 Add an option to ignore incomplete dialogs
Some power users don't want to open sngrep and see calls starting
with a response message. Meh.
2014-03-14 14:14:45 +01:00

72 lines
2.0 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
##-----------------------------------------------------------------------------
## Default minimun size from Message info in Call Flow panel
# set cf.rawminwidth 100
##-----------------------------------------------------------------------------
## Ignore dialogs that does not start with a request method
# set sip.ignoreincomplete 1
##-----------------------------------------------------------------------------
## 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