herlesupreeth / Kamailio_IMS_Config

Fixed version of Kamailio IMS configuration files for basic calling
45 stars 36 forks source link

Status: 500 Server Internal Error | #13

Open kuanghanqian opened 3 years ago

kuanghanqian commented 3 years ago

hi, @herlesupreeth , I failed the call while testing volt, and the status: 500 server internal error error occurred pcap: 0410.zip

Open5gs and kamailo are the latest versions

Thank you very much!

herlesupreeth commented 3 years ago

I would suggest to do the following changes in "parameter" section of your pcrf.yaml and re-try

parameter:
    no_ipv4v6_local_addr_in_packet_filter: true
kuanghanqian commented 3 years ago

I tried, but still failed, for the same reason

herlesupreeth commented 3 years ago

I believe you had a working setup for calling right? So what changed?

kuanghanqian commented 3 years ago

pcap: 0413.zip

pcrf.yaml Parameter is added in “no_ipv4v6_local_addr_in_packet_filter: true”

pcrf.yaml: pcrf.zip

Thank you very much!

herlesupreeth commented 3 years ago

From the pcap I am certain that flag no_ipv4v6_local_addr_in_packet_filter is not working and btw there is a weird character in your pcrf.yaml

image

Also, in order for no_ipv4v6_local_addr_in_packet_filter flag to work you need to be using open5gs from tag v2.1.4 or above

kuanghanqian commented 3 years ago

hi, @herlesupreeth , modify pcrf.yaml And upgraded open5gs, the call still failed pcap: 0413_3.zip pcrf: pcrf.zip open5gs version: 1618300736(1)

herlesupreeth commented 3 years ago

Then, I have no idea why your UE is not responding to PRACK

kuanghanqian commented 3 years ago

OK. Thanks!