Fixup cgr-spanstrss

This commit is contained in:
DanB
2013-11-12 10:34:43 +01:00
parent ce1c22f142
commit bb340210f1

View File

@@ -61,7 +61,7 @@ func main() {
//cd := engine.CallDescriptor{Direction: "*out", TOR: "0", Tenant: "vdf", Subject: "rif", Destination: "0256", TimeStart: t1, TimeEnd: t2}
cd := engine.CallDescriptor{Direction: "*out", TOR: "call", Tenant: "cgrates.org", Subject: "1001", Destination: "+49", TimeStart: t1, TimeEnd: t2}
getter, err := engine.ConfigureDataStorage(utils.REDIS, "localhost", "6379", "", "", "", utils.MSGPACK, true)
getter, err := engine.ConfigureDataStorage(utils.REDIS, "localhost", "6379", "", "", "", utils.MSGPACK)
//getter, err := engine.NewMongoStorage("localhost", "cgrates")
if err != nil {
log.Fatal("Could not connect to data store: ", err)