[Home]

Summary:ASTERISK-12681: Can't get lock in sip to sip calls
Reporter:Eric Dantie (edantie)Labels:
Date Opened:2008-09-04 02:18:09Date Closed:2008-09-04 13:12:27
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:in channels/chan_sip.c, handle_request_do()
at line 18546:  if (!p->owner || !ast_channel_trylock(p->owner))

p->owner never lock in sip to sip calls

as result error chan_sip.c: We could NOT get the channel lock for SIP/1010-00815780!

This doesn't happened in DAHDI->SIP calls nor IAX2->SIP.
Comments:By: Mark Michelson (mmichelson) 2008-09-04 13:12:23

There is an issue already open for this problem, ASTERISK-12415. I am closing this issue so that all work can be done on the older issue.