Forum Discussion

Shay_Ben-David1's avatar
Shay_Ben-David1
Icon for Nimbostratus rankNimbostratus
Feb 12, 2009

read the timeout value from profile within an irule

is there a way to direct an irule to read timeout value from the persist profile in the LTM GUI ?

 

 

 

example on an irule:

 

 

when SIP_REQUEST {

 

session add uie [SIP::call_id] [IP::client_addr]

 

log local0.alert "V4_Server info:[IP::client_addr] [SIP::call_id]"

 

}

 

 

instead of putting the timeout value at end of line 2, i would like this irule to read the timeout value from a specific profile that can be updated via the GUI.

 

Thanks

 

 

by the way: updating the default uie profile from the GUI with the timeout, does not effect the persistence table with the irule at its current situation(no timeout value) it always uses the default of 180 second.

 

3 Replies

  • Hi Shay,

     

     

    If you configure the UIE persistence profile on the VIP is the timeout used?

     

     

    Aaron
  • yes i try to put the universal persist on the VS with timeout value and the irule uses the timeout from the profile.

     

    thanks