[asterisk-bugs] [JIRA] (ASTERISK-28535) Error when change my callerid(num)

Kevin Harwell (JIRA) noreply at issues.asterisk.org
Tue Sep 17 11:22:47 CDT 2019


    [ https://issues.asterisk.org/jira/browse/ASTERISK-28535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=248043#comment-248043 ] 

Kevin Harwell commented on ASTERISK-28535:
------------------------------------------

This appears to be working as it should. The CDR core was pretty much rewritten in Asterisk 12, thus the difference(s) you are seeing. I [found this|https://community.asterisk.org/t/asterisk-13-upgrade-cdr-src-getting-changed-by-callerid-num/67803] answering a similar question asked on our forums a while back. From the person who did the rewrite (Matt Jordan):
{quote}
due to many of the architectural changes made in Asterisk 12, CDRs were completely rewritten. Much of the rewrite enforced a standardization on the behavior, such that the CDRs behave the same way regardless of the dialplan written. While this has made things a lot more predictable, some functionality was tweaked/modified/altered. Unfortunately, that was unavoidable.
{quote}

> Error when change my callerid(num)
> ----------------------------------
>
>                 Key: ASTERISK-28535
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28535
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Core/CallerID
>    Affects Versions: 13.11.2, 13.28.0, 13.28.1
>         Environment: CentOs 6.X; CentOs 7
> ARA with PostgreSQL
>            Reporter: Roberto
>            Assignee: Unassigned
>              Labels: pjsip
>
> When I change callerid (num), asterisk is improperly changing the ORIGIN number.
> Example:
> I am dialing from extension 8249 to extension 8001.
> If I change this way set(callerid (num)) = 8001
> ticketing looks like this:
> {noformat}
> clid = "Extension 8249" <8001>
> src = 8001
> dst = 8001
> {noformat}
> If I do not make a change, it is correctly, as below:
> {noformat}
> clid = "Extension 8249" <8249>
> src = 8249
> dst = 8001
> {noformat}
> In asterisk 11.17.1, I also change callerid (num) as explained above and the error does not occur.



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



More information about the asterisk-bugs mailing list