This applies to VoipNow 3.x.x!
This article describes how to set Queues to provide "183 Session In Progress" to the caller, instead of answering the call with 200 OK. With this setting in place, the call is not actually connected until an agent answers. This way the caller is not charged while waiting in the queue and listening to the music on hold. The rest of the Queue's functionality stays the same.
Step-by-step guide
In order to set Queues to early media, follow the steps below:
- Copy [macro-queue-welcomesound] from extensions_main.conf to extensions_custom.conf
Change:
exten => s,10,Answer
to
exten => s,10,Progress()
and
exten => s,13,Background(${queuewelcomesound})
to
exten => s,13,Background(${queuewelcomesound},n)
Then run the following command:
asterisk -rx
"dialplan reload"
Related articles
Except where otherwise noted, content in this space is licensed under a Creative Commons Attribution 4.0 International.