[asterisk-bugs] [DAHDI-linux 0014779]: Problem with NAI

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Jun 23 17:31:27 CDT 2009


The following issue has been RESOLVED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=14779 
====================================================================== 
Reported By:                supczinskib
Assigned To:                qwell
====================================================================== 
Project:                    DAHDI-linux
Issue ID:                   14779
Category:                   General
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     resolved
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-03-29 18:00 CDT
Last Modified:              2009-06-23 17:31 CDT
====================================================================== 
Summary:                    Problem with NAI
Description: 
Hi,

The problem is about "NAI", no matter how I configure "ss7_called_nai" and
"ss7_calling_nai" Asterisk sends "Nature of address: 0" in "IAM". I've
managed to correct this by forcing settings in "chan_dahdi.c"

- ss7_called_nai = p->ss7->called_nai;
+ ss7_called_nai = SS7_NAI_NATIONAL;
- ss7_calling_nai = p->ss7->calling_nai;
+ ss7_calling_nai = SS7_NAI_NATIONAL;

Nevertheless it is unacceptable, because telecom expects "NAI=3" while
doing national calls and "NAI=4" with international calls.


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

---------------------------------------------------------------------- 
 (0106876) qwell (administrator) - 2009-06-23 17:31
 https://issues.asterisk.org/view.php?id=14779#c106876 
---------------------------------------------------------------------- 
I suspect this is fixed with the changes made by mattf in Asterisk
revisions 202761 (trunk), 202763 (1.6.0), 202764 (1.6.1), and 202765
(1.6.2).

Please reopen if that is not the case. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-06-23 17:31 qwell          Note Added: 0106876                          
2009-06-23 17:31 qwell          Status                   new => resolved     
2009-06-23 17:31 qwell          Resolution               open => fixed       
2009-06-23 17:31 qwell          Assigned To               => qwell           
======================================================================




More information about the asterisk-bugs mailing list