[Home]

Summary:ASTERISK-04787: ExtensionState returns 0 when a zap connected extension is off hook and on a call
Reporter:John Covici (covici)Labels:
Date Opened:2005-08-06 16:40:54Date Closed:2011-06-07 14:10:11
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_zap
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The function ast_extension_state2 is returning 0 when a phone connected to a fxs module
on a Digium TDM 400p is off hook and on a call.  This should return AST_DEVICEINUSE or AST_DEVICE_BUSY .
Comments:By: twisted (twisted) 2005-08-08 17:00:36

The problem appears to be that if we have more than one device in the hint we only return the state of the last device in the hint, rather than count and sort.   I may be wrong, but that's what it looks like from glancing at the code...

Anyone else?

By: John Covici (covici) 2005-08-08 18:53:07

The extension in question had only one hint.

By: Michael Jerris (mikej) 2005-08-27 01:19:20

This appears to be a digium technical support issue.  Please resolve this issue with digium support, not on the bug tracker.