CallerID FSK and DTMF, Sweden

I have a phone that support both FSK and DTMF.

I uses TDM11b FXS port to get the call from the phone company
and a PAP2-na to send the call out in the house in the normal
phone lines.

When the call comes in on FXS from phone company I check to
see if I have that number in my DB. If I have it or not I uses
the following in my extensions.conf:

[globals]
CALLFROM_PSTN=SIP/5507

[pts_incoming]
exten => s,n,Set(CALLERID=${CALLERID(num)})
here I do the DB lookup!
exten => s,n,NoOp(Caller: ${result_number_owner} <${CALLERID>})
exten => s,n,Set(CALLERID(all)=${result_number_owner} <${CALLERID}>)
exten => s,n,Dial(${CALLFROM_PSTN},20,tTKk)

But the only thing I can see in the display is the number!
Do I have to do something special to get name and number
out to my normal telephones?

On all of my hardware and software SIP phones it’s working greate!

This is what it return in the log:
NoOp(“SIP/5507-0822ba70”, “Caller: Micke <0123456789>”) in new stack

It looks like the name and number is there!

Virtually yours // Nypon