Fix build error

This commit is contained in:
DanB
2013-10-09 11:06:25 +02:00
parent 9c6de26fa5
commit c9c4a484eb

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", "", "", "")
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)