[asterisk-bugs] [JIRA] (ASTERISK-26454) CallerID for BLF Not Displaying Number or Name
Andi Topp (JIRA)
noreply at issues.asterisk.org
Mon Oct 10 06:42:01 CDT 2016
Andi Topp created ASTERISK-26454:
------------------------------------
Summary: CallerID for BLF Not Displaying Number or Name
Key: ASTERISK-26454
URL: https://issues.asterisk.org/jira/browse/ASTERISK-26454
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Core/CallerID
Affects Versions: 13.11.2
Environment: FreePBX, Asterisk is patched to 13.11.2
Reporter: Andi Topp
The Notification Messages doesn't contain the Name or CallerID of the Caller, but contains instead the Number of the Requesting Extension.
In Asterisk 12 an inbound call sends the following:
<?xml version="1.0"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="101" state="full" entity="sip:300 at 10.8.0.1">
<dialog id="300" call-id="pickup-1291033974 at 10.8.0.6" local-tag="1346047910" remote-tag="as29d68671" direction="recipient">
<remote>
<identity display="300">sip:300 at 10.8.0.1</identity>
<target uri="sip:300 at 10.8.0.1"/>
</remote>
<local>
<identity display="300">sip:300 at 10.8.0.1</identity>
<target uri="sip:300 at 10.8.0.1"/>
</local>
<state>early</state>
</dialog>
</dialog-info>
Running Asterisk 11 it shows:
<?xml version="1.0"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="61" state="full" entity="sip:300 at 10.8.0.1">
<dialog id="300" call-id="pickup-940919781 at 10.8.0.6" local-tag="1210254278" remote-tag="as67bec903" direction="recipient">
<remote>
<identity display="J SMITH">sip:4159962869 at 10.8.0.1</identity>
<target uri="sip:4159962869 at 10.8.0.1"/>
</remote>
<local>
<identity display="Naomi">sip:300 at 10.8.0.1</identity>
<target uri="sip:300 at 10.8.0.1"/>
</local>
<state>early</state>
</dialog>
</dialog-info>
The Bug was already filed under FreePBX: http://issues.freepbx.org/browse/FREEPBX-8209
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list