Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kamailio 4.3.3 and HUAWEI HG8245. Port 1 call port 2. 481Call/Transaction Does Not Exist. Warning: 399 No Dialog match. #624

Closed
freemxr opened this issue May 17, 2016 · 1 comment

Comments

@freemxr
Copy link

freemxr commented May 17, 2016

Kamailio 4.3.3 and HUAWEI HG8245. Port 1 call port 2. 481 Call/Transaction Does Not Exist. Warning: 399 No Dialog match.

In our network we used several ONT Huawei models. But with one model HUAWEI-EchoLife HG8245 / V1R003C00S205 we have the following problem. When connecting to this device in the POTS ports of the two phones. From the first port we can not call to the second and from the second port can not call to the first port. On the other ONT Huawei devices, there is no such problem. Earlier we had set OpenSIP and this device did not have a problem.

The problem is likely in the configuration because it works at the default settings.

kamailio -v
Version: kamailio 4.3.3 (x86_64/linux) f69971

/var/log/kamailio

May 16 09:17:14 kamailio /usr/local/sbin/kamailio[12379]: INFO: <script>: Callee '123456' is local - M=INVITE RURI=sip:123456@10.10.10.100 F=sip:654321@10.10.10.100 T=sip:123456@10.10.10.100 IP=10.10.10.200 ID=2n8k823jnikjspj2ipppz3k3i434i38n@10.10.10.200
May 16 09:17:14 kamailio /usr/local/sbin/kamailio[12379]: INFO: <script>: Call control: dst user '123456' currently has [0/3] active calls - M=INVITE RURI=sip:123456@10.10.10.100 F=sip:654321@10.10.10.100 T=si
p:123456@10.10.10.100 IP=10.10.10.200 ID=2n8k823jnikjspj2ipppz3k3i434i38n@10.10.10.200
May 16 09:17:14 kamailio /usr/local/sbin/kamailio[12379]: INFO: <script>: Normalize source: sip:654321@10.10.10.100  -> sip:654321@10.10.10.100 
May 16 09:17:14 kamailio /usr/local/sbin/kamailio[12379]: INFO: <script>: Request leaving server - M=INVITE RURI=sip:123456@10.10.10.200:5060;transport=udp F=sip:654321@10.10.10.100 T=sip:123456@10.10.10.100 IP=10.10.10.200 ID=2n8k823jnikjspj2ipppz3k3i434i38n@10.10.10.200
May 16 09:17:14 kamailio /usr/local/sbin/kamailio[12381]: INFO: <script>: Reply - S=100 D=Trying F=sip:654321@10.10.10.100 T=sip:123456@10.10.10.100 IP=10.10.10.200 ID=2n8k823jnikjspj2ipppz3k3i434i38n@10.10.10.200
May 16 09:17:14 kamailio /usr/local/sbin/kamailio[12388]: INFO: <script>: Reply - S=481 D=Call/Transaction Does Not Exist F=sip:654321@10.10.10.100 T=sip:123456@10.10.10.100 IP=10.10.10.200 ID=2n8k823jnikjspj2ipppz3k3i434i38n@10.10.10.200

sngrep

2016/05/16 09:17:14.111226 10.10.10.200:5060 -> 10.10.10.100:5060                                                                                                                                                 
SIP/2.0 481 Call/Transaction Does Not Exist                                                                                                                                                                         
Via: SIP/2.0/UDP 10.10.10.100;branch=z9hG4bK85a8.dd95f1d220b2fe3c0978ebefb5e65d9c.0,SIP/2.0/UDP 10.10.10.200:5060;branch=z9hG4bKpszmps0mj00k3z8nj44kck14s;rport=5060                                               
Call-ID: 2n8k823jnikjspj2ipppz3k3i434i38n@10.10.10.200                                                                                                                                                           
From: "654321"<sip:654321@10.10.10.100>;tag=8isjcssl                                                                                                                                                          
To: <sip:123456@10.10.10.100>;tag=0cinjs0z                                                                                                                                                                          
CSeq: 2 INVITE                                                                                                                                                                                                      
Warning: 399 10.10.10.200 "SS100006F143L3557[05552] No Dialog match"                                                                                                                                               
User-Agent: HUAWEI-EchoLife HG8245/V1R003C00S205                                                                                                                                                                    
Content-Length: 0                                                                            
@miconda
Copy link
Member

miconda commented May 17, 2016

The discussions about kamailio.cfg are done on mailing list <sr-users [at] lists.sip-router.org>. You can join it and continue the discussion there in order to figure out what is wrong with the configuration file:

The issue tracker is used only for development -- reporting bugs in the source code and requests for new features.

For being able to help on mailing list, you have to provide the network packets for the entire call, including INVITE received by Kamailio, the INVITE sent to Huaweii and the response received from Huaweii.

Only the response from Huaweii is not enough to track the reason why it was sent a 481..

@miconda miconda closed this as completed May 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants