Forum Discussion
Ivo_Brett_39329
Nimbostratus
Dec 01, 2004IRules for SIP
Hi,
Do any of you know if there are iRules that can be developed for the SIP (session initiation protocol). So that rules can be developed as in the following example:
wh...
Tao_Liu_90341
Dec 02, 2004Historic F5 Account
ivobrett,
This rule is not available but not far away. Before that, it is possible to extract certain field out of SIP message in the case of running over UDP. I don't have sample, but you can scan the first two tokens in the payload. The second one is URI. No guarantee ;-) i.e.
when CLIENT_DATA {
scan [UDP::payload] "%s%s" sipmethod sipuri
puts "$sipuri"
}
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