Realtime Call Queues with Local channel

Hello,

using asterisk 1.8.12.2

I have the following data in my realtime MySQL database table queue_members :

±---------±------------±-------------±-------------------------------------------±--------±-------+
| uniqueid | membername | queue_name | interface | penalty | paused |
±---------±------------±-------------±-------------------------------------------±--------±-------+
| 2381 | 3232323232 | voipq4 | Local/01_3232323232@ExternalCallFromQueue | 0 | NULL |
| 2382 | voip1 | voipq4 | Local/02_voip1@ExternalCallFromQueue | 0 | NULL |
| 2383 | voip2 | voipq4 | Local/03_voip2@ExternalCallFromQueue | 0 | NULL |
| 2384 | 3131313131 | voipq4 | Local/04_3131313131@ExternalCallFromQueue | 0 | NULL |
±---------±------------±-------------±-------------------------------------------±--------±-------+

When I call in to the queue, I just stay inside the queue and hear music on hold.

The members Local/01_3232323232@ExternalCallFromQueue, Local/02_voip1@ExternalCallFromQueue, … are not being called.

Although I have defined the context [ExternalCallFromQueue] in my extensions.conf
But there is no call entering this context.

I also see no error message in the verbose or debug log.

So why doesn’t Asterisk handle the call inside the context [ExternalCallFromQueue] ?

Kind regards.