mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Modified config files for kamailio tutorial
This commit is contained in:
committed by
Dan Christian Bogos
parent
42f5c96506
commit
bedde36d91
@@ -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\"}");
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user