Forum Discussion
Al_Walter_10251
Nimbostratus
Mar 16, 2007SDP::media conn media-index “new value”
Can anyone tell how to use the following syntax in an iRule:
SDP::media conn media-index “new value”
Rewrite SDP media connection info of media media-index
Here's what I'm trying (without success):
when SIP_RESPONSE {
SDP::media conn media-index "IN IP4 xx.xx.xx.xx"
}
(Be gentle, I'm new to iRule coding)
- Colin_Walker_12Historic F5 AccountWhen you say this isn't working, what do you mean exactly? Are you getting a syntax error when trying to load the config into memory, or are you just not seeing the results you're expecting when this code is being executed?
- Manoj_Vasudevan
Nimbostratus
i am a F5, iRules newbie and I am trying to do the same. Can someone tell me how I can change the IP address to the F5's VIP in the SDP body? - Deb_Allen_18Historic F5 AccountIt looks like the is supposed to be the value of an index at which new data would be written. I've updated the wiki page to indicate media-index is a parameter value, not a literal part of the command.
when SIP_RESPONSE { SDP::media conn 0 "IN IP4 xx.xx.xx.xx" }
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