[asterisk-bugs] [JIRA] (ASTERISK-25427) Callerid change does not always emit NewCallerid AMI event
Ivan Poddubny (JIRA)
noreply at issues.asterisk.org
Mon Sep 28 02:22:35 CDT 2015
Ivan Poddubny created ASTERISK-25427:
----------------------------------------
Summary: 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