[asterisk-bugs] [JIRA] (ASTERISK-26466) core: Be forgiving on external callerid that may be flawed so we don't drop events

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Thu Oct 13 12:05:01 CDT 2016


Richard Mudgett created ASTERISK-26466:
------------------------------------------

             Summary: core: Be forgiving on external callerid that may be flawed so we don't drop events
                 Key: ASTERISK-26466
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26466
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Core/General
    Affects Versions: 13.11.2
            Reporter: Richard Mudgett


When non-UTF-8 characters end up in a caller or connected-line party id it results in events such as the StasisStart and StasisEnd events not getting created.

What happens is when the code attempts to put the non-UTF-8 caller-id string into a json object the object creation is aborted.  For the StasisStart and StasisEnd events, the conversion of the channel snapshot to a json object is aborted which then aborts the creation of the StasisStart and StasisEnd event json objects.  Not a good thing for ARI applications.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list