I am hoping someone could shed some light and point me in the right direction? I'm attempting to get callerid work between an Avaya Definity PBX and Asterisk via TE110P connected via T1/PRI Crossover PRI. From the Definity side I've searched endlessly and came with an example which we modeled as close as we can, but still no luck. While doing PRI intense debug span 1 in I see a couple interesting messages but have yet to come up with meaningful knowledge about them. I've tried decoded the setup message but don't know what I'm really looking at. It appears in the decode that the calling party number or name are not being sent but as I mentioned I don't know what I am really looking at. I wondering if these error messages have any thing to do with Asterisk not knowing what to do with what the Definity is sending? Feel free to contact me offlist. Any assistance is greatly appreciated. -CP !! < Unknown IE 1544 (len = 6) !! Unknown IE 8 (cs6, Unknown Information Element) Progress Description: Calling equipment is non-ISDN TON: International Number xxx*CLI> < [ 02 01 d4 d2 08 02 0a e6 05 04 03 90 90 a2 18 03 a1 83 8b 1e 02 81 83 70 05 91 34 33 38 39 96 08 04 d0 35 30 80 ] < Protocol Discriminator: Q.931 (8) len=33 < Call Ref: len= 2 (reference 2790/0xAE6) (Originator) < Message type: SETUP (5) < [04 03 90 90 a2] < Bearer Capability (len= 5) [ Ext: 1 Q.931 Std: 0 Info transfer capability: 3.1kHz audio (16) < Ext: 1 Trans mode/rate: 64kbps, circuit-mode (16) < Ext: 1 User information layer 1: u-Law (34) < [18 03 a1 83 8b] < Channel ID (len= 5) [ Ext: 1 IntID: Implicit, PRI Spare: 0, Preferred Dchan: 0 < ChanSel: Reserved < Ext: 1 Coding: 0 Number Specified Channel Type: 3 < Ext: 1 Channel: 11 ] < [1e 02 81 83] < Progress Indicator (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) 0: 0 Location: Private network serving the local user (1) < Ext: 1 Progress Description: Calling equipment is non-ISDN. (3) ] < [70 05 91 34 33 38 39] < Called Number (len= 7) [ Ext: 1 TON: International Number (1) NPI: ISDN/Telephony Numbering Plan (E.164/E.163) (1) '4389' ] < [96] < Locking Shift (len=01): Requested codeset 6 < [08 04 d0 35 30 80] !! < Unknown IE 1544 (len = 6) !! Unknown IE 8 (cs6, Unknown Information Element) Sending Receiver Ready (107)> [ 02 01 01 d6 ]-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061105/cedf5ed9/attachment.htm
cp wrote:> > I am hoping someone could shed some light and point me in the right > direction? I?m attempting to get callerid work between an Avaya > Definity PBX and Asterisk via TE110P connected via T1/PRI Crossover > PRI. From the Definity side I?ve searched endlessly and came with an > example which we modeled as close as we can, but still no luck. While > doing PRI intense debug span 1 in I see a couple interesting messages > but have yet to come up with meaningful knowledge about them. I?ve > tried decoded the setup message but don?t know what I?m really looking > at. It appears in the decode that the calling party number or name are > not being sent but as I mentioned I don?t know what I am really > looking at. I wondering if these error messages have any thing to do > with Asterisk not knowing what to do with what the Definity is > sending? Feel free to contact me offlist. Any assistance is greatly > appreciated. > > -CP > > !! < Unknown IE 1544 (len = 6) > > !! Unknown IE 8 (cs6, Unknown Information Element) > > Progress Description: Calling equipment is non-ISDN > > TON: International Number > > xxx*CLI> > > < [ 02 01 d4 d2 08 02 0a e6 05 04 03 90 90 a2 18 03 a1 83 8b 1e 02 81 > 83 70 05 91 34 33 38 39 96 08 04 d0 35 30 80 ] > > < Protocol Discriminator: Q.931 (8) len=33 < Call Ref: len= 2 > (reference 2790/0xAE6) (Originator) < Message type: SETUP (5) < [04 03 > 90 90 a2] < Bearer Capability (len= 5) [ Ext: 1 Q.931 Std: 0 Info > transfer capability: 3.1kHz audio (16) > > < Ext: 1 Trans mode/rate: 64kbps, circuit-mode (16) > > < Ext: 1 User information layer 1: u-Law (34) > > < [18 03 a1 83 8b] > > < Channel ID (len= 5) [ Ext: 1 IntID: Implicit, PRI Spare: 0, > Preferred Dchan: 0 > > < ChanSel: Reserved > > < Ext: 1 Coding: 0 Number Specified Channel Type: 3 > > < Ext: 1 Channel: 11 ] > > < [1e 02 81 83] > > < Progress Indicator (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard > (0) 0: 0 Location: Private network serving the local user (1) > > < Ext: 1 Progress Description: Calling equipment is non-ISDN. (3) ] > > < [70 05 91 34 33 38 39] > > < Called Number (len= 7) [ Ext: 1 TON: International Number (1) NPI: > ISDN/Telephony Numbering Plan (E.164/E.163) (1) '4389' ] < [96] < > Locking Shift (len=01): Requested codeset 6 < [08 04 d0 35 30 80] !! < > Unknown IE 1544 (len = 6) !! Unknown IE 8 (cs6, Unknown Information > Element) Sending Receiver Ready (107) > > > [ 02 01 01 d6 ] > >Why type of card do you have on the Definity Side?
Steve poses some good questions. In addition, I'd wonder how your trunk group in the definity is configured? Are you sending calling party name and number? If so, is your DS1 card set for protocol A,B,C, or D? For both calling name and number, I believe you need B, but I don't have my docs here. If all that works out, then I'd move onto your ISDN public numbering table. You should administer this table to define the format of your calling party number. On 11/5/06, cp <lists@pleasants.net> wrote:> > I am hoping someone could shed some light and point me in the right > direction? I'm attempting to get callerid work between an Avaya Definity > PBX and Asterisk via TE110P connected via T1/PRI Crossover PRI. From the > Definity side I've searched endlessly and came with an example which we > modeled as close as we can, but still no luck. While doing PRI intense debug > span 1 in I see a couple interesting messages but have yet to come up with > meaningful knowledge about them. I've tried decoded the setup message but > don't know what I'm really looking at. It appears in the decode that the > calling party number or name are not being sent but as I mentioned I don't > know what I am really looking at. I wondering if these error messages have > any thing to do with Asterisk not knowing what to do with what the Definity > is sending? Feel free to contact me offlist. Any assistance is greatly > appreciated. > > > > > > -CP > > > > !! < Unknown IE 1544 (len = 6) > > !! Unknown IE 8 (cs6, Unknown Information Element) > > Progress Description: Calling equipment is non-ISDN > > TON: International Number > > > > > > xxx*CLI> > > < [ 02 01 d4 d2 08 02 0a e6 05 04 03 90 90 a2 18 03 a1 83 8b 1e 02 81 83 > 70 05 91 34 33 38 39 96 08 04 d0 35 30 80 ] > > > > < Protocol Discriminator: Q.931 (8) len=33 < Call Ref: len= 2 (reference > 2790/0xAE6) (Originator) < Message type: SETUP (5) < [04 03 90 90 a2] < > Bearer Capability (len= 5) [ Ext: 1 Q.931 Std: 0 Info transfer > capability: 3.1kHz audio (16) > > < Ext: 1 Trans mode/rate: 64kbps, > circuit-mode (16) > > < Ext: 1 User information layer 1: u-Law > (34) > > < [18 03 a1 83 8b] > > < Channel ID (len= 5) [ Ext: 1 IntID: Implicit, PRI Spare: 0, Preferred > Dchan: 0 > > < ChanSel: Reserved > > < Ext: 1 Coding: 0 Number Specified Channel > Type: 3 > > < Ext: 1 Channel: 11 ] > > < [1e 02 81 83] > > < Progress Indicator (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) > 0: 0 Location: Private network serving the local user (1) > > < Ext: 1 Progress Description: Calling > equipment is non-ISDN. (3) ] > > < [70 05 91 34 33 38 39] > > < Called Number (len= 7) [ Ext: 1 TON: International Number (1) NPI: > ISDN/Telephony Numbering Plan (E.164/E.163) (1) '4389' ] < [96] < Locking > Shift (len=01): Requested codeset 6 < [08 04 d0 35 30 80] !! < Unknown IE > 1544 (len = 6) !! Unknown IE 8 (cs6, Unknown Information Element) Sending > Receiver Ready (107) > > > > > [ 02 01 01 d6 ] > > > > > > > > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061114/c6f405fc/attachment.htm