Installation: ------------ tar -xvzf ser-0.10.99-dev30-tm-timers-pa-3_src.tar.gz cd ser-0.10.99-dev30-tm-timers-pa-3 make install prefix=/dir/to/ser Database re-creation (mysql): ---------------------------- cd scripts/mysql ./ser_mysql.sh drop ... deletes existing database ! ./ser_mysql.sh create If you don't want to use database, set all use_db or db_mode parameters in cfg file to 0. Running: ------- export LD_LIBRARY_PATH=/dir/to/ser/lib/ser /dir/to/ser/sbin/ser -f /dir/to/ser/etc/ser/ser.cfg Warning: ------- This version uses little hack for doing internal subscriptions from RLS to PA. Due to this will list subscriptions NOT work if there are used functions like lookup_user and lookup_domain in cfg script or there might be problems with multiple domains! Tools: ----- It is possible to use fifo command pa.trace for monitoring pa status: /dir/to/ser/sbin/serctl fifo pa.trace There is a utility for publishing presence document for a presentity. It is not installed with ser, but you can found it in source tree under tools/presence/publish.py.