[asterisk-bugs] [JIRA] (ASTERISK-23686) PRESENCE_STATE write base64 option not working as intended
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Tue Apr 29 16:08:19 CDT 2014
Matt Jordan created ASTERISK-23686:
--------------------------------------
Summary: PRESENCE_STATE write base64 option not working as intended
Key: ASTERISK-23686
URL: https://issues.asterisk.org/jira/browse/ASTERISK-23686
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Functions/func_presencestate
Affects Versions: 12.2.0
Reporter: Mark Michelson
When using the PRESENCE_STATE() function to set the presence state of an entity and specifying the 'e' option, this is intended to indicate that you are passing in base64-encoded data. This data should be stored base64-encoded in the astdb, but the data should be decoded before being sent to consumers.
In Asterisk 12, it appears that when using the 'e' option, consumers are being sent base64-encoded data. This is likely due to the fact that the presence state events now have the presence data attached and the data is not having to be retrieved from the astdb.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list