[Asterisk-Users] Will queueing only work after answering a ca ll?

Hecken, Guido guido.hecken at gwsnettech.de
Tue Jan 18 04:21:44 MST 2005


I think, you always have to answer every call before any queue-functions can
be used.
For times, you are not at home, you could use the GOTOIFTime function to
transfer on voicemail, or simple hang up.
Perhaps look here:
http://www.voip-info.org/tiki-index.php?page=Asterisk%20cmd%20Queue>

extensions.con:

;Anschluß Zentrale

exten => 870663,1,GotoIfTime(9:00-19:00|mon-fri|*|*?queue,129,1)
exten => 870663,2,Dial(SIP/6301&SIP/6302&SIP/6303,5,tr)
exten => 870663,3,Dial(Local/6320,30,tr)
exten => 870663,4,SetLanguage(de)
exten => 870663,5,Voicemail(6320)
exten => 870663,6,Hangup

Hope, this helps...

Guido Hecken

-----Ursprüngliche Nachricht-----
Von: Remco Barende [mailto:asterisk at barendse.to] 
Gesendet: Dienstag, 18. Januar 2005 12:03
An: Asterisk Users List
Betreff: [Asterisk-Users] Will queueing only work after answering a call?

Hi!

I would like to implement the easiest and most simple form of a queue for 
my home PBX.

I have several phones, and some of them may be unavailble or disconnected 
for various reasons. Currently if one of the phones in the dialplan are 
disconnected * will transfer the call to voicemail immediately.

For this reason I would like to implement a simple queue with ringall 
strategy but, the wiki says that * answers the call first.

In Holland calls are not free and a connection charge applies which means 
that every party calling us will be billed for the called even if we are 
not at home.

Can call queue be used without answering the call first, to keep my 
friends and relatives happy :)

All of the examples and docs in the Wiki are based on corporate use and 
will answer the call first.

In case anyone would have an example config of such use of the queues 
I would be most grateful :)

Thanks!! Remco
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



More information about the asterisk-users mailing list