Forum Discussion
Prakash_109945
Sep 30, 2011Nimbostratus
iRule does not work after LTM upgrade
Hi,
I have an iRule which modifies SDP media port value before it is forwarded to the client. This iRule works fine on 9.4.8 but on 10.2.2. When I dump the packet contents on the clien...
Prakash_109945
Sep 30, 2011Nimbostratus
No, I have not created a support ticket. Can you let me know how do I do it?
Here is the part of the iRule.
...
...
value of j is based on some condition above
log local0. "Chose port $j"
log local0. "Before updating media port, sdp media at index 0: [SDP::media 0]"
set orgPort [SDP::media port 0]
table set "rtp_out_$j" "$orgHost:$orgPort" 3600
log local0. "In SIP INVITE, for call with call-id $req_call_id , port $j mapped to [table lookup "rtp_out_$j" ] in rtp_out map"
table set "call_id_$req_call_id" $j 3600
SDP::media port 0 "$j"
log local0. "After updating media port, sdp media at index 0 is: [SDP::media 0]"
...
...
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