Remove sip:[555-555-5555]@domain.org from caller ID

I have been searching and seaching. I have a FreePBX box setup and the caller ID showing up on the phones are in the sip:[555-555-5555]@doamin.org format. How do I change this???

This is very frustrating. I’m having the same issue.

Fix this issue! Made the following changes to sip_nat.conf

localnet was set to a Class B network 192.168.0.0/255.255.255.0 and I don’t remember configuring that but I changed it to my actual Class C network.

Removed “sip.mydomain.com” from externhost setting

Removed “mydomain.com (Set your external domain name)” from the fromdoamin setting

Before:
localnet=192.168.0.0/255.255.0.0
externhost=sip.mydoamin.com
externrefresh=10
[email protected] (Set your external domain name)
nat=yes
qualify=yes
canreinvite=no

After:
localnet=192.168.1.0/255.255.255.0
externhost=
externrefresh=10
fromdomain=
nat=yes
qualify=yes
canreinvite=no

Sure is nice to be helping out the community for a change!!!