Doing a Call forward fails because the SIP provider doesn't accept, that the Contact-Field of the SIP-Invite is filled with another domain name compared to the FROM-Field.
ex:
FROM: <sip:+123456@domain.tld;user=phone>CONTACT: <sip:hostname.domain.local:5060;...>
The provider answers with Error 400 bad r-uri
Any suggestions?