Hi,
Facing issue with pres rule deletion on kamailio 3.3.x server. After deletion pres rule i am always getting terminated, instead getting pending/waiting for the watcher.
If i observe watchers database i found reason as a probation, for this server sends terminated for the watchers.
+-----+--------------------------------+------------------+------------------------+----------+--------+--------------------------+---------------+ | id | presentity_uri | watcher_username | watcher_domain | event | status | reason | inserted_time | +-----+--------------------------------+------------------+------------------------+----------+--------+--------------------------+---------------+ | 24 | sip:xyz@kamailio.org | abc | kamailio.org | presence | 3 | probation;retry-after=30 | 1352451983 | +-----+--------------------------------+------------------+------------------------+----------+--------+--------------------------+---------------+ 1 rows in set (0.00 sec)
1. But I want to know that how long the reason is set as "probation" 2. what does the server on "retry-after" interval? 3. Is there any configuration option to remove probation reason code from watcher list
Regards, Raman