Problem with Retrieving the Redirecting Number

Hi,

I cant able to retrieve the Redirecting number using CALLERID(RDNIS).
Please find the call trace below in which it couldn’t able to retrieve RDNIS.

TRACE

telephonNetwork Indicator: 3 Priority: 0 User Part: ISUP (5)
[ c5 ]
OPC 1001 DPC 1016 SLS 13
[ f8 43 fa d0 ]
CIC: 31
[ 1f 00 ]
Message Type: IAM
[ 01 ]
–FIXED LENGTH PARMS[4]–
Nature of Connection Indicator:
Satellites in connection: 0
telephonybackupCLI> ss7Continuity Check: Check not required (0)
Outgoing half echo control device: not included (0)
[ 00 ]
Forward Call Indicators:
Nat/Intl Call Ind: call to be treated as a national call (0)
End to End Method Ind: no end-to-end method(s) available (0)
Interworking Ind: no interworking encountered (0)
End to End Info Ind: no end-to-end information available (0)
ISDN User Part Ind: ISDN user part used all the way (1)
ISDN User Part Pref Ind: ISDN user part preferred all the way (0)
ISDN Access Ind: originating access ISDN (1)
SCCP Method Ind: no indication (0)
[ 20 01 ]
Calling Party’s Category:
Category: Ordinary calling subscriber (10)
[ 0a ]
Transmission Medium Requirements:
Speech (0)
[ 00 ]
–VARIABLE LENGTH PARMS[1]–
Called Party Number:
Nature of address: 1
NI: 0
Numbering plan: 1
Address signals: 7829700161#
telephonybackup
CLI> ss7[ 08 81 10 87 92 07 10 16 0f ]
–OPTIONAL PARMS–
Calling Party Number:
Nature of address: 3
NI: 0
Numbering plan: 1
Presentation: 0
telephonybackupCLI> ss7Screening: 1et 1
Address signals: 1534520441
[ 0a 07 03 11 51 43 25 40 14 ]
Redirecting Number:
Nature of address: 3
NI: 0
Numbering plan: 1
Presentation: 1
Screening: 0
Address signals: 7829710787
telephonybackup
CLI> ss7[ 0b 07 03 14 87 92 17 70 78 ]
Redirection Information:
Redirecting indicator: Call diverted (3)
Original redirection reason: User busy (national use) (1)
Redirection counter: 1
Redirecting reason: User busy (1)
[ 13 02 13 11 ]
Original called number:
Nature of address: 3
Numbering plan: 1
Presentation: 1
Address signals: 7829710787
[ 28 07 03 14 87 92 17 70 78 ]
User Service Information:
[ 1d 03 80 90 a3 ]
Propagation Delay Counter:
Delay: 0ms
[ 31 02 00 00 ]
Parameter Compatibility Information:
[ 39 02 31 c0 ]

DIAL PLAN

[XXXXX]
exten => _X.,1,Set(bas=${EXTEN})
exten => _X.,2,Noop(${CALLERID(RDNIS)})
exten => _X.,3,Noop(${RDNIS})
exten => _X.,4,Noop(${CALLERID(all)})
exten => _X.,5,Noop(${CALLERID(num)})
exten => _X.,6,Noop(${DNID})
exten => _X.,7,Noop(${DIALEDPEERNUMBER})
exten => _X.,8,Hangup()

DIAL PLAN TRACE

-- Executing [XXXX@XXXX:1] Set("DAHDI/31-1", "bas=XXXX") in new stack
-- Executing [XXXX@XXXX:2] NoOp("DAHDI/31-1", "") in new stack
-- Executing [XXXX@XXXX:3] NoOp("DAHDI/31-1", "") in new stack
-- Executing [XXXX@XXXX:4] NoOp("DAHDI/31-1", """ <1534520441>") in new stack
-- Executing [XXXX@XXXX:5] NoOp("DAHDI/31-1", "1534520441") in new stack
-- Executing [XXXX@XXXX:6] NoOp("DAHDI/31-1", "") in new stack
-- Executing [XXXX@XXXX:7] NoOp("DAHDI/31-1", "") in new stack
-- Executing [XXXX@XXXX:8] Hangup("DAHDI/31-1", "") in new stack

Please help to retrieve the Redirecting number.

Thanks.