herlesupreeth / Kamailio_IMS_Config

Fixed version of Kamailio IMS configuration files for basic calling
48 stars 37 forks source link

VOLTE Call was not established... #45

Closed YokeshwaranM2002 closed 3 weeks ago

YokeshwaranM2002 commented 2 months ago

moto.zip when i am trying to call UE2 to UE1 the call procedure is happen, but i am trying to call UE1 to UE2 "408 time out error" and "500 error on LIR select next SCSCF".below i have attached call logs from UE1 to UE2 and Message also i am not able to send on both UE's.UE1 is qualcomm chipset and UE2 is Mediatek chipset..

herlesupreeth commented 2 months ago

Looks like your phone is sending Media Bearer Loss

image

YokeshwaranM2002 commented 2 months ago

i am getting always 408 error,when i calling from moto g715g mobile to redmi.but,redmi to moto working fine moto_ip_log.zip

herlesupreeth commented 2 months ago

Are you sure you are using the configuration files from this repository?? Also, which kamailio version are you using??

herlesupreeth commented 2 months ago

Please disable the IPSec encryption so that I can debug easily.

YokeshwaranM2002 commented 2 months ago

Are you sure you are using the configuration files from this repository?? Also, which kamailio version are you using??

version: kamailio 6.0.0-dev2 (x86_64/linux) 0da3eb Kamailio_IMS_Config :5.3 version

herlesupreeth commented 2 months ago

You have to use the configuration files from the master branch and not 5.3 branch in Kamailio_IMS_Config repo

YokeshwaranM2002 commented 2 months ago

You have to use the configuration files from the master branch and not 5.3 branch in Kamailio_IMS_Config repo

ok, i will try with master branch. moto.zip i have upload the decrypted whireshark file. can you please tell me how to disable the IPSec encryption. and Also can you please tell which branch of kamailio code i need to take..

Harsihv commented 2 months ago

can you please tell which branch of kamailio code and rtp engine version is better to take..

YokeshwaranM2002 commented 1 month ago

When i am trying to enable video call, it is enabling but after 10sec it is disconnecting. vc_disconnect.zip

herlesupreeth commented 1 month ago

@YokeshwaranM2002 I would suggest retaking the pcap for the following scenario since you have attempted too many calls and hard to debug:

  1. Deregister all UEs
  2. Start pcap
  3. Attach UEs
  4. Attempt calling
  5. Enable video call
  6. Wait for it to fail
  7. Stop the pcap

Attach above obtained pcap

YokeshwaranM2002 commented 1 month ago

sec_time_call_not_established.zip Some times when i am trying to call, the call was not established..Sometimes i am getting error as session interval is too small.

herlesupreeth commented 4 weeks ago

Thanks for pcap. In the pcap I see that Redmi is not supporting upgrading audio call to video call

image

image

herlesupreeth commented 4 weeks ago

Sometimes i am getting error as session interval is too small

For this usually UE updates the session interval time based on the response from other UE but I dont see your Motorola updating the request. Sadly its not upto the IMS to do anything here and upto UE SIP client implementation