I have a system that I deleted some pjsip trunks on. The system still shows registration attempts going out. I found the programming in pjsip.registration.conf but after deleting it,it repopulates after a fwconsole r
I was going to ask if you ran fwconsole reload
looks like the answer is yes and that actually gives us extra data. If it is not in the UI but is in the database you have found a bug. The trunk is still in one of the databases.
Thanks James. Is there any way to clear the deleted trunk out of the database?
So according to the code when you create a trunk things are added to tables “pjsip” and “trunks” Look in both and make sure the data is deleted. If it is not in the UI then I would guess you have data left over in pjsip for some reason
You’re right. I found quite a few entries in the pjsip table. Now I need to figure out what entries are related to the trunks. Don’t want to delete anything I shouldn’t. Thanks!
Oddly enough, it appears that the entries in the pjsip table are just from the trunks. Could that be true?
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.