Event Call Properties
Event call properties provide the ability to configure, on a per account basis, properties of the inbound kapps_call that are to be passed along on Qubicle queue events that involve the call.
Enabling
The feature must be enabled globally in the system_config qubicle document by setting the “enable_event_call_props” flag to ‘true’.
Per account configuration
Once the feature has been enabled globally you can continue setting up the exact properties that you wish to pass-through on a per account basis. The configuration is set on the account document (in that account’s database) in the “qubicle” section.
The “event_call_props” configuration takes a list of matching call properties to forward.
Configuration Example
The following example configuration will forward the “Custom-SIP-Headers” values on to all queue events.
Configured on the account document
"qubicle": {
"event_call_props": [
"Custom-SIP-Headers"
]
}