[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 UPDATED.
======================================================================
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: closed
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.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-06-23 17:31 qwell Status resolved => closed
======================================================================
More information about the asterisk-bugs
mailing list