Thanks, when I´m put into extensions.conf
exten => 2000,1,Ringing()
it rings to the customer! 
But, new problem:
I would like to set the announcements.
So I set this:
queue.conf
[general]
autofill=yes
shared_lastcall=yes
[StandardQueue](!)
strategy=ringall
joinempty=yes
leavewhenempty=no
wrapuptime=10
timeout=30
announce-frequency=30
min-announce-frequency=30
periodic-announce-frequency=45
random-periodic-announce=no
relative-periodic-announce=yes
announce-holdtime=once
announce-position=limit
announce-position-limit=10
announce-round-seconds=30
min-announce-frequency=30
periodic-announce-frequency=45
random-periodic-announce=no
relative-periodic-announce=yes
announce-holdtime=once
announce-position=limit
announce-position-limit=10
announce-round-seconds=30
[fronta](StandardQueue)
musicclass=default
ringinuse=no
member => SIP/101
extensions.conf
exten => 2000,1,Verbose(2,Joining the support queue for a maximum of 2 minutes)
exten => 2000,n,Queue(fronta,120)
exten => 2000,n,VoiceMail(2000,u)
exten => 2000,n,Hangup()
and asterisk sends me this:
asterisk*CLI>
== Using SIP RTP CoS mark 5
> 0x7f59180067d0 -- Strict RTP learning after remote address set to: 10.48.67.120:41000
-- Executing [2000@promo:1] Verbose("SIP/103-00000006", "2,Joining the support queue for a maximum of 2 minutes") in new stack
== Joining the support queue for a maximum of 2 minutes
-- Executing [2000@promo:2] Queue("SIP/103-00000006", "fronta,120") in new stack
-- Started music on hold, class 'default', on channel 'SIP/103-00000006'
== Using SIP RTP CoS mark 5
-- Called SIP/101
-- SIP/101-00000007 connected line has changed. Saving it until answer for SIP/103-00000006
-- SIP/101-00000007 is ringing
> 0x7f5954006f80 -- Strict RTP learning after remote address set to: 10.48.67.64:10022
-- SIP/101-00000007 connected line has changed. Saving it until answer for SIP/103-00000006
-- SIP/101-00000007 answered SIP/103-00000006
-- Stopped music on hold on SIP/103-00000006
-- Channel SIP/101-00000007 joined 'simple_bridge' basic-bridge <07dea475-23e3-47e4-9b62-68bfb011137b>
-- Channel SIP/103-00000006 joined 'simple_bridge' basic-bridge <07dea475-23e3-47e4-9b62-68bfb011137b>
> 0x7f5954006f80 -- Strict RTP switching to RTP target address 10.48.67.64:10022 as source
> 0x7f59180067d0 -- Strict RTP switching to RTP target address 10.48.67.120:41000 as source
> 0x7f59180067d0 -- Strict RTP learning complete - Locking on source address 10.48.67.120:41000
> 0x7f5954006f80 -- Strict RTP learning complete - Locking on source address 10.48.67.64:10022
asterisk*CLI>
asterisk*CLI>
== Using SIP RTP CoS mark 5
> 0x7f591801ab30 -- Strict RTP learning after remote address set to: 10.48.67.116:41000
-- Executing [2000@promo:1] Verbose("SIP/104-00000008", "2,Joining the support queue for a maximum of 2 minutes") in new stack
== Joining the support queue for a maximum of 2 minutes
-- Executing [2000@promo:2] Queue("SIP/104-00000008", "fronta,120") in new stack
-- Started music on hold, class 'default', on channel 'SIP/104-00000008'
-- Stopped music on hold on SIP/104-00000008
-- <SIP/104-00000008> Playing 'queue-youarenext.gsm' (language 'cs')
-- Told SIP/104-00000008 in fronta their queue position (which was 1)
-- <SIP/104-00000008> Playing 'queue-thankyou.slin' (language 'cs')
-- Started music on hold, class 'default', on channel 'SIP/104-00000008'
But I still hear nothing. How can I solve this if Asterist didn´t sent me back any err or warn message?
I try copy original (en) files into my cs folder but still didn´t work