Modified config files for kamailio tutorial

This commit is contained in:
Trial97
2018-10-16 13:55:42 +03:00
committed by Dan Christian Bogos
parent 42f5c96506
commit bedde36d91
2 changed files with 2 additions and 1 deletions

View File

@@ -165,6 +165,7 @@ route[CGR_CALL_START] {
\"Tenant\":\"$dlg_var(cgrTenant)\",
\"Account\":\"$dlg_var(cgrAccount)\",
\"Destination\":\"$dlg_var(cgrDestination)\",
\"SetupTime\":\"$dlg_var(SetupTime)\",
\"AnswerTime\":\"$TS\"}");
}

View File

@@ -698,7 +698,7 @@ func testCallSyncSessions(t *testing.T) {
numberOfCDR = 2
case utils.Kamailio:
sourceForCDR = utils.KamailioAgent
numberOfCDR = 2
numberOfCDR = 3
}
// verify cdr
var rplCdrs []*engine.ExternalCDR