Access call info on B410P

How can I handle “diverted from” (2328) info in Asterisk?
See below: I need to get access to rad:2328
Normally Asterisk gives me EXTEN (2320) and CALLERID (2327) variables.
Is there a variable for 2328 too?
Thanks a lot
Romano

P[ 4] set_channel: bc->channel:0 channel:2
P[ 4] I IND :SETUP oad:2327 dad:2320 pid:9 state:none
P[ 4]Â --> channel:2 mode:TE cause:16 ocause:16 rad:2328 cad:
P[ 4]Â --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:0
P[ 4]Â --> caps:Speech pi:0 keypad: sending_complete:1
P[ 4]Â --> Bearer: Speech
P[ 4]Â --> Codec: Alaw
P[ 0]Â --> * NEW CHANNEL dad:2320 oad:2327
P[ 4]Â --> CTON: Unknown
P[ 4]Â --> EXPORT_PID: pid:9
P[ 4]Â --> PRES: Restricted (0)
P[ 4]Â --> SCREEN: Unscreened (0)
P[ 4] I SEND:PROCEEDING oad:2327 dad:2320 pid:9
P[ 4]Â --> channel:2 mode:TE cause:16 ocause:16 rad:2328 cad:
P[ 4]Â --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:0
P[ 4]Â --> caps:Speech pi:0 keypad: sending_complete:1
P[ 4]Â --> TRANSPARENT Mode
P[ 4] BCHAN: bchan ACT Confirm pid:9
P[ 4] * IND :Â Â ringing pid:9
P[ 4]Â --> * IND :Â Â Â Â Â ringing pid:9
P[ 4] I SEND:ALERTING oad:2327 dad:2320 pid:9
P[ 4]Â --> channel:2 mode:TE cause:16 ocause:16 rad:2328 cad:
P[ 4]Â --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:0
P[ 4]Â --> caps:Speech pi:0 keypad: sending_complete:1
P[ 4]Â --> * SEND: State Ring pid:9
P[ 4]Â --> incoming_early_audio off

Found the answer!
The variable to retrieve the rad info is

RDNIS

Cool!