Manipulating SIP msg

In the SIP msg, our asterisk sends this to another device:

Call-ID: 7e8f333933e792f53505dc7e50e7b8c9@192.168.1.10:5060

The SIP device (incorrectly) returns:

Call-ID: 7e8f333933e792f53505dc7e50e7b8c9@192.168.1.10

The manufacturer of the device mentions it could take weeks for them to even look at this.

I don’t think my version of asterisk source code(1.8.0) should be touched as its the other device that is not doing it properly. So is there a SIP configuration that would remove the “:5060”?

Negative, there is not. You’d have to modify source code. :frowning:

5060 is the default port. The remote device seems to be correct in omitting it.