try this...
exten => h,1,System(action ${CDR(dst)})
-----------------------------------------------------------------------------------------------------------------
You can also set a dialednumber variable right from the start.....
exten => .X,n,Set(__DIALEDNUMBER=${EXTEN})
Then,
exten => h,1,System(action ${DIALEDNUMBER})