Forum Discussion

Deizeppe_339358's avatar
Deizeppe_339358
Icon for Nimbostratus rankNimbostratus
Sep 21, 2018

iRule SIP respond - command runs on the client side

If the command runs on the client side, it sends the response to the client without any load balancing taking place.

 

when SIP_REQUEST { if { [SIP::method] == "INVITE" } { SIP::respond 100 Trying }}

 

No RepliesBe the first to reply