[asterisk-bugs] [JIRA] (ASTERISK-24406) Some caller ID strings are parsed differently since 11.13.0
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Mon Nov 3 13:58:51 CST 2014
[ https://issues.asterisk.org/jira/browse/ASTERISK-24406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Jordan updated ASTERISK-24406:
-----------------------------------
Target Release Version/s: 12.7.0
> Some caller ID strings are parsed differently since 11.13.0
> -----------------------------------------------------------
>
> Key: ASTERISK-24406
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-24406
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/CallerID
> Affects Versions: 11.13.0
> Reporter: Etienne Lessard
> Assignee: Kinsey Moore
> Severity: Critical
> Target Release: 1.8.32.0, 11.14.0, 12.7.0, 13.0.0-beta3
>
> Attachments: callerid_fix.diff
>
>
> This is something we have observed when upgrading from asterisk 11.12.1 to asterisk 11.13.0.
> Basically, we are doing some originate for which we specify the caller ID.
> In asterisk 11.12.0, when we pass the caller ID {{"*10"}}, then it is splitted into:
> * name: {{*10}}
> * location: null
> Starting from asterisk 11.13.0, if we pass the same caller ID, then it is splitted into:
> * name: null
> * location: {{*10}}
> To get the same behaviour as in asterisk 11.12.0, we must pass {{"*10" <>}} as the caller ID.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list