SIP/2.0 489 Bad Event.
Via: SIP/2.0/UDP 192.168.15.108;branch=z9hG4bKa54a155ad67706dca.
Call-ID: f22823b8b4d58a8e.
CSeq: 3430 SUBSCRIBE.
Allow-Events: presence.winfo, presence, dialog.
Server: kamailio (3.1.3 (i386/linux)).
Content-Length: 0.
#!ifdef WITH_PRESENCE
# ----- presence params -----
modparam("presence", "db_url", DBURL)
modparam("presence_dialoginfo", "force_single_dialog", 1)
# ----- presence_xml params -----
modparam("presence_xml", "db_url", DBURL)
modparam("presence_xml", "force_active", 1)
#!endif