[asterisk-bugs] [JIRA] (PRI-132) Can't get callerid name on Panasonic TDA600RU

Dmitry Melekhov (JIRA) noreply at issues.asterisk.org
Tue Oct 7 06:55:29 CDT 2014


    [ https://issues.asterisk.org/jira/browse/PRI-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=222903#comment-222903 ] 

Dmitry Melekhov commented on PRI-132:
-------------------------------------

btw, it works for panasonic kx ta 100 too, so, just because it is another standard version it may be good  to have configuration parameter.
thank you!

> Can't get callerid name on Panasonic TDA600RU
> ---------------------------------------------
>
>                 Key: PRI-132
>                 URL: https://issues.asterisk.org/jira/browse/PRI-132
>             Project: LibPRI
>          Issue Type: Bug
>      Security Level: None
>         Environment: OS: Linux CentOS 6.0 kernel 2.6.32-71.29.1.el6.x86_64
> Hardware: Digium Wildcard TE212P
> Software: Asterisk 1.8.7.1 + (DAHDI Linux Complete 2.5.0) + (libpri 1.4.12)
>            Reporter: Max Zamaliev
>            Assignee: Richard Mudgett
>            Severity: Minor
>         Attachments: jira_pri_132_hack.patch
>
>
> Asterisk server is connected to Panasonic TDA600RU via Digium TE212P using qsig.
> If I call from TDA600 to Asterisk I see callerid number and callerid name on my phone KX-T7630, but if I call from Asterisk to TDA600, I see callerid number only, without callerid name.
> my *chan_dahdi.conf*:
> {noformat}
> [general]
> [channels]
> group=1
> context=from-pstn
> signalling=pri_cpe
> switchtype=qsig
> pridialplan=unknown
> prilocaldialplan=private
> facilityenable = yes
> usecallerid=yes
> hidecallerid=no
> channel=1-15,17-31
> {noformat}
> When I *call from Asterisk to TDA600*, I have next logs:
> +Asterisk+:
> {noformat}
>     -- Executing [s at macro-dialout-trunk:20] Dial("SIP/7423-0001202a", "DAHDI/g1/423,300,Ttr") in new stack
> PRI Span: 1 -- Making new call for cref 34508
>     -- Requested transfer capability: 0x00 - SPEECH
> PRI Span: 1 Adding facility ie contents to send in SETUP message:
> PRI Span: 1 ASN.1 dump
> PRI Span: 1   Context Specific/C [10 0x0A] <AA> Len:6 <06>
> PRI Span: 1     Context Specific [0 0x00] <80> Len:1 <01>
> PRI Span: 1       <00> - "~"
> PRI Span: 1     Context Specific [2 0x02] <82> Len:1 <01>
> PRI Span: 1       <00> - "~"
> PRI Span: 1   Context Specific [11 0x0B] <8B> Len:1 <01>
> PRI Span: 1     <00> - "~"
> PRI Span: 1   Context Specific/C [1 0x01] <A1> Len:19 <13>
> PRI Span: 1     Integer(2 0x02) <02> Len:2 <02>
> PRI Span: 1       <0F 97> - "~~"
> PRI Span: 1     Integer(2 0x02) <02> Len:1 <01>
> PRI Span: 1       <00> - "~"
> PRI Span: 1     Context Specific [0 0x00] <80> Len:10 <0A>
> PRI Span: 1       <7A 61 6D 61 6C 41 73 74-65 72> - "zamalAster"
> PRI Span: 1 ASN.1 end
> PRI Span: 1   nfe NetworkFacilityExtension Context Specific/C [10 0x0A]
> PRI Span: 1   sourceEntity Context Specific [0 0x00] = 0 0x0000
> PRI Span: 1   destinationEntity Context Specific [2 0x02] = 0 0x0000
> PRI Span: 1   interpretation Context Specific [11 0x0B] = 0 0x0000
> PRI Span: 1 INVOKE Component Context Specific/C [1 0x01]
> PRI Span: 1   invokeId Integer(2 0x02) = 3991 0x0F97
> PRI Span: 1   operationValue Integer(2 0x02) = 0 0x0000
> PRI Span: 1   operationValue = ROSE_QSIG_CallingName
> PRI Span: 1   callingName Name
> PRI Span: 1   namePresentationAllowedSimple Context Specific [0 0x00] =
> PRI Span: 1     <7A 61 6D 61 6C 41 73 74-65 72> - "zamalAster"
> PRI Span: 1 
> PRI Span: 1 > DL-DATA request
> PRI Span: 1 > Protocol Discriminator: Q.931 (8)  len=64
> PRI Span: 1 > TEI=0 Call Ref: len= 2 (reference 1740/0x6CC) (Sent from originator)
> PRI Span: 1 > Message Type: SETUP (5)
> PRI Span: 1 TEI=0 Transmitting N(S)=120, window is open V(A)=120 K=7
> PRI Span: 1 
> PRI Span: 1 > Protocol Discriminator: Q.931 (8)  len=64
> PRI Span: 1 > TEI=0 Call Ref: len= 2 (reference 1740/0x6CC) (Sent from originator)
> PRI Span: 1 > Message Type: SETUP (5)
> PRI Span: 1 > [04 03 80 90 a3]
> PRI Span: 1 > Bearer Capability (len= 5) [ Ext: 1  Coding-Std: 0  Info transfer capability: Speech (0)
> PRI Span: 1 >                              Ext: 1  Trans mode/rate: 64kbps, circuit-mode (16)
> PRI Span: 1 >                                User information layer 1: A-Law (35)
> PRI Span: 1 > [18 03 a1 83 81]
> PRI Span: 1 > Channel ID (len= 5) [ Ext: 1  IntID: Implicit  Other(PRI)  Spare: 0  Preferred  Dchan: 0
> PRI Span: 1 >                       ChanSel: As indicated in following octets
> PRI Span: 1 >                       Ext: 1  Coding: 0  Number Specified  Channel Type: 3
> PRI Span: 1 >                       Ext: 1  Channel: 1 Type: CPE]
> PRI Span: 1 > [1c 21 9f aa 06 80 01 00 82 01 00 8b 01 00 a1 13 02 02 0f 97 02 01 00 80 0a 7a 61 6d 61 6c 41 73 74 65 72]
> PRI Span: 1 > Facility (len=35, codeset=0) [ 0x9F, 0xAA, 0x06, 0x80, 0x01, 0x00, 0x82, 0x01, 0x00, 0x8B, 0x01, 0x00, 0xA1, 0x13, 0x02, 0x02, 0x0F, 0x97, 0x02, 0x01, 0x00, 0x80, 0x0A, 'zamalAster' ]
> PRI Span: 1 > [6c 06 49 81 37 34 32 33]
> PRI Span: 1 > Calling Number (len= 8) [ Ext: 0  TON: Subscriber Number (4)  NPI: Private Numbering Plan (9)
> PRI Span: 1 >                           Presentation: Presentation permitted, user number passed network screening (1)  '7423' ]
> PRI Span: 1 > [70 04 80 34 32 33]
> PRI Span: 1 > Called Number (len= 6) [ Ext: 1  TON: Unknown Number Type (0)  NPI: Unknown Number Plan (0)  '423' ]
> PRI Span: 1 q931.c:6036 q931_setup: Call 34508 enters state 1 (Call Initiated).  Hold state: Idle
>     -- Called DAHDI/g1/423
> PRI Span: 1 
> PRI Span: 1 < Protocol Discriminator: Q.931 (8)  len=10
> PRI Span: 1 < TEI=0 Call Ref: len= 2 (reference 1740/0x6CC) (Sent to originator)
> PRI Span: 1 < Message Type: CALL PROCEEDING (2)
> PRI Span: 1 < [18 03 a9 83 81]
> PRI Span: 1 < Channel ID (len= 5) [ Ext: 1  IntID: Implicit  Other(PRI)  Spare: 0  Exclusive  Dchan: 0
> PRI Span: 1 <                       ChanSel: As indicated in following octets
> PRI Span: 1 <                       Ext: 1  Coding: 0  Number Specified  Channel Type: 3
> PRI Span: 1 <                       Ext: 1  Channel: 1 Type: CPE]
> PRI Span: 1 Received message for call 0x7f8da4282020 on link 0x7f8da49d74c0 TEI/SAPI 0/0
> PRI Span: 1 -- Processing IE 24 (cs0, Channel Identification)
> PRI Span: 1 q931.c:8454 post_handle_q931_message: Call 34508 enters state 3 (Outgoing Call Proceeding).  Hold state: Idle
> Span: 1 Processing event: PRI_EVENT_PROCEEDING
>     -- DAHDI/i1/423-a5a is proceeding passing it to SIP/7423-0001202a
> PRI Span: 1 
> PRI Span: 1 < Protocol Discriminator: Q.931 (8)  len=46
> PRI Span: 1 < TEI=0 Call Ref: len= 2 (reference 1740/0x6CC) (Sent to originator)
> PRI Span: 1 < Message Type: ALERTING (1)
> PRI Span: 1 < [1e 02 81 88]
> PRI Span: 1 < Progress Indicator (len= 4) [ Ext: 1  Coding: CCITT (ITU) standard (0)  0: 0  Location: Private network serving the local user (1)
> PRI Span: 1 <                               Ext: 1  Progress Description: Inband information or appropriate pattern now available. (8) ]
> PRI Span: 1 < [1c 23 91 aa 06 80 01 00 82 01 00 8b 01 00 a1 15 02 01 41 06 04 2b 0c 09 01 80 0a 7a 61 6d 61 6c 50 61 6e 61 73]
> PRI Span: 1 < Facility (len=37, codeset=0) [ 0x91, 0xAA, 0x06, 0x80, 0x01, 0x00, 0x82, 0x01, 0x00, 0x8B, 0x01, 0x00, 0xA1, 0x15, 0x02, 0x01, 'A', 0x06, 0x04, '+', 0x0C, 0x09, 0x01, 0x80, 0x0A, 'zamalPanas' ]
> PRI Span: 1 Received message for call 0x7f8da4282020 on link 0x7f8da49d74c0 TEI/SAPI 0/0
> PRI Span: 1 -- Processing IE 30 (cs0, Progress Indicator)
> PRI Span: 1 -- Processing IE 28 (cs0, Facility)
> PRI Span: 1 -- Delayed processing IE 28 (cs0, Facility)
> PRI Span: 1 ASN.1 dump
> PRI Span: 1   Context Specific/C [10 0x0A] <AA> Len:6 <06>
> PRI Span: 1     Context Specific [0 0x00] <80> Len:1 <01>
> PRI Span: 1       <00> - "~"
> PRI Span: 1     Context Specific [2 0x02] <82> Len:1 <01>
> PRI Span: 1       <00> - "~"
> PRI Span: 1   Context Specific [11 0x0B] <8B> Len:1 <01>
> PRI Span: 1     <00> - "~"
> PRI Span: 1   Context Specific/C [1 0x01] <A1> Len:21 <15>
> PRI Span: 1     Integer(2 0x02) <02> Len:1 <01>
> PRI Span: 1       <41> - "A"
> PRI Span: 1     OID(6 0x06) <06> Len:4 <04>
> PRI Span: 1       <2B 0C 09 01> - "+~~~"
> PRI Span: 1     Context Specific [0 0x00] <80> Len:10 <0A>
> PRI Span: 1       <7A 61 6D 61 6C 50 61 6E-61 73> - "zamalPanas"
> PRI Span: 1 ASN.1 end
> PRI Span: 1   nfe NetworkFacilityExtension Context Specific/C [10 0x0A]
> PRI Span: 1   sourceEntity Context Specific [0 0x00] = 0 0x0000
> PRI Span: 1   destinationEntity Context Specific [2 0x02] = 0 0x0000
> PRI Span: 1   interpretation Context Specific [11 0x0B] = 0 0x0000
> PRI Span: 1 INVOKE Component Context Specific/C [1 0x01]
> PRI Span: 1   invokeId Integer(2 0x02) = 65 0x0041
> PRI Span: 1   operationValue OID(6 0x06) = 43.12.9.1
> PRI Span: 1   operationValue = ROSE_QSIG_CalledName
> PRI Span: 1   calledName Name
> PRI Span: 1   namePresentationAllowedSimple Context Specific [0 0x00] =
> PRI Span: 1     <7A 61 6D 61 6C 50 61 6E-61 73> - "zamalPanas"
> PRI Span: 1 q931.c:8319 post_handle_q931_message: Call 34508 enters state 4 (Call Delivered).  Hold state: Idle
> Span: 1 Processing event: PRI_EVENT_RINGING
>     -- DAHDI/i1/423-a5a is ringing
> {noformat}
> +Panasonic TDA600+:
> {noformat}
> QSIG line->PBX   No.63270  Port:1    (elapsed time from LPR reset) 01/01/25 22:09:46 
> L2: I   SAPI:0 TEI:0
> L3: 
> SETUP  crn:06DD (O)
> Bearer Capability: 80 90 A3 (Speech  A-Law)
> Channel Identity: A1 83 81  (channel=B1 pref.)
> Facility: 9F AA 06 80 01 00 82 01 00 8B 01 00 A1 13 02 02 0F BC 02 01 00 80 0A 7A 61 6D 61 6C 41 73 74 65 72 
> ([Inv] id= 0FBC op= 0(CallingName(PRI23)) 
> Calling Party Number: 49 81 37 34 32 33 
> Type of Number= Subscriber Number, Numbering Plan= Private
> Number= 7423
> Called Party Number: 80 34 32 33 
> Type of Number= Unknown, Numbering Plan= Unknown
> Number= 423
> 00 01 C8 1C 08 02 06 DD 05 04 03 80 90 A3 18 03 
> A1 83 81 1C 21 9F AA 06 80 01 00 82 01 00 8B 01 
> 00 A1 13 02 02 0F BC 02 01 00 80 0A 7A 61 6D 61 
> 6C 41 73 74 65 72 6C 06 49 81 37 34 32 33 70 04 
> 80 34 32 33 
> PBX->QSIG line   No.63271  Port:1    (elapsed time from LPR reset) 01/01/25 22:09:46 
> L2: I   SAPI:0 TEI:0
> L3: 
> CALL PROCEEDING  crn:06DD (D)
> Channel Identity: A9 83 81  (channel=B1 excl.)
> 02 01 1C CA 08 02 86 DD 02 18 03 A9 83 81 
> PBX->QSIG line   No.63272  Port:1    (elapsed time from LPR reset) 01/01/25 22:09:46 
> L2: I   SAPI:0 TEI:0
> L3: 
> ALERTING  crn:06DD (D)
> Progress Indicator: 81 88 
> Description= "In-band information or appropriate pattern now available"
> Location= "private network serving the local user"
> Facility: 91 AA 06 80 01 00 82 01 00 8B 01 00 A1 15 02 01 41 06 04 2B 0C 09 01 80 0A 7A 61 6D 61 6C 50 61 6E 61 73 
> ([Inv] id= 41 op= calledName) 
> 02 01 1E CA 08 02 86 DD 01 1E 02 81 88 1C 23 91 
> AA 06 80 01 00 82 01 00 8B 01 00 A1 15 02 01 41 
> 06 04 2B 0C 09 01 80 0A 7A 61 6D 61 6C 50 61 6E 
> 61 73 
> {noformat}
> When I *call from TDA600 to Asterisk*, I have next logs:
> +Asterisk+:
> {noformat}
> PRI Span: 1 < Protocol Discriminator: Q.931 (8)  len=66
> PRI Span: 1 < TEI=0 Call Ref: len= 2 (reference 38/0x26) (Sent from originator)
> PRI Span: 1 < Message Type: SETUP (5)
> PRI Span: 1 < [04 03 80 90 a3]
> PRI Span: 1 < Bearer Capability (len= 5) [ Ext: 1  Coding-Std: 0  Info transfer capability: Speech (0)
> PRI Span: 1 <                              Ext: 1  Trans mode/rate: 64kbps, circuit-mode (16)
> PRI Span: 1 <                                User information layer 1: A-Law (35)
> PRI Span: 1 < [18 03 a1 83 84]
> PRI Span: 1 < Channel ID (len= 5) [ Ext: 1  IntID: Implicit  Other(PRI)  Spare: 0  Preferred  Dchan: 0
> PRI Span: 1 <                       ChanSel: As indicated in following octets
> PRI Span: 1 <                       Ext: 1  Coding: 0  Number Specified  Channel Type: 3
> PRI Span: 1 <                       Ext: 1  Channel: 4 Type: CPE]
> PRI Span: 1 < [1c 23 91 aa 06 80 01 00 82 01 00 8b 01 00 a1 15 02 01 40 06 04 2b 0c 09 00 80 0a 7a 61 6d 61 6c 50 61 6e 61 73]
> PRI Span: 1 < Facility (len=37, codeset=0) [ 0x91, 0xAA, 0x06, 0x80, 0x01, 0x00, 0x82, 0x01, 0x00, 0x8B, 0x01, 0x00, 0xA1, 0x15, 0x02, 0x01, '@', 0x06, 0x04, '+', 0x0C, 0x09, 0x00, 0x80, 0x0A, 'zamalPanas' ]
> PRI Span: 1 < [6c 05 19 80 34 32 33]
> PRI Span: 1 < Calling Number (len= 7) [ Ext: 0  TON: International Number (1)  NPI: Private Numbering Plan (9)
> PRI Span: 1 <                           Presentation: Presentation permitted, user number not screened (0)  '423' ]
> PRI Span: 1 < [70 05 89 37 34 32 33]
> PRI Span: 1 < Called Number (len= 7) [ Ext: 1  TON: Unknown Number Type (0)  NPI: Private Numbering Plan (9)  '7423' ]
> PRI Span: 1 -- Making new call for cref 38
> PRI Span: 1 Received message for call 0x7f8da4177a10 on link 0x7f8da49d74c0 TEI/SAPI 0/0
> PRI Span: 1 -- Processing Q.931 Call Setup
> PRI Span: 1 -- Processing IE 4 (cs0, Bearer Capability)
> PRI Span: 1 -- Processing IE 24 (cs0, Channel Identification)
> PRI Span: 1 -- Processing IE 28 (cs0, Facility)
> PRI Span: 1 -- Processing IE 108 (cs0, Calling Party Number)
> PRI Span: 1 -- Processing IE 112 (cs0, Called Party Number)
> PRI Span: 1 -- Delayed processing IE 28 (cs0, Facility)
> PRI Span: 1 ASN.1 dump
> PRI Span: 1   Context Specific/C [10 0x0A] <AA> Len:6 <06>
> PRI Span: 1     Context Specific [0 0x00] <80> Len:1 <01>
> PRI Span: 1       <00> - "~"
> PRI Span: 1     Context Specific [2 0x02] <82> Len:1 <01>
> PRI Span: 1       <00> - "~"
> PRI Span: 1   Context Specific [11 0x0B] <8B> Len:1 <01>
> PRI Span: 1     <00> - "~"
> PRI Span: 1   Context Specific/C [1 0x01] <A1> Len:21 <15>
> PRI Span: 1     Integer(2 0x02) <02> Len:1 <01>
> PRI Span: 1       <40> - "@"
> PRI Span: 1     OID(6 0x06) <06> Len:4 <04>
> PRI Span: 1       <2B 0C 09 00> - "+~~~"
> PRI Span: 1     Context Specific [0 0x00] <80> Len:10 <0A>
> PRI Span: 1       <7A 61 6D 61 6C 50 61 6E-61 73> - "zamalPanas"
> PRI Span: 1 ASN.1 end
> PRI Span: 1   nfe NetworkFacilityExtension Context Specific/C [10 0x0A]
> PRI Span: 1   sourceEntity Context Specific [0 0x00] = 0 0x0000
> PRI Span: 1   destinationEntity Context Specific [2 0x02] = 0 0x0000
> PRI Span: 1   interpretation Context Specific [11 0x0B] = 0 0x0000
> PRI Span: 1 INVOKE Component Context Specific/C [1 0x01]
> PRI Span: 1   invokeId Integer(2 0x02) = 64 0x0040
> PRI Span: 1   operationValue OID(6 0x06) = 43.12.9.0
> PRI Span: 1   operationValue = ROSE_QSIG_CallingName
> PRI Span: 1   callingName Name
> PRI Span: 1   namePresentationAllowedSimple Context Specific [0 0x00] =
> PRI Span: 1     <7A 61 6D 61 6C 50 61 6E-61 73> - "zamalPanas"
> PRI Span: 1 q931.c:8281 post_handle_q931_message: Call 38 enters state 6 (Call Present).  Hold state: Idle
> Span: 1 Processing event: PRI_EVENT_RING
> PRI Span: 1 q931.c:5477 q931_call_proceeding: Call 38 enters state 9 (Incoming Call Proceeding).  Hold state: Idle
> PRI Span: 1 
> PRI Span: 1 > DL-DATA request
> PRI Span: 1 > Protocol Discriminator: Q.931 (8)  len=10
> PRI Span: 1 > TEI=0 Call Ref: len= 2 (reference 38/0x26) (Sent to originator)
> PRI Span: 1 > Message Type: CALL PROCEEDING (2)
> PRI Span: 1 TEI=0 Transmitting N(S)=67, window is open V(A)=67 K=7
> PRI Span: 1 
> PRI Span: 1 > Protocol Discriminator: Q.931 (8)  len=10
> PRI Span: 1 > TEI=0 Call Ref: len= 2 (reference 38/0x26) (Sent to originator)
> PRI Span: 1 > Message Type: CALL PROCEEDING (2)
> PRI Span: 1 > [18 03 a9 83 84]
> PRI Span: 1 > Channel ID (len= 5) [ Ext: 1  IntID: Implicit  Other(PRI)  Spare: 0  Exclusive  Dchan: 0
> PRI Span: 1 >                       ChanSel: As indicated in following octets
> PRI Span: 1 >                       Ext: 1  Coding: 0  Number Specified  Channel Type: 3
> PRI Span: 1 >                       Ext: 1  Channel: 4 Type: CPE]
>     -- Accepting call from '423' to '7423' on channel 0/4, span 1
> PRI Span: 1 q931.c:5509 q931_alerting: Call 38 enters state 7 (Call Received).  Hold state: Idle
> PRI Span: 1 Adding facility ie contents to send in ALERTING message:
> PRI Span: 1 ASN.1 dump
> PRI Span: 1   Context Specific/C [10 0x0A] <AA> Len:6 <06>
> PRI Span: 1     Context Specific [0 0x00] <80> Len:1 <01>
> PRI Span: 1       <00> - "~"
> PRI Span: 1     Context Specific [2 0x02] <82> Len:1 <01>
> PRI Span: 1       <00> - "~"
> PRI Span: 1   Context Specific [11 0x0B] <8B> Len:1 <01>
> PRI Span: 1     <00> - "~"
> PRI Span: 1   Context Specific/C [1 0x01] <A1> Len:19 <13>
> PRI Span: 1     Integer(2 0x02) <02> Len:2 <02>
> PRI Span: 1       <0F 7C> - "~|"
> PRI Span: 1     Integer(2 0x02) <02> Len:1 <01>
> PRI Span: 1       <01> - "~"
> PRI Span: 1     Context Specific [0 0x00] <80> Len:10 <0A>
> PRI Span: 1       <7A 61 6D 61 6C 41 73 74-65 72> - "zamalAster"
> PRI Span: 1 ASN.1 end
> PRI Span: 1   nfe NetworkFacilityExtension Context Specific/C [10 0x0A]
> PRI Span: 1   sourceEntity Context Specific [0 0x00] = 0 0x0000
> PRI Span: 1   destinationEntity Context Specific [2 0x02] = 0 0x0000
> PRI Span: 1   interpretation Context Specific [11 0x0B] = 0 0x0000
> PRI Span: 1 INVOKE Component Context Specific/C [1 0x01]
> PRI Span: 1   invokeId Integer(2 0x02) = 3964 0x0F7C
> PRI Span: 1   operationValue Integer(2 0x02) = 1 0x0001
> PRI Span: 1   operationValue = ROSE_QSIG_CalledName
> PRI Span: 1   calledName Name
> PRI Span: 1   namePresentationAllowedSimple Context Specific [0 0x00] =
> PRI Span: 1     <7A 61 6D 61 6C 41 73 74-65 72> - "zamalAster"
> PRI Span: 1 
> PRI Span: 1 > DL-DATA request
> PRI Span: 1 > Protocol Discriminator: Q.931 (8)  len=44
> PRI Span: 1 > TEI=0 Call Ref: len= 2 (reference 38/0x26) (Sent to originator)
> PRI Span: 1 > Message Type: ALERTING (1)
> PRI Span: 1 TEI=0 Transmitting N(S)=68, window is open V(A)=67 K=7
> PRI Span: 1 
> PRI Span: 1 > Protocol Discriminator: Q.931 (8)  len=44
> PRI Span: 1 > TEI=0 Call Ref: len= 2 (reference 38/0x26) (Sent to originator)
> PRI Span: 1 > Message Type: ALERTING (1)
> PRI Span: 1 > [1c 21 9f aa 06 80 01 00 82 01 00 8b 01 00 a1 13 02 02 0f 7c 02 01 01 80 0a 7a 61 6d 61 6c 41 73 74 65 72]
> PRI Span: 1 > Facility (len=35, codeset=0) [ 0x9F, 0xAA, 0x06, 0x80, 0x01, 0x00, 0x82, 0x01, 0x00, 0x8B, 0x01, 0x00, 0xA1, 0x13, 0x02, 0x02, 0x0F, '|', 0x02, 0x01, 0x01, 0x80, 0x0A, 'zamalAster' ]
> PRI Span: 1 > [1e 02 81 88]
> PRI Span: 1 > Progress Indicator (len= 4) [ Ext: 1  Coding: CCITT (ITU) standard (0)  0: 0  Location: Private network serving the local user (1)
> PRI Span: 1 >                               Ext: 1  Progress Description: Inband information or appropriate pattern now available. (8) ]
>     -- Connected line update to DAHDI/i1/423-a4a prevented.
>     -- SIP/7423-00012010 is ringing
> {noformat}
> +Panasonic TDA600RU+:
> {noformat}
> PBX->QSIG line   No.63305  Port:1    (elapsed time from LPR reset) 01/01/25 22:11:41 
> L2: I   SAPI:0 TEI:0
> L3: 
> SETUP  crn:006A (O)
> Bearer Capability: 80 90 A3 (Speech  A-Law)
> Channel Identity: A1 83 83  (channel=B3 pref.)
> Facility: 91 AA 06 80 01 00 82 01 00 8B 01 00 A1 15 02 01 40 06 04 2B 0C 09 00 80 0A 7A 61 6D 61 6C 50 61 6E 61 73 
> ([Inv] id= 40 op= callingName) 
> Calling Party Number: 19 80 34 32 33 
> Type of Number= International Number, Numbering Plan= Private
> Number= 423
> Called Party Number: 89 37 34 32 33 
> Type of Number= Unknown, Numbering Plan= Private
> Number= 7423
> 02 01 40 EA 08 02 00 6A 05 04 03 80 90 A3 18 03 
> A1 83 83 1C 23 91 AA 06 80 01 00 82 01 00 8B 01 
> 00 A1 15 02 01 40 06 04 2B 0C 09 00 80 0A 7A 61 
> 6D 61 6C 50 61 6E 61 73 6C 05 19 80 34 32 33 70 
> 05 89 37 34 32 33 
> QSIG line->PBX   No.63306  Port:1    (elapsed time from LPR reset) 01/01/25 22:11:41 
> L2: I   SAPI:0 TEI:0
> L3: 
> CALL PROCEEDING  crn:006A (D)
> Channel Identity: A9 83 83  (channel=B3 excl.)
> 00 01 EA 42 08 02 80 6A 02 18 03 A9 83 83 
> QSIG line->PBX   No.63307  Port:1    (elapsed time from LPR reset) 01/01/25 22:11:41 
> L2: I   SAPI:0 TEI:0
> L3: 
> ALERTING  crn:006A (D)
> Facility: 9F AA 06 80 01 00 82 01 00 8B 01 00 A1 13 02 02 0F C1 02 01 01 80 0A 7A 61 6D 61 6C 41 73 74 65 72 
> ([Inv] id= 0FC1 op= 1(UserUserService) 
> Progress Indicator: 81 88 
> Description= "In-band information or appropriate pattern now available"
> Location= "private network serving the local user"
> 00 01 EC 42 08 02 80 6A 01 1C 21 9F AA 06 80 01 
> 00 82 01 00 8B 01 00 A1 13 02 02 0F C1 02 01 01 
> 80 0A 7A 61 6D 61 6C 41 73 74 65 72 1E 02 81 88 
> {noformat}
> I have found that callerid name is send in "Facility" string, but TDA600 can't undestand "Facility" with prefix "0x9F".
> Asterisk understands callerid name, when TDA600 sends it with prefix "0x91".



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list