[Asterisk-Users] Making a queue menu not exit the queue

Ryan O'Connell ryan-asterisk at complicity.co.uk
Mon Dec 20 05:43:49 MST 2004


Hi,

I currently have the following configuration:

[emptyq]
music = default
(Other stuff omitted)
joinempty = yes
context = queue-music

[queue-music]
exten => 1,1,SetMusicOnHold(default)
exten => 1,2,Playback(beep)
exten => 2,1,SetMusicOnHold(classic)
exten => 2,2,Playback(beep)
exten => 3,1,SetMusicOnHold(musical)
exten => 3,2,Playback(beep)

Idea, fairly obviously, being that the caller can select their own 
on-hold music. However, at the moment a context menu in a queue exits 
the queue. Is there any way to make this not happen? Nothing obvious in 
the source to suggest it's possible as of 1.0.2...

Thanks.



More information about the asterisk-users mailing list