How can i create a basic queue in asterisk.
I have asterisk 17 that is running python code in Agi. I want to setup a queue such the when the sip is handling one call the other will be in queue … Only one call is processed at a time. I am not able to find a tutorial to setup this.
What do you mean by “the sip”?
See Asterisk 18 Application_Queue - Asterisk Project - Asterisk Project Wiki and asterisk/queues.conf.sample at master · asterisk/asterisk · GitHub for information on queues.
Although very dated, Chapter 13. Automatic Call Distribution (ACD) Queues may be useful as an overview.