Hi all, when calling to a queue that has no agents logged in we expect to hang up, here is the extensions.conf queue configuration. exten=> 2020,1,Answer exten=> 2020,2,Ringing exten=> 2020,3,Wait(2) exten=> 2020,4,Queue(gestoria) exten=> 2020,5,Hangup But althougth there isn't any agent it let us enter in the queue. Any idea? Here is the queues.conf: [gestoria] musiconhold = default strategy = ringall servicelevel = 40 context = default timeout = 25 retry = 10 ;weight=0 ;wrapuptime=15 maxlen = 0 announce-frequency = 120 periodic-announce-frequency=60 announce-holdtime = no announce-round-seconds = 10 monitor-format = gsm monitor-join = no joinempty = no leavewhenempty = no eventwhencalled = no eventmemberstatusoff = yes reportholdtime = yes memberdelay = 0 timeoutrestart = no member => Agent/1001 member => Agent/1002 We are using the asterisk from svn repository. ______________________________________________ Renovamos el Correo Yahoo! Nuevos servicios, m?s seguridad http://correo.yahoo.es
Hi, try: joinempty = strict Morten ----- Original Message ----- From: "Xavier Gil" <xgilest@yahoo.es> To: <asterisk-users@lists.digium.com> Sent: Wednesday, December 14, 2005 10:19 AM Subject: [Asterisk-Users] Join when empty problem, in queue> Hi all, > when calling to a queue that has no agents logged in we expect to hang up, > here is the > extensions.conf queue configuration. > > exten=> 2020,1,Answer > exten=> 2020,2,Ringing > exten=> 2020,3,Wait(2) > exten=> 2020,4,Queue(gestoria) > exten=> 2020,5,Hangup > > But althougth there isn't any agent it let us enter in the queue. Any > idea? > > Here is the queues.conf: > > [gestoria] > musiconhold = default > strategy = ringall > servicelevel = 40 > context = default > timeout = 25 > retry = 10 > ;weight=0 > ;wrapuptime=15 > maxlen = 0 > announce-frequency = 120 > periodic-announce-frequency=60 > announce-holdtime = no > announce-round-seconds = 10 > monitor-format = gsm > monitor-join = no > joinempty = no > leavewhenempty = no > eventwhencalled = no > eventmemberstatusoff = yes > reportholdtime = yes > memberdelay = 0 > timeoutrestart = no > member => Agent/1001 > member => Agent/1002 > > We are using the asterisk from svn repository. > > > > ______________________________________________ > Renovamos el Correo Yahoo! > Nuevos servicios, m?s seguridad > http://correo.yahoo.es > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
in queues.conf change joinempty = no leavewhenempty = no to joinempty = strict leavewhenempty = strict>From: Xavier Gil <xgilest@yahoo.es> >Reply-To: Asterisk Users Mailing List - Non-Commercial >Discussion<asterisk-users@lists.digium.com> >To: asterisk-users@lists.digium.com >Subject: [Asterisk-Users] Join when empty problem, in queue >Date: Wed, 14 Dec 2005 10:19:08 +0100 (CET) >MIME-Version: 1.0 > >Hi all, >when calling to a queue that has no agents logged in we expect to hang up, >here is the >extensions.conf queue configuration. > >exten=> 2020,1,Answer >exten=> 2020,2,Ringing >exten=> 2020,3,Wait(2) >exten=> 2020,4,Queue(gestoria) >exten=> 2020,5,Hangup > >But althougth there isn't any agent it let us enter in the queue. Any idea? > >Here is the queues.conf: > >[gestoria] >musiconhold = default >strategy = ringall >servicelevel = 40 >context = default >timeout = 25 >retry = 10 >;weight=0 >;wrapuptime=15 >maxlen = 0 >announce-frequency = 120 >periodic-announce-frequency=60 >announce-holdtime = no >announce-round-seconds = 10 >monitor-format = gsm >monitor-join = no >joinempty = no >leavewhenempty = no >eventwhencalled = no >eventmemberstatusoff = yes >reportholdtime = yes >memberdelay = 0 >timeoutrestart = no >member => Agent/1001 >member => Agent/1002 > >We are using the asterisk from svn repository. > > > >______________________________________________ >Renovamos el Correo Yahoo! >Nuevos servicios, más seguridad >http://correo.yahoo.es >_______________________________________________ >--Bandwidth and Colocation provided by Easynews.com -- > >Asterisk-Users mailing list >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users