The queue() application

To view detailed information about the Queue() application in the Asterisk CLI use the following command:
core show application Queue

Open the dialplan and add the following new extension within the [phones] context:
exten => 300,1,NoOp(Tech Team)
same => n, Queue(techteam,,,,120) #120 is application timeout
same => n, Hangup