[SR-Users] Kamailio not calling each time
hanoulia salameh
hanoulia_s at hotmail.com
Thu Nov 2 15:16:22 CET 2017
Hello,
Below you can find attached the 2 files of tcpdump
and for the logging I only see an error when it fails in this section where xlog("L_ERR","666666666666666") :
route[4]
{
if (is_method("BYE|CANCEL")) {
unforce_rtp_proxy();
} else if (is_method("INVITE")){
xlog("L_INFO","4444444444444444");
if (nat_uac_test("8")) {
rtpproxy_offer();
#force_rtp_proxy();
} else {
rtpproxy_offer();
#force_rtp_proxy();
}
xlog("L_ERR","666666666666666");
t_on_failure("FAIL_ONE");
t_on_reply("REPLY_ONE");
};
if (isflagset(5))
search_append('Contact:.*sip:[^>[:cntrl:]]*', ';nat=yes');
}
Regards
________________________________
From: sr-users <sr-users-bounces at lists.kamailio.org> on behalf of Vasiliy Ganchev <vancecezar at gmail.com>
Sent: Thursday, November 2, 2017 3:43 PM
To: sr-users at lists.sip-router.org
Subject: Re: [SR-Users] Kamailio not calling each time
hi!
try to:
- look in tcpdump of your SIP traffic (use wireshark)
- add logging to your kamailio.cfg
both points to understand the difference between 2 calls (good and failed).
The description that you prepared is not informative enough - to understand
what is wrong
(important point: kamailio is sipproxy, and does not operate with such
things as "call")
try to dig more, prepare more info on the point of view of SIP and share
here.
cheers
--
Sent from: http://sip-router.1086192.n5.nabble.com/Users-f3.html
_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users at lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
sr-users -- Kamailio (SER) - Users Mailing List<https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users>
lists.kamailio.org
SIP Router Users Mailing list - online email forum for communities of SIP Express Router (SER) and Kamailio (OpenSER) projects. Subscription is open to anyone that ...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-users/attachments/20171102/20f1399c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Call failed
Type: application/octet-stream
Size: 1995 bytes
Desc: Call failed
URL: <http://lists.kamailio.org/pipermail/sr-users/attachments/20171102/20f1399c/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: call passed
Type: application/octet-stream
Size: 1726 bytes
Desc: call passed
URL: <http://lists.kamailio.org/pipermail/sr-users/attachments/20171102/20f1399c/attachment-0001.obj>
More information about the sr-users
mailing list