Replace *request with *req and *reply with *rep

This commit is contained in:
TeoV
2018-08-22 03:17:14 -04:00
committed by Dan Christian Bogos
parent 2dd825b5a0
commit 69637784c5
4 changed files with 39 additions and 39 deletions

View File

@@ -501,9 +501,9 @@ const (
MetaUrl = "*url"
MetaXml = "*xml"
ApiKey = "apikey"
MetaRequest = "*request"
MetaReq = "*req"
MetaVars = "*vars"
MetaReply = "*reply"
MetaRep = "*rep"
CGROriginHost = "cgr_originhost"
MetaInitiate = "*initiate"
MetaUpdate = "*update"