Forward incoming SMS?

Hardware: Raspberry Pi 4 with HAT (E25)

Does anyone know how to forward incoming SMS messages to another cell number?

I am trying to read MMS messages received and I thought I could just forward the messages to my cell phone to read them.

I converted the HEX/Binary Message to ascii… but I dont know how to download the message from cell providers url in the message from a linux computer. I think the message request must come from the E25 cell module

Therefore I thought I would try and forward all incoming messages to another number using
AT+CCFC as found in the Quectel_EC25EC21_AT_Commands_Manual_V1.3.pdf

But everytime I try and register the forwarding number I get an ERROR.
AT+CCFC=0,3,“1705XXX6363”
ERROR

Can someone please point me in the right direction?