Displaying 1 result from an estimated 1 matches for "ast_sched_del_unref".
2013 Apr 03
1
Asterisk SIP deadlocks - update_provisional_keepalive
...ional_keepalive, line
4406).
On the 11.2.1 Asterisk server
WARNING[3493][C-0000001f] chan_sip.c: Unable to cancel schedule ID 30810.
This is probably a bug (chan_sip.c: update_provisional_keepalive, line
4683).
When I look in chan_sip.c on both servers I see that they are the same line
of code
AST_SCHED_DEL_UNREF(sched, pvt->provisional_keepalive_sched_id,
dialog_unref(pvt, "when you delete the provisional_keepalive_sched_id, you
should dec the refcount for the stored dialog ptr"));
What could be causing this because it seems to happen at least once a day.
-------------- next part ----------...