inbound calls the exstension directly now, i'll change to call queue and test again.
what i should do to work with outbound?
-----------
[root@localhost log]# tail -f /var/log/asterisk/queue_log
1408708892|1408708883.50|300|Local/201@from-internal|RINGNOANSWER|0
1408708907|1408708883.50|300|Local/201@from-internal|RINGNOANSWER|15000
1408708912|1408708883.50|300|NONE|ABANDON|1|1|28
1408752126|NONE|NONE|NONE|CONFIGRELOAD|
1408838524|NONE|NONE|NONE|CONFIGRELOAD|
1408924922|NONE|NONE|NONE|CONFIGRELOAD|
1409558795|NONE|NONE|NONE|QUEUESTART|
1409558795|NONE|NONE|NONE|CONFIGRELOAD|
1409558838|1409558826.4|300|Local/200@from-queue/n|REMOVEMEMBER|
1409558862|1409558849.5|301|Local/200@from-queue/n|ADDMEMBER|
----------------------
i've changed inbound to queue and then "Calls being processed:" worked (i dont know how it works, there was line where was something about call
[root@localhost log]# tail -f /var/log/asterisk/queue_log
1408838524|NONE|NONE|NONE|CONFIGRELOAD|
1408924922|NONE|NONE|NONE|CONFIGRELOAD|
1409558795|NONE|NONE|NONE|QUEUESTART|
1409558795|NONE|NONE|NONE|CONFIGRELOAD|
1409558838|1409558826.4|300|Local/200@from-queue/n|REMOVEMEMBER|
1409558862|1409558849.5|301|Local/200@from-queue/n|ADDMEMBER|
1409577668|NONE|NONE|NONE|CONFIGRELOAD|
1409577699|1409577698.14|300|NONE|ENTERQUEUE||2470000|1
1409577714|1409577698.14|300|SIP/200|RINGNOANSWER|15000
1409577734|1409577698.14|300|NONE|ABANDON|1|1|35
1409577872|1409577872.18|300|NONE|ENTERQUEUE||2470000|1
1409577880|1409577872.18|300|Local/1000@from-queue/n|RINGNOANSWER|8000
1409577880|1409577872.18|300|Local/202@from-internal|RINGNOANSWER|0
1409577880|1409577872.18|300|Local/201@from-internal|RINGNOANSWER|0
1409577885|1409577872.18|300|SIP/200|CONNECT|13|1409577880.25|13
1409577900|1409577872.18|300|SIP/200|COMPLETECALLER|13|15|1
-------------
i think inbound works
what can i do with outbound ?