This module provides a report of the way Kamailio SIP Server Platform configuration has been executed as part of a unit test for different SIP scenarios. In order to identify different scenarios a prefix string should be used inside the Call-ID header.
| Parámetro | Tipo | Descripción |
|---|---|---|
| basedir | string | 3.2. mask (int) 3.3. callid_prefix (string) 3.4. skip_unknown (int) 3.5. route_log (int) |
| mask | int | 3.3. callid_prefix (string) 3.4. skip_unknown (int) 3.5. route_log (int) |
| callid_prefix | string | 3.4. skip_unknown (int) 3.5. route_log (int) |
| skip_unknown | int | 3.5. route_log (int) |
| route_log | int | 3.1. basedir (string) |
| basedir | string | Control where the config reports should be stored. The dir must exist and Kamailio SIP Server Platform must have permissions to write on it. |
| mask | int | mask - Control the type of vars it should display in the report: * 1 - dump null values * 2 - dump avp vars * 4 - dump script vars * 8 - dump xavp vars * 16 - dump DP_OTHER vars * 32 - dump ALL vars |
| callid_prefix | string | Prefix used to identify test scenario messages. Last char of the string will be used as delimiter for the scenario ID. With parameter set to “NGCP%” and Call-ID “NGCP%123%456” the scenario identified |
| skip_unknown | int | If enabled, value different from 0, cfgt will not generate the report of any message that doesn't match the callid_prefix. |
| route_log | int | If enabled, value different from 0, cfgt will log (WARN) the execution time of routes. |
Copyright © 2015 Victor Seva (sipwise.com)