[Asterisk-Dev] Bug in app_queue/AgentCallbackLogin
Michael Loftis
mloftis at wgops.com
Thu Oct 14 18:35:30 MST 2004
Further tracking it down I've found ChanIsAvail calls ast_hangup()....why
does it do this when it never calls/rings the channel? I see the
ast_request() call, and that's what it's ast_hangup()ing That seems to be
the source of the problem, it needs to be doing something else for Agents
(possibly other channels?)
I don't know enough yet about the * API to say if this is right or not but
it seems wrong to me, or atleast makes for some wrong behaviour in
app_queue's hangup call.
So which app's fault is this? ChanIsAvail or the ast_hangup inside the
Queue app?
More information about the asterisk-dev
mailing list