Joao Pereira
2007-Dec-04 11:39 UTC
[asterisk-users] enable eyeBeam to accept only one call
Hello I'm using eyeBeam, and Asterisk keeps sending my clients a second call, when they are still in one call (because eyeBeam has lots of channels). I was using X-Lite (with 3 channels) and Asterisk never sent the client a second call. How can I force Asterisk (or eyeBeam) just to send one call at each time. Is this a configuration I need to do in eyeBeam or Asterisk? Thanks Regards Joao Pereira -- ______________________________________________ Jo?o Gomes Pereira FCCN Av. do Brasil, n? 101 1700-066 Lisboa tel: +351 218 440 100 - fax: +351 218 472 167 email|SIP: joao.pereira at fccn.pt http://www.fccn.pt ______________________________________________ --- Aviso de Confidencialidade Esta mensagem ? exclusivamente destinada ao seu destinat?rio, podendo conter informa??o CONFIDENCIAL, cuja divulga??o est? expressamente vedada nos termos da lei. Caso tenha recepcionado indevidamente esta mensagem, solicitamos-lhe que nos comunique esse mesmo facto por esta via ou para o telefone +351 218 440 100 devendo apagar o seu conte?do de imediato. This message is intended exclusively for its addressee. It may contain CONFIDENTIAL information protected by law. If this message has been received by error, please notify us via e-mail or by telephone +351 218 440 100 and delete it immediately. ---
Steve Davies
2007-Dec-04 12:04 UTC
[asterisk-users] enable eyeBeam to accept only one call
On 12/4/07, Joao Pereira <joao.pereira at fccn.pt> wrote:> Hello > I'm using eyeBeam, and Asterisk keeps sending my clients a second call, > when they are still in one call (because eyeBeam has lots of channels). > I was using X-Lite (with 3 channels) and Asterisk never sent the client > a second call. > > How can I force Asterisk (or eyeBeam) just to send one call at each time. > Is this a configuration I need to do in eyeBeam or Asterisk?Please contact Eyebeam and request this feature - The more people who ask for it the better. I have requested it previously to no avail. It is possible to emulate this in asterisk using inuse counting, but I still get the occasional off-by-one that requires an asterisk restart to bring a phone back to life. Cheers, Steve
Joao Pereira wrote:> Hello > I'm using eyeBeam, and Asterisk keeps sending my clients a second call, > when they are still in one call (because eyeBeam has lots of channels). > I was using X-Lite (with 3 channels) and Asterisk never sent the client > a second call. > > How can I force Asterisk (or eyeBeam) just to send one call at each time. > Is this a configuration I need to do in eyeBeam or Asterisk? > Thanks > Regards > Joao Pereira > > >try set limit=1 in the sip.conf file for the eyebeam extension
Yehavi Bourvine +972-8-9489444
2007-Dec-04 12:41 UTC
[asterisk-users] enable eyeBeam to accept only one call
>> Hello >> I'm using eyeBeam, and Asterisk keeps sending my clients a second call, >> when they are still in one call (because eyeBeam has lots of channels). >> I was using X-Lite (with 3 channels) and Asterisk never sent the client >> a second call. >> >> How can I force Asterisk (or eyeBeam) just to send one call at each time. >> Is this a configuration I need to do in eyeBeam or Asterisk? > > Please contact Eyebeam and request this feature - The more people who > ask for it the better. I have requested it previously to no avail. > > It is possible to emulate this in asterisk using inuse counting, but I > still get the occasional off-by-one that requires an asterisk restart > to bring a phone back to life.I am doing that on 1.4.15 and it works fine so far. The code fragment is: if("${DEVSTATE(SIP/${To})}" != "NOT_INUSE") { Busy(); }; Note that for function DEVSTATE you have to install the relevant function. See http://www.asterisk.org/node/48360 Regards, __Yehavi:
Alex Balashov
2007-Dec-04 16:14 UTC
[asterisk-users] enable eyeBeam to accept only one call
You can disable call waiting in the eyeBeam. On Tue, 4 Dec 2007, Joao Pereira wrote:> Hello > I'm using eyeBeam, and Asterisk keeps sending my clients a second call, > when they are still in one call (because eyeBeam has lots of channels). > I was using X-Lite (with 3 channels) and Asterisk never sent the client > a second call. > > How can I force Asterisk (or eyeBeam) just to send one call at each time. > Is this a configuration I need to do in eyeBeam or Asterisk? > Thanks > Regards > Joao Pereira > > > -- > ______________________________________________ > Jo?o Gomes Pereira > FCCN > Av. do Brasil, n? 101 > 1700-066 Lisboa > tel: +351 218 440 100 - fax: +351 218 472 167 > email|SIP: joao.pereira at fccn.pt > http://www.fccn.pt > ______________________________________________ > > --- > Aviso de Confidencialidade > > Esta mensagem ? exclusivamente destinada ao seu destinat?rio, podendo conter informa??o CONFIDENCIAL, cuja divulga??o est? expressamente vedada nos termos da lei. Caso tenha recepcionado indevidamente esta mensagem, solicitamos-lhe que nos comunique esse mesmo facto por esta via ou para o telefone +351 218 440 100 devendo apagar o seu conte?do de imediato. > This message is intended exclusively for its addressee. It may contain CONFIDENTIAL information protected by law. If this message has been received by error, please notify us via e-mail or by telephone +351 218 440 100 and delete it immediately. > --- > > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Alex Balashov Evariste Systems Web : http://www.evaristesys.com/ Tel : +1-678-954-0670 Direct : +1-678-954-0671