Forum Discussion

Romel_77740's avatar
Romel_77740
Icon for Nimbostratus rankNimbostratus
Aug 21, 2008

TCL error with persist delete

I have the simple irule below and has no syntax problem::::   when SIP_REQUEST_SEND {   if {[SIP::method] == "ACK"} {   persist delete sip [SIP::call_id]   }   }    ...