Skip to main content

How can I realise a ordered queue with moh

Posted by homa on Thu, 03/12/2009

HI !

I want to realise a queue with for example 3 extensions 500,501 and 502.

It should always ring first 500 than 501 and then 502 with moh music until anybody answered the call.

With the availably ring methods I can't achieve this and a hunt list can't play moh

Anybody an idea ?

Thanks


Submitted by eeman on Thu, 03/12/2009 Permalink

asterisk 1.6 supports this option...

strategy -

linear: Rings interfaces in the order they are listed in the configuration file. Dynamic members will be rung in the order in which they were added. (new in 1.6)

Submitted by homa on Mon, 03/16/2009 Permalink

hi thanks

but in freebpx this is possible with an additional semicolor and digit.

here the freebpx code:

[100]

member=Local/110@from-internal/n,0

member=Local/114@from-internal/n,1

member=Local/113@from-internal/n,2

member=Local/120@from-internal/n,3

member=Local/117@from-internal/n,4

member=Local/115@from-internal/n,5

Can i integrate this in thirdlane ?

And when yes where ?

Thanks

Submitted by homa on Mon, 03/16/2009 Permalink

Hi !

The feature is called penalty of a queue.

But i can't realise this because in the gui i only can select the queue member !

Perhaps this will be a fueture requests ?

Thanks

Submitted by eeman on Mon, 03/16/2009 Permalink

I would discourage the use of chan_local whenever possible. It is and has been the cause of many headaches where channel data from the calling channel never reaches the final sip channel driver.