What i would like to do is when i am using the MI command "kamctl fifo shv_set x int 100" it set the variable shv(x) to 100 and execute straight after the code on the following bloc :
if ($shv(x) == 100){ xlog("L_INFO", "shv_set_to_100") }
In a near futur i would like to send a BYE and RE-INVITE to a user when i'm setting shv(x) to 100 via MI command..