On 11/1/11 1:06 PM, Uri Shacked wrote:
Hi, I am using the script local flags. i set a flag like this "setsflag(6)" in order to use it afterwards. i notice that this flag is relevent only for the request i am dealing with right now. because after the reply the flag seems to reset without me doing that doing "issflagset(6)" and getting nowhere :-) am i right or am i using it wrong?
scripts flags are valid for the duration of executing a root routing block and they are private for each sip worker process, not persistent per transaction. Looks like you need to use transaction (message) flags.
Cheers, Daniel