...
Set(PRESENCE_STATE(CustomPresence:lamp2)=dnd,,Trying to get work done)
Set(PRESENCE_STATE(CustomPresence:lamp3)=xa,T24gdmFjYXRpb24=,,e)
Set(BASE64_LAMP3_PRESENCE=${PRESENCE_STATE(CustomPresence:lamp3,subtype,e)})
You can subscribe to the status of a custom presence state using a hint in the dialplan:
...
provider
- The provider of the presence, such asCustomPresence
field
- Which field of the presence state information is wanted.value
- The current presence, such asaway
subtype
- Further information about the current presencemessage
- A custom message that may indicate further details about the presence
options
e
- Base-64 encode the data.On Write - Use this option when the subtype and message provided are Base64 encoded. On Read - Retrieves message/subtype in Base64 encoded form.
Import Version
This documentation was imported from Asterisk Version SVN-branch-11-r379343r381702