Class EslEventHeaderNames
java.lang.Object
com.bytedesk.call.esl.client.transport.event.EslEventHeaderNames
Convenience container class for some commonly used ESL event header names (note there are many more!).
These names are stored as strings (rather than an Enum) so that there is no necessity to keep up to
date with changes or additions to event header names.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String"Content-Length"static final String"Core-UUID"static final String"Event-Calling-File"static final String"Event-Calling-Function"static final String"Event-Calling-Line-Number"static final String"Event-Date-GMT"static final String"Event-Date-Local"static final String"Event-Date-Timestamp"static final String"Event-Name"static final String"FreeSWITCH-Hostname"static final String"FreeSWITCH-IPv4"static final String"FreeSWITCH-IPv6"static final String"Job-Command"static final String"Job-UUID" -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EVENT_NAME
"Event-Name"- See Also:
-
EVENT_DATE_LOCAL
"Event-Date-Local"- See Also:
-
EVENT_DATE_GMT
"Event-Date-GMT"- See Also:
-
EVENT_DATE_TIMESTAMP
"Event-Date-Timestamp"- See Also:
-
EVENT_CALLING_FILE
"Event-Calling-File"- See Also:
-
EVENT_CALLING_FUNCTION
"Event-Calling-Function"- See Also:
-
EVENT_CALLING_LINE_NUMBER
"Event-Calling-Line-Number"- See Also:
-
FREESWITCH_HOSTNAME
"FreeSWITCH-Hostname"- See Also:
-
FREESWITCH_IPV4
"FreeSWITCH-IPv4"- See Also:
-
FREESWITCH_IPV6
"FreeSWITCH-IPv6"- See Also:
-
CORE_UUID
"Core-UUID"- See Also:
-
CONTENT_LENGTH
"Content-Length"- See Also:
-
JOB_COMMAND
"Job-Command"- See Also:
-
JOB_UUID
"Job-UUID"- See Also:
-
-
Constructor Details
-
EslEventHeaderNames
private EslEventHeaderNames()
-