Merge branch 'pass-call-id' into 'master'

Pass call ID into function, closes #79

Closes #79

See merge request !78
This commit is contained in:
Travis Reeder
2017-06-23 12:12:25 -07:00

View File

@@ -172,6 +172,7 @@ func (s *Server) serve(ctx context.Context, c *gin.Context, appName string, foun
} }
return "https" return "https"
}(), c.Request.Host, c.Request.URL.String()), }(), c.Request.Host, c.Request.URL.String()),
"CALL_ID": reqID,
} }
// app config // app config