Hi,

Can anyone help to get the to-tag from the dialog between the remote caller and 
the B2B server entity? I have tried with these two methods -


  1.  ACK in route{},
route {
    If (is_method("ACK")) {
          -------------------     the code is not reachable even there is ACK 
came from the remote caller to the B2B server entity
    };
}


  1.  200OK in onreply_route{},
onreply_route() {

----------         the to-tag only came from the dialog between the B2B client 
entity and the remote callee
}

The OpenSIPs version I'm on is V2.4.6.

Your help is highly appreciated.


Thanks,
Li
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to