| 1234567891011121314151617181920212223242526272829303132 |
- #
- # configuration for Stress testing
- #
- #
- debug=3 # debug level (cmd line: -dddddddddd)
- #fork=yes # (cmd. line: -D)
- fork=yes
- fork=no
- log_stderror=yes # (cmd line: -E)
- #log_stderror=no # (cmd line: -E)
- children=4
- check_via=no # (cmd. line: -v)
- dns=off # (cmd. line: -r)
- rev_dns=off # (cmd. line: -R)
- #port=5070
- listen=10.0.0.179
- #listen=127.0.0.1
- #listen=192.168.57.33
- loop_checks=0
- # for more info: sip_router -h
- #modules
- route{
- #forward(uri:host, uri:port);
- forward(127.0.0.1, 5090);
- }
|