Hi,

any idea about this crash? I got 17 crashes in 4 days. The stack trace is the 
same as above.
In kamailio config I do the followings:
- mobile softphone applications are registered to asterisk through kamailio. 
Kamailio forwards the requests to asterisk which authenticates the users. In 
successful authentication Kamailio saves registrations also into location and 
another table which stores the "active asterisk users".
- when mobile app goes to background registration from location will be deleted 
but registration between Kamailio and asterisk remains active. Registration 
timeout between asterisk and kamailio is 2 hours.
- I wrote a rtimer route which runs in every 10 minutes: kamailio checks which 
registration has less than an hour towards asterisk. If there is such, the 
following happens:
1. Kamailio sends an async http request to our server which results the sip 
passwords of users which have to be renewed.
2. In the http reply handler kamailio builds az $uac_req object and calls 
uac_req_send() to asterisk for each users which registrations have to be 
renewed.
3. $uac_req(evroute)=1 is set before.
4. In uac:reply event route registration data (refresh time...) is saved into a 
mysql table.

The crash occurs immediately after or during calling refresh regsistration.

Any idea, how can this crash be eliminated?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3522#issuecomment-1838019371
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/issues/3522/1838019...@github.com>
_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to