Forum Discussion
Joss_100621
Nimbostratus
Jan 04, 2010SIP 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.
- hoolio
Cirrostratus
Hi, - Joss_100621
Nimbostratus
Thanks for that. - hoolio
Cirrostratus
SIP::uri can be used to retrieve/modify the URI. - Joss_100621
Nimbostratus
Per the documentation this is only to retrieve the request uri and not to set it. - hoolio
Cirrostratus
Sorry, from this post (Click here) I thought the functionality might have been changed. I'm not sure whether/how you can modify the SIP URI if not with SIP::uri. You could open a case with F5 Support and ask. There are a few people who have asked: - Michael_Voight_Historic F5 AccountIn 9.4.8 this should work
- hoolio
Cirrostratus
Hi Michael, - Michael_Voight_Historic F5 AccountI don't know. IT was the response in a subcase sent to Dev.
- Joss_100621
Nimbostratus
Hi All,set sip_uri [string map -nocase {sips: sip:} [SIP::uri]] SIP::uri $sip_uri
- Michael_Voight_Historic F5 AccountI received this answer in my subcase.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects