Hi all,
I'm trying to send a call to an AS via a kamailio S-CSCF (release 4.4.3). I'm addressing the AS by a distinct PSI: sip:04325432101@domain.net;user=gsmr.
At the first try the S-CSCF sends a SAR to HSS and receives a successful SAA (tshark traces attached), but the S-CSCF rejects the call with 555 AS Contacting Failed - iFC terminated dialog.
At the second try (a few seconds later), the S-CSCF doesn't exchange SAR/SAA with the HSS, and now the call is successfully forwarded to the AS.
This problem is permanent, it is not the result of a temporary loss of connectivity between S-CSCF and AS.
I checked the iFCs that I had configured at the HSS and I think, they are OK.
I attached
- tshark traces from the node, where the S-CSCF resides: 2016_09_19_error_555_17_scscf_filtered.pcap
- WITH_DEBUG logs from kamailio: 2016_09_19_error_555_17_kamailio_1st_try.log
- A tarball of /usr/local/etc/kamailio: 2016_09_19_error_555_17_kamailio.tar.gz
Can anybody help? Is it a bug in kamailio or is the problem on my side?
Thanks,
Christoph
The information contained in this e-mail message is privileged and confidential and is for the exclusive use of the addressee. The person who receives this message and who is not the addressee, one of his employees or an agent entitled to hand it over to the addressee, is informed that he may not use, disclose or reproduce the contents thereof, and is kindly asked to notify the sender and delete the e-mail immediately.
Hi all,
I am trying a simple proxy (with dispatcher) and a registrar. However,
I have this issue
U 2016/10/05 08:22:44.057195 10.0.0.4:5060 -> 52.233.25.164:5060
SIP/2.0 484 Address Incomplete.
Via: SIP/2.0/UDP
10.1.0.4;branch=z9hG4bK8653.a9c65320000000000000000000000000.0;received=52.233.25.164.
To: <sip:51.140.187.167:5060>;tag=b27e1a1d33761e85846fc98f5f3a7e58.b79c.
From: <sip:calls@infinicalls.com>;tag=533cb9e91f4b999cf76861cbb9ed54ed-d3d8.
CSeq: 10 OPTIONS.
Call-ID: 28fcdbee608363cf-5442(a)127.0.0.1.
Server: kamailio (4.4.3 (x86_64/linux)).
Content-Length: 0.
I have set modparam("dispatcher", "flags", 2)
Any idea? Thanks.
regards
Ganesh Kumar
Hello,
Thanks to all to develop the such type Sip Proxy server.
Please suggest whether SIP proxy server is open source ,If yes than it can fulfil the my below requirement .
1) I having some sip clients which are registered on IMS .Can I use the kamailio Sip proxy sever between sip client and IMS.
Sip client ------------------Kamailio Sip Proxy ---------------IMS
2) Second things, can I use Kamailio Sip Proxy to interconnect two IMS nodes . Can I create the SIP trunk without registration mode (username and password) between IMS nodes using Kamailio. Because the my IMS node doesn't support sip trunk in registration mode. Its support one normal trunk (SIP-T)
My current IMS set up like below.
IMS-1 (IBCF)---------------IMS2(IBCF).
Regards
Surender Singh
::DISCLAIMER::
----------------------------------------------------------------------------------------------------------------------------------------------------
The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted,
lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents
(with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates.
Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the
views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification,
distribution and / or publication of this message without the prior written consent of authorized representative of
HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately.
Before opening any email and/or attachments, please check them for viruses and other defects.
----------------------------------------------------------------------------------------------------------------------------------------------------
I used SIPp to stress test different scenarios in Kamailio, but how can I
simulate a real call with media? SIPp has media sending capabilities but in
not enough for example to simulate 1000 calls persecond! How can I test
this?
Hello,
I try to check in Kamailio if a current sip message "200 OK" is a
response to a "BYE" request.
Could you confirm the following code please?
IF (IS_METHOD("BYE") && STATUS == 200) {
}
Regards
Abdoul.
Hi,
I have setup a proxy and able to connect to the registrar. However,
after a few attempts, it throws the
"420:Bad Extension" error, saying
"Unsupported: path.
Path: <sip:10.1.0.4;lr>.
Supported: outbound.
P-Registrar-Error: No support for found Path indicated."
Any idea, how to overcome this ? 10.1.0.4 is not my IP anywhere. I
don;t know where it takes that value from.
Thanks.
regards
Ganesh Kumar