cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
577
Views
0
Helpful
3
Replies

Help configuring Calling Name Display on Inbound Calls

Eric Seider
Level 1
Level 1

I am a new user to CUCM and am running 9.1.1a.

We have 4 PRI's interfaced into a Cisco Gateway using h.323.  When I debug Q931, I see the calling name is being sent by the telco (see below).

Currently on the 7945G we see the calling number displayed but do not see the name.  Sorry I am posting this lame question but I could not find the configuration information in the documentation.

Here is a sample of the inbound

Jun 12 20:40:46.444: ISDN Se0/0/0:23 Q931: RX <- SETUP pd = 8  callref = 0x2DB9

        Bearer Capability i = 0x8090A2

                Standard = CCITT

                Transfer Capability = Speech

                Transfer Mode = Circuit

                Transfer Rate = 64 kbit/s

        Channel ID i = 0xA98381

                Exclusive, Channel 1

        Facility i = 0x9F8B0100A117020101020100800F536569646572204572696320202020

                Protocol Profile =  Networking Extensions

                0xA117020101020100800F536569646572204572696320202020

                Component = Invoke component

                        Invoke Id = 1

                       Operation = CallingName

                                Name Presentation Allowed Extended

                                Name = Seider Eric

        Calling Party Number i = 0x2183, '3146056094'

                Plan:ISDN, Type:National

        Called Party Number i = 0xA1, '3146573325'

                Plan:ISDN, Type:National

        Locking Shift to Codeset 6

        Codeset 6 IE 0x1  i = '>'

Jun 12 20:40:46.448: ISDN Se0/0/0:23 Q931: Received SETUP  callref = 0xADB9 callID = 0x1B5D switch = primary-ni interface = User

Jun 12 20:40:46.448: ISDN Se0/0/0:23 Q931: TX -> CALL_PROC pd = 8  callref = 0xADB9

        Channel ID i = 0xA98381

                Exclusive, Channel 1

Jun 12 20:40:46.584: ISDN Se0/0/0:23 Q931: TX -> ALERTING pd = 8  callref = 0xADB9

2 Accepted Solutions

Accepted Solutions

paolo bevilacqua
Hall of Fame
Hall of Fame

You need "isdn supp-service name calling" under PRi interface.

View solution in original post

As answered above.

View solution in original post

3 Replies 3

paolo bevilacqua
Hall of Fame
Hall of Fame

You need "isdn supp-service name calling" under PRi interface.

Thanks, Paolo.  To be clear, I need to make this change on the gateway as in the example below?

interface Serial0/1/0:23

description XXXXXXXXXXXXXX

no ip address

encapsulation hdlc

no logging event link-status

isdn supp-service name calling

no snmp trap link-status

isdn switch-type primary-ni

isdn incoming-voice voice

trunk-group STL-PRI-WINDSTREAM 2

no cdp enable

As answered above.