cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1764
Views
0
Helpful
4
Replies

SIP --> Cisco 5400 --> ISDN - Calling Number Problem

med.saleck
Level 1
Level 1

Hi all,

Could somebody please help me in regards to an outgoing calls from AS5400 gateway to the PSTN via PRI.

The Cisco 5400 send the calling number but on my mobile I receive 65535 as calling number for all calls.

I have tried every possible config option for isdn.

Below is a isdn q931 debug of.

Mar 13 22:51:45.256: ISDN Se7/0:15 Q931: Applying typeplan for sw-type 0x12 is 0x0 0x1, Calling num 249yyyyy

Mar 13 22:51:45.260: ISDN Se7/0:15 Q931: Applying typeplan for sw-type 0x12 is 0x0 0x1, Called num 2224xxxx

Mar 13 22:51:45.260: ISDN Se7/0:15 Q931: TX -> SETUP pd = 8  callref = 0x3059

        Bearer Capability i = 0x8090A3

                Standard = CCITT

                Transfer Capability = Speech

                Transfer Mode = Circuit

                Transfer Rate = 64 kbit/s

        Channel ID i = 0xA9839F

                Exclusive, Channel 31

        Calling Party Number i = 0x0180, '249yyyyy'

                Plan:ISDN, Type:Unknown

        Called Party Number i = 0x81, '2224xxxx'

                Plan:ISDN, Type:Unknown

Mar 13 22:51:45.392: ISDN Se7/0:15 Q931: RX <- SETUP_ACK pd = 8  callref = 0xB059

        Channel ID i = 0xA9839F

                Exclusive, Channel 31

Mar 13 22:51:45.396: ISDN Se7/0:15 Q931: RX <- CALL_PROC pd = 8  callref = 0xB059

        Progress Ind i = 0x8288 - In-band info or appropriate now available

Mar 13 22:51:45.716: ISDN Se7/0:15 Q931: TX -> DISCONNECT pd = 8  callref = 0x3059

        Cause i = 0x8090 - Normal call clearing

AS5400 config

dial-peer voice 102 pots

description old_plan

translation-profile outgoing 44

service session

destination-pattern 222.......

direct-inward-dial

port 7/2:D

forward-digits all

interface Serial7/0:15

no ip address

encapsulation ppp

dialer-group 1

isdn switch-type primary-net5

isdn incoming-voice modem

peer default ip address pool setup_pool

fair-queue 64 256 0

no cdp enable

ppp authentication chap pap

ppp multilink

controller E1 7/2

framing NO-CRC4

pri-group timeslots 1-31

trunk-group SM timeslots 1-31

isdn switch-type primary-net5

isdn voice-call-failure 0

Thanks

4 Replies 4

ADAM CRISP
Level 4
Level 4

Hello, - You should check with the ISDN service provider, but I'd try setting the numbering type to national,

Within your translation profiles you can use the type keyword, and set this,

eg

voice translation-rule 501
rule 1 /^44\(.+\)$/ /\1/ type any national plan any isdn

or similar

Adam

Hi Adam,

Thanks for your reply,

I checked the following:

voice translation-rule 23

rule 1 // // type unknown national plan unknown ISDN

voice translation-rule 23

rule 1 // // type reserved plan unknown ISDN

voice translation-rule 23

rule 1 // // type international plan unknown ISDN

voice translation-rule 23

rule 1 // // type network plan unknown ISDN

voice translation-rule 23

rule 1 // // type subscriber plan unknown ISDN

Here an example of of this voice translation rul debug:

Mar 16 17:21:48.455: //-1/B564B436A077/RXRULE/regxrule_subst_num_type: Match Type = unknown, Replace Type = national Input Type = unknown

Mar 16 17:21:48.455: //-1/B564B436A077/RXRULE/regxrule_subst_num_plan: Match Plan = unknown, Replace Plan = isdn Input Plan = unknown

Mar 16 17:21:48.455: //-1/B564B436A077/RXRULE/regxrule_profile_translate_internal: xlt_number=44444444444 xlt_type=national xlt_plan=isdn

Our ISDN provider said that he is not receiving the calling party number.

Saleck

Well you are sending them the something - ask them where the 65535 comes from within their network, check for CLI blocks and if that doesn't work ask for an analyser to be put on the line.. Good luck

Hello,

this is the CLID configuration:

CLID Restriction = None

CLID Network Number = `'

CLID Second Number sent

CLID Override RDNIS = disabled,

This log from the provider shows that the calling number is received but the problem is user-provided-not-screened.

Can you help about that?

                       ......calling-party-number-1

53>    41   ----0001   ........numbering-plan-identification:isdn-or-telephony-numbering-plan (1)

            -100----   ........type-of-number:subscriber-number (4)

            0-------   ........ext:0x0 (0)

54>    80   ------00   ........screening-indicator:user-provided-not-screened (0)

            ---000--   ........spare:0x0 (0)

            -00-----   ........presentation-indicator:presentation-allowed (0)

            1-------   ........ext1:0x1 (1)

55>    34   00110100

56>    31   00110001

57>    34   00110100

58>    34   00110100

59>    35   00110101

60>    34   00110100

61>    33   00110011

62>    37   00110111

63>    31   00110001

64>    33   00110011

65>    30   00110000   ........number:41444444456

66>    70   01110000 T

67>    0C   00001100 L

Thanks