[asterisk-bugs] [JIRA] (ASTERISK-25427) Callerid change does not always emit NewCallerid AMI event

Asterisk Team (JIRA) noreply at issues.asterisk.org
Mon Sep 28 02:22:35 CDT 2015


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

Asterisk Team commented on ASTERISK-25427:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

> Callerid change does not always emit NewCallerid AMI event
> ----------------------------------------------------------
>
>                 Key: ASTERISK-25427
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25427
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/General
>    Affects Versions: 11.19.0
>            Reporter: Ivan Poddubny
>
> In the following dialplan only the first Set(CALLERID(num)) emits NewCallerid event, but the next two do not. The first Set(CALLERID(name)) also sends a NewCallerid, but not the second one.
> {quote}
> exten => 888,1,NoOp(callerid test)
> same => n,Set(CALLERID(num)=444)
> same => n,NoOp(${CALLERID(num)})
> same => n,Set(CALLERID(num)=555)
> same => n,NoOp(${CALLERID(num)})
> same => n,Set(CALLERID(num)=666)
> same => n,NoOp(${CALLERID(num)})
> same => n,Set(CALLERID(name)=Abcd)
> same => n,NoOp(${CALLERID(name)})
> same => n,Set(CALLERID(name)=Abce)
> same => n,NoOp(${CALLERID(name)})
> same => n,Hangup
> {quote}



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



More information about the asterisk-bugs mailing list