[asterisk-bugs] [Asterisk 0018894]: Asterisk-R2 outgoing calls without CallerID

Asterisk Bug Tracker noreply at bugs.digium.com
Sat Mar 5 11:53:32 CST 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18894 
====================================================================== 
Reported By:                malufrj
Assigned To:                moy
====================================================================== 
Project:                    Asterisk
Issue ID:                   18894
Category:                   Channels/chan_dahdi
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
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:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2011-02-27 11:34 CST
Last Modified:              2011-03-05 11:53 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.


====================================================================== 

---------------------------------------------------------------------- 
 (0132662) svnbot (reporter) - 2011-03-05 11:53
 https://issues.asterisk.org/view.php?id=18894#c132662 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 309721

_U  trunk/
U   trunk/channels/chan_dahdi.c

------------------------------------------------------------------------
r309721 | moy | 2011-03-05 11:53:32 -0600 (Sat, 05 Mar 2011) | 13 lines

Merged revisions 309720 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r309720 | moy | 2011-03-05 12:44:30 -0500 (Sat, 05 Mar 2011) | 6 lines
  
  Fix caller id passed to openr2_chan_make_call
  
  (closes issue https://issues.asterisk.org/view.php?id=18894)
  Reported by: malufrj
  Tested by: moy
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=309721 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-03-05 11:53 svnbot         Checkin                                      
2011-03-05 11:53 svnbot         Note Added: 0132662                          
======================================================================




More information about the asterisk-bugs mailing list