[OpenSIPS-Users] sip_trace in only one way

Geoffroy Rabouin geoffroy.rabouin at gmail.com
Fri Jul 17 15:17:50 CEST 2009


Hi,
I'm confused because in my sip_trace DB, I haven't got the reply message
from opensips, I only got the request from the phones and gateway ...
I've set the sip_trace parameters :
# ----- siptrace params -----
modparam("siptrace", "trace_on", 1)
modparam("siptrace", "enable_ack_trace", 1)

and in my route :
route {
     sip_trace();
..................;;
}

onreply_route[2] {
    sip_trace();
     if (status=~"(180)|(183)|2[0-9][0-9]") {
          if (search("^Content-Type:[ ]*application/sdp")) {
               use_media_proxy();
          };
          fix_nated_contact();
     };
}


Opensips respond correctly to the phone/gateway, just the sip_trace DB
doesn't work correctly.

Any idea ?
Thanking you in advance.

Geoffroy Rabouin
1, rue des Fabres
13710 Fuveau
téléphone : 06-27-19-13-07
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opensips.org/pipermail/users/attachments/20090717/ce9aa4fb/attachment.htm 


More information about the Users mailing list