Hi,
i'm trying to create SIP dialog for SUBSCRIBE messages, but it's still unsuccessful (.
if (is_method("SUBSCRIBE")) { setflag(4); dlg_manage(); xlog("L_INFO", "DLG_count=$DLG_count, DLG_status=$DLG_status, DLG_lifetime=$DLG_lifetime - (Method=$rm RURI=$ru From=$fu To=$tu IP=$si DST=$du -- $ci)\n"); }
In kamailio.log: May 10 18:15:11 /usr/sbin/kamailio[18355]: DEBUG: dialog [dlg_hash.c:652]: no dialog callid='265619152@192.168.4.18' found May 10 18:15:11 /usr/sbin/kamailio[18355]: DEBUG: dialog [dlg_hash.c:683]: no dialog callid='265619152@192.168.4.18' found May 10 18:15:11 /usr/sbin/kamailio[18355]: DEBUG: dialog [dlg_handlers.c:1170]: Callid '265619152@192.168.4.18' not found
Does kamailio 3.3.4 support Dialog for PRESENCE (Subscribe, Publish, Notify) ?
Best Regards, Ewgeny