[asterisk-bugs] [Asterisk 0018894]: Asterisk-R2 outgoing calls without CallerID
Asterisk Bug Tracker
noreply at bugs.digium.com
Sun Feb 27 21:46:30 CST 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18894
======================================================================
Reported By: malufrj
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18894
Category: Channels/chan_dahdi
Reproducibility: always
Severity: major
Priority: normal
Status: new
Asterisk Version: 1.8.2.4
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2011-02-27 11:34 CST
Last Modified: 2011-02-27 21:46 CST
======================================================================
Summary: Asterisk-R2 outgoing calls without CallerID
Description:
I am migrating my Asterisk to Asterisk 1.8.2 after long time in Asterisk
1.6.
This update is due good echo cancel in Asterisk 1.8.
But when I did it my production system, I was alerted that outgoing calls
are without caller id. My system works with ASterisk 1.8.2 and openr2
1.3.0.
Update my openr2 to 1.3.1 and it don't change the error.
Then I saw chan_dahdi.c and I found this point:
In sig_pri.c (to ISDN calls - don't have this error) the caller id is the
ast->connected.id.number.str and chan_dahdi.c (to R2 calls - have this
error) the caller id is the ast->caller.id.number.str .
And logging this variables, ast->caller.id.nuber.str is always EMPTY and
ast->connected.id.number.str have the corrected value of ${CALLERID(num)}.
Then I change this source and fix my system.
Of course that I would know what is motive for it.
======================================================================
----------------------------------------------------------------------
(0132427) moy (developer) - 2011-02-27 21:46
https://issues.asterisk.org/view.php?id=18894#c132427
----------------------------------------------------------------------
Apparently something changed in the cid structure. I will update the code
tomorrow morning as soon as I can test it to double check it works as
expected.
Thanks for reporting it.
Issue History
Date Modified Username Field Change
======================================================================
2011-02-27 21:46 moy Note Added: 0132427
======================================================================
More information about the asterisk-bugs
mailing list