package databag import ( "net/http" ) //AddRing adds ring event from contact func AddRing(w http.ResponseWriter, r *http.Request) { }