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
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users