Finish call test for Kamailio

This commit is contained in:
TeoV
2018-04-24 08:45:57 -04:00
committed by Dan Christian Bogos
parent e82d9f41f8
commit bbc2f5d90a
8 changed files with 12 additions and 6 deletions

View File

@@ -124,6 +124,7 @@ func (kev KamEvent) AsMapStringInterface() (mp map[string]interface{}) {
mp[k] = v
}
}
mp[utils.EVENT_NAME] = utils.KamailioAgent
return
}