Hello.

Can someone explain to me why i’m getting this error :

 

WARNING: dialog [dlg_req_within.c:173]: inconsitent dlg timer data on dlg 0xb565c500 [2166:2082643875] with clid '5ed68b60-fdbe-4aa7-819e-0002a400e27c@64.76.155.86' and tags '5e604a9ea4' 'ed505c1da4'

 

This is the output for dlg_list_ctx

 

kamctl fifo dlg_list_ctx

dialog::  hash=2995:55475986

        state:: 4

        ref_count:: 2

        timestart:: 1348177242

        timeout:: 15084496

        callid:: 33d68b60-a09a-b1dc-8198-0002a400e27c@64.76.155.86

        from_uri:: sip:557100050994@64.76.155.86

        from_tag:: 3360b198a4

        caller_contact:: sip:557100050994@64.76.155.86

        caller_cseq:: 226

        caller_route_set::

        caller_bind_addr:: udp:64.76.155.82:5060

        callee_bind_addr:: udp:64.76.155.82:5060

        to_uri:: sip:0267005622408596@64.76.155.82

        to_tag:: ba507815a4

        callee_contact:: sip:0267005622408596@64.76.155.130

        callee_cseq:: 226

        callee_route_set::

        context::

 

I can’t find the problem.

I’m using this dialog params :

# ---- dialog params ------

modparam("dialog", "dlg_flag", 31)

modparam("dialog", "profiles_with_value","gwid" )

modparam("dialog", "default_timeout",7200)

modparam("dialog", "timeout_avp", "$avp(i:10)")

modparam("dialog", "dlg_match_mode", 1)

 

$avp(i:10)=10

 

                      $dlg_ctx(timeout_bye) = 4;

                        dlg_manage();

 

 

 

Regards,

Ricardo