<p dir="ltr">Greetings list,<br>
I am using dialog aur dispatcher modules for calls distribution across multiple gateways. I am able to get number of active dialogs against a gateway but could not get early dialogs going on particular gateway.</p>
<p dir="ltr">Dialog information is inserted in database only for state 4. Also, I tried to use dlg_list command to get early dialogs. I see call statistics but "callee_contact::" is empty untill call is answered. </p>
<p dir="ltr">for ringing I am getting this. </p>
<p dir="ltr">root@debian:/usr/local/kamailio/sbin# ./kamctl fifo dlg_list<br>
dialog::  hash=3443:9422<br>
        state:: 2<br>
        ref_count:: 1<br>
        timestart:: 0<br>
        timeout:: 0<br>
        callid:: GGjl58SQ32LXQB1dV2-CBA..<br>
        from_uri:: sip:1015@192.168.10.39:5060;transport=UDP<br>
        from_tag:: 652ee907<br>
        caller_contact:: sip:1015@192.168.10.41:55842;transport=UDP<br>
        caller_cseq:: 1<br>
        caller_route_set::<br>
        caller_bind_addr:: udp:<a href="http://192.168.10.39:5060">192.168.10.39:5060</a><br>
        callee_bind_addr::<br>
        to_uri:: sip:1010@192.168.10.39:5060;transport=UDP<br>
        to_tag::<br>
        callee_contact::<br>
        callee_cseq::<br>
        callee_route_set::</p>
<p dir="ltr">callee_contact:: is empty. </p>
<p dir="ltr">Is there any way to get early dialog info againts a gateway.? Or any way to insert early dialog into database with callee_contact not empty?</p>
<p dir="ltr">Best Regards, <br>
Aqs Younas</p>