Hello,
I am working with Asterisk 13.12.2,
The service is configured using:
• AddQueueMember
• Local channel/n as member with a stateinterface (SIP/XXX)
• ringinuse=no
The symptoms are as follow:
• Queue show command result before receive any call
freepbx*CLI> queue show 405
405 has 0 calls (max unlimited) in ‘leastrecent’ strategy (0s holdtime, 0s talktime), W:0, C:0, A:0, SL:0.0% within 60s
Members:
Shane/Del (Local/714@from-queue/n from hint:714@ext-local) (ringinuse disabled) (Not in use) has taken no calls yet
No Callers
• Queue show command result after transfer the call
freepbx*CLI> queue show 405
405 has 0 calls (max unlimited) in ‘leastrecent’ strategy (1s holdtime, 31s talktime), W:0, C:1, A:1, SL:100.0% within 60s
Members:
Shane/Del (Local/714@from-queue/n from hint:714@ext-local) (ringinuse disabled) (in call) (Not in use) has taken 1 calls (last was 61 secs ago)
No Callers
Note: in call is shown in yellow and Not in use in green
• Core show channels command result after transfer the call. the channels involved are shown highlighted in yellow (714 agent, 723 caller, 712 transfer receiver)
freepbxCLI> core show channels
Channel Location State Application(Data)
Local/714@from-queue s@macro-dial-one:59 Up Dial(SIP/714,TtrM(auto-blkvm)
Local/714@from-queue 405@from-queue:1 Up AppQueue((Outgoing Line))
SIP/723-00000463 405@from-internal:43 Up Queue(405,tC,600,)
SIP/712-00000466 (None) Up AppDial((Outgoing Line))
4 active channels
2 active calls
564 calls processed
freepbxCLI>
Is there any way to make the system send calls to the agents before the call they have transferred is finished?