Local extension queue member

Hi, my queues.conf;

[outside]
retry= 10
timeout = 60
member => Local/1@call-center

in extensions.conf

[call-center]
exten => 1,1,NoOp(working)
    same => n,Dial(SIP/trunk/XXXXXXXX)

When a caller enters the queue, this extension works once and hangs up if the outgoing call fails. I want this queue to work again when it is closed or unreachable. how can I do that? Thanks for reply.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.