Dear All,

While trying to debug the below mentioned issue, I found following errors in 
the SIP Client:

2018-07-09 17:51:01.777 | ERROR | 90534 ERROR     ; (16:51: 1:777 | 1896)       
 VOICE:    1    99;      8396; GetRecCodec() failed to get received codec 
(error=8111) | 4436 | CPCAPI2 | MediaStackLog.cpp:63
2018-07-09 17:51:02.585 | ERROR | 90534 ERROR     ; (16:51: 2:585 |    0)       
 VOICE:    1    99;      8396; GetRecCodec() failed to get received codec 
(error=8111) | 4436 | CPCAPI2 | MediaStackLog.cpp:63
2018-07-09 17:51:05.813 | ERROR | 90534 ERROR     ; (16:51: 5:813 |    0)       
 VOICE:    1    99;      8396; GetRecCodec() failed to get received codec 
(error=8111) | 4436 | CPCAPI2 | MediaStackLog.cpp:63
2018-07-09 17:51:06.043 | ERROR | 90534 ERROR     ; (16:51: 6: 43 |    0)       
 VOICE:    1    99;      8396; GetRecCodec() failed to get received codec 
(error=8111) | 4436 | CPCAPI2 | MediaStackLog.cpp:63
2018-07-09 17:51:06.161 | ERROR | 90534 ERROR     ; (16:51: 6:160 |    2)       
 VOICE:    1    99;      8396; GetRecCodec() failed to get received codec 
(error=8111) | 4436 | CPCAPI2 | MediaStackLog.cpp:63
2018-07-09 17:51:06.244 | ERROR | 90534 ERROR     ; (16:51: 6:244 |   84)       
 VOICE:    1    99;      8396; GetSpeechOutputLevelFullRange() failed to locate 
channel (error=8002) | 4436 | CPCAPI2 | MediaStackLog.cpp:63
2018-07-09 17:51:06.304 | ERROR | 90534 ERROR     ; (16:51: 6:304 |    0)       
 VOICE:    1    99;      8396; GetRecCodec() failed to get received codec 
(error=8111) | 4436 | CPCAPI2 | MediaStackLog.cpp:63
2018-07-09 17:51:09.232 | ERROR | 90534 ERROR     ; (16:51: 9:232 |    0)       
 VOICE:    1    99;      8396; GetRecCodec() failed to get received codec 
(error=8111) | 4436 | CPCAPI2 | MediaStackLog.cpp:63
2018-07-09 17:51:12.420 | ERROR | 90534 ERROR     ; (16:51:12:420 |    0)       
 VOICE:    1    99;      8396; GetRecCodec() failed to get received codec 
(error=8111) | 4436 | CPCAPI2 | MediaStackLog.cpp:63
2018-07-09 17:51:15.767 | ERROR | 90534 ERROR     ; (16:51:15:767 |    1)       
 VOICE:    1    99;      8396; GetRecCodec() failed to get received codec 
(error=8111) | 4436 | CPCAPI2 | MediaStackLog.cpp:63
2018-07-09 17:51:19.150 | ERROR | 90534 ERROR     ; (16:51:19:150 |    0)       
 VOICE:    1    99;      8396; GetRecCodec() failed to get received codec 
(error=8111) | 4436 | CPCAPI2 | MediaStackLog.cpp:63
2018-07-09 17:51:22.399 | ERROR | 90534 ERROR     ; (16:51:22:399 |    0)       
 VOICE:    1    99;      8396; GetRecCodec() failed to get received codec 
(error=8111) | 4436 | CPCAPI2 | MediaStackLog.cpp:63
2018-07-09 17:51:25.751 | ERROR | 90534 ERROR     ; (16:51:25:751 |    1)       
 VOICE:    1    99;      8396; GetRecCodec() failed to get received codec 
(error=8111) | 4436 | CPCAPI2 | MediaStackLog.cpp:63
2018-07-09 17:51:28.984 | ERROR | 90534 ERROR     ; (16:51:28:984 |    0)       
 VOICE:    1    99;      8396; GetRecCodec() failed to get received codec 
(error=8111) | 4436 | CPCAPI2 | MediaStackLog.cpp:63
2018-07-09 17:51:31.164 | ERROR | 90534 ERROR     ; (16:51:31:164 |    0)       
 VOICE:    1    99;      8396; GetRecCodec() failed to get received codec 
(error=8111) | 4436 | CPCAPI2 | MediaStackLog.cpp:63
2018-07-09 17:51:34.495 | ERROR | 90534 ERROR     ; (16:51:34:495 |    0)       
 VOICE:    1    99;      8396; GetRecCodec() failed to get received codec 
(error=8111) | 4436 | CPCAPI2 | MediaStackLog.cpp:63
2018-07-09 17:51:37.733 | ERROR | 90534 ERROR     ; (16:51:37:732 |    0)       
 VOICE:    1    99;      8396; GetRecCodec() failed to get received codec 
(error=8111) | 4436 | CPCAPI2 | MediaStackLog.cpp:63
2018-07-09 17:51:40.285 | ERROR | 90534 ERROR     ; (16:51:40:285 |    4)       
 VOICE:    1    99;      8396; GetRecCodec() failed to get received codec 
(error=8111) | 4436 | CPCAPI2 | MediaStackLog.cpp:63
2018-07-09 17:51:40.493 | ERROR | 90534 ERROR     ; (16:51:40:493 |    0)       
 VOICE:    1    99;      8396; GetRecCodec() failed to get received codec 
(error=8111) | 4436 | CPCAPI2 | MediaStackLog.cpp:63


Could someone please advise me what could be the possible reason for the issue.


Kind Regards,
Navdeep

From: Navdeep Uniyal
Sent: 05 July 2018 17:09
To: clearwater@lists.projectclearwater.org
Subject: Clearwater ims Voice not working

Dear All,

I have setup the clearwater IMS using the docker repository: 
https://github.com/Metaswitch/clearwater-docker

I am using X-Lite SIP Client for my testing. I am able to chat with the other 
user. However, I am facing issue while calling the other user.
The call is going on fine and the other user is able to see it. The issue is- 
on answering the call, no one is able to hear each other's voice.

My setup is on a KVM virtual machine (Openstack) which is on a private network 
with the two end users. All the ports are enabled on the VM security.

Please help how can I troubleshoot the issue.


Kind Regards,
Navdeep

_______________________________________________
Clearwater mailing list
Clearwater@lists.projectclearwater.org
http://lists.projectclearwater.org/mailman/listinfo/clearwater_lists.projectclearwater.org

Reply via email to