Hi,
I am using Kamailio 4.1.1 and dlg_manage() function for processing SIP
requests with dialog module. After call is established Kamailio is being
used for generating in-dialog INFO request toward caller (using t_uac_dlg
function via xmlrpc). INFO messages are correctly generated but dialog
calee_cseq value is not being incremented with every message. That
represents a problem since other SIP requests generated by callee side
(like OPTIONS) are not in order, and there is no correct information about
calee_cseq value in dialog memory records.
The question is how can I increment dialog calee_cseq value when local INFO
request toward caller is being generated using t_uac_dlg via xmlrpc?
Thx,
Drazen