Asterisk to Asterisk Trunk Help

Hi.
I have this configuration

server# 1 IP: 10.10.10.50 and have this cfg:

[account1]
type=friend
defaultuser=account1
secret=a1234b
allow=all
host=dynamic

[trunk1]
type=friend
defaultuser=pepe
fromuser=pepe
fromdomain=10.10.10.60
host=10.10.10.60

In server# 2 have this ip: 10.10.10.60

[account2]
type=friend
defaultuser=account2
secret=a1234b
allow=all
host=dynamic

[trunk2]
type=friend
defaultuser=tom
fromuser=tom
fromdomain=10.10.10.50
host=10.10.10.50

What is my problem?
When I dial via Trunk1 in the remote site I get the callerid: pepe
When I dial via Trunk2 in the remote site I get the callerid: tom

Why?

I don’t know, I need it display the original callerid information of the caller
Like if 2303 call via trunk1 in the remote site, the screen display:
“2303 is calling…”

How can I do that?

Answered on the correct forum.

Mmm…WherE?

viewtopic.php?f=1&t=88243