Forum Discussion

Joss_100621's avatar
Joss_100621
Icon for Nimbostratus rankNimbostratus
Jan 04, 2010

SIP TLS transformation

Hi,

 

 

We are using bigip to terminate SIP/TLS sessions and forward it over TCP to a SIP server.

 

We need to replace the sips: uri coming from the client to sip: towards the server otherwise the server rejects the request.

 

of course the opposite transformation (from sip to sips) has to be made on traffic from server to client.

 

 

Here is a sample message from client:

 

 

REGISTER sips:xxx.xxx:5061;transport=TCP SIP/2.0

 

From: ;tag=b660828-b1040a0a-13c5-55016-57053-645b33cc-57053

 

To:

 

Call-ID: b67dee8-b1040a0a-13c5-55016-57053-378dbf4e-57053

 

CSeq: 1 REGISTER

 

Via: SIP/2.0/TLS w.x.y.z:5061;rport;branch=z9hG4bK-57053-153ec597-148752e

 

Max-Forwards: 70

 

Supported: replaces,100rel,timer,eventlist

 

User-Agent: xxx

 

Require: pref

 

Expires: 3600

 

Contact: ;

 

Content-Length: 0

 

 

Do you have any idea on how to achieve this?

 

 

Thanks.

11 Replies