[Home]

Summary:DAHLIN-00085: Problem with NAI
Reporter:Bartosz Supczinski (supczinskib)Labels:
Date Opened:2009-03-29 18:00:54Date Closed:2009-06-23 17:31:27
Priority:MajorRegression?No
Status:Closed/CompleteComponents:General
Versions:2.1.0.4 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_dahdi.conf
( 1) extensions.conf
( 2) modules
( 3) system.conf
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.



****** ADDITIONAL INFORMATION ******

Asterisk: 1.6.0.6
Dahdi: 2.1.0.4
Dahdi Tools: 2.1.0.2
LibSS7: 1.0.2
Linux: 2.6.25-gentoo-r7 SMP x86_64 Intel Xeon
Gcc: Version 4.1.1 (Gentoo 4.1.1-r3) x86_64-pc-linux-gnu
Cards: Wildcard TE410P (3rd Gen), Wildcard TDM2400P
Comments:By: Jason Parker (jparker) 2009-06-23 17:31:26

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.