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

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Mon Sep 28 11:27:32 CDT 2015


     [ https://issues.asterisk.org/jira/browse/ASTERISK-25427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Mudgett updated ASTERISK-25427:
---------------------------------------

    Description: 
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.

{noformat}
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
{noformat}


  was:
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.

{noformat}
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
{noformat}



> 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.
> {noformat}
> 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
> {noformat}



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



More information about the asterisk-bugs mailing list