[Home]

Summary:ASTERISK-01708: PRI related
Reporter:segamza (segamza)Labels:
Date Opened:2004-05-27 12:07:46Date Closed:2008-01-15 14:56:39.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:PRI Connection (All asterisk versions)

On CLI always shows !! Unknown IE 76 (Unknown Information Element)
Comments:By: Brian West (bkw918) 2004-05-27 12:21:10

http://lists.digium.com/pipermail/asterisk-users/2003-October/023338.html

Its not a bug a quick search thru google gives info on it.

By: Mark Spencer (markster) 2004-05-27 18:23:44

I don't know what IE ASTERISK-72 is, but I have modified asterisk not to print the message unless verbose is enabled.

By: Paul Cadach (pcadach) 2004-05-31 12:56:46

Reminder sent to markster

IE ASTERISK-72 (0x4C) is "Connected number". Look at table III.1/Q.931:

0 1 0 0 1 1 0 0 Connected number Q.951-series [85]

Instead of one you uses Q931_IE_CONNECTED_NUM with value 0x0C, but the same table defines it as:

0 0 0 0 1 1 0 0 Connected address (Note 1)

and Note 1 says:

NOTE 1 &ASTERISK-7990; These codepoints are reserved to ensure backward compatibility with earlier versions of this Recommendation.

By: Digium Subversion (svnbot) 2008-01-15 14:56:39.000-0600

Repository: asterisk
Revision: 3099

U   trunk/channels/chan_zap.c

------------------------------------------------------------------------
r3099 | markster | 2008-01-15 14:56:38 -0600 (Tue, 15 Jan 2008) | 2 lines

Only print PRI messages when in verbose mode (bug ASTERISK-1708)

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

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