mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-15 05:09:54 +05:00
14 lines
264 B
Go
14 lines
264 B
Go
package utils
|
|
|
|
const (
|
|
LOCALHOST = "127.0.0.1"
|
|
FSCDR_FILE_CSV = "freeswitch_file_csv"
|
|
FSCDR_HTTP_JSON = "freeswitch_http_json"
|
|
NOT_IMPLEMENTED = "not implemented"
|
|
PREPAID = "prepaid"
|
|
POSTPAID = "postpaid"
|
|
PSEUDOPREPAID = "pseudoprepaid"
|
|
RATED = "rated"
|
|
)
|
|
|