Forum Discussion
Raymond_Feng_97
Apr 20, 2005Historic F5 Account
How to use irules to do SIP outbounding proxy?
Hi, everyone
I am trying to do SIP proxy server loadbalance. By now, we can do loadbalance for inbound SIP request, I mean , from the client to the proxy server , just using SIP persistant....
Nat_Thirasuttakorn
Employee
Jan 28, 2008I think session command with keyword "any" may help.
call-id can be detected on the returning traffic by iRule and session command can be used to save persistence record, for example,
session add uie [list $sessionid any] [list [IP::remote_addr] 5555] $::sessionTimeout
(keyword "any" allows this record to be used by any virtual server)
I am not sure if the record that is being added by session command can be used by normal call-id persistence or not. (probably need to use appropriate syntax for address/port I guess) however, we can use "session lookup" command to lookup for the existing record also.
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
