Displaying 20 results from an estimated 3000 matches similar to: "How to check if a phone / line is used?"
2006 Mar 29
1
OT: HOWTO: Query channel state on an Ateus Voice Blue GSM gateway
Because the VoiceBlue is only 4 channels and I am supporting 100 cell users,
I needed a way to overflow calls to the PRI of all 4 channels are full.
Unfortunately, there seems to be no built-in mechanism to determine if the
gateway is full, so this script parses the output of "asterisk -rx sip show
channels XXX.XXX.XXX.XXX" to determine the number of channels currently in
use. Hope this
2005 Mar 14
2
Has anybody experience with SetGroup / CheckGroup commands?
I am checking on the SetGroup / CheckGroup commands, but I have some
troubles to undestand the examples.
SetGroup(moh) can be moh anything as I like? Usually moh stands for
"music on hold"
CheckGroup(1) checks if somebody in in group "moh". Does it mean I can
only have one SetGroup(xxx) ??
When I look at example 2 than I see two SetGroup commands and one
CheckGroup
2004 Jul 30
1
FW: Limit incoming calls to SIP Channels
Hi All,
Can someone please tell me how to limit incoming calls to SIP channels using
the SetGroup & Checkgroup command. I don't want any call waiting on SIP
channels and you are somehow meant to be able to do it with these commands.
Many Thanks
Daniel Niasoff
2005 Aug 31
2
detecting extensions in use
Hi all,
We've got a department that has 5 phones using a * 1.0.9 box. They need
to have an extension that rings all 5 phones at the same time. Getting
all of the phones to ring isn't a problem, but they are running into a
problem with the phones ringing in their ears when they are already on a
call.
Example:
Caller one calls the queue, all of the phones rings, and employee one
2005 Jan 24
1
SetGroup and CheckGroup problems
I have a rather long dial plan, but it includes support for call waiting.
However, the setgroup checkgroup commands don't seem to be working. Can
anyone help on this one?
Excerpts are below. First exten-vm is dialed and then dial-new.
As I understand, priority 1 increments the active channels for the caller
and then in "dial-new" priority 8 increments for Arg3, or the Callee
2005 Jan 05
5
Polycom IP500 - problems with multiple simultaneous calls
Hi All -
I've got a load of Polycom phones, and for the most part, I think
they're great, but one thing that is bugging the heck out of me (and my
users) is the "on-hold" feature. When you're on a call, and another
one comes in, it doesn't ring the second line appearance on the phone,
even though I have it registered separately, and I've tried to make my
2005 Jan 11
1
ACD Bug with AddQueueMember Stable
Good Day again list,
Encountered another problem in the ACD queue...
If I use the ADDQueueMember to dynamically add members as
foolows,
exten =>
403,1,AddQueueMember(techsupport|SIP/${CALLERIDNUM})
lets assume I called extension 403 from my extension 2204. then
a caller (extension 2203) enters into the techsupport queue
I am able to receive the support call on my phone (extension
2204
2004 Oct 04
2
Limit extensions to single lines
Hi,
I have been trying to get my * box to limit an extension to one
line for either an inbound or outbound call anyone got a quick example I
can look at or a good howto?
Cheers,
Dee
2004 Jun 25
1
Howto: Use setgroup, checkgroup to check incoming and outgoing client limits
Hi there,
I was wondering how I can use setgroup and checkgroup for perfom incoming
and outgoing limitation checks.
I've have some users that doesn't what to be able to recieve more than 1
call at a time, and I also want to limit a users outgoing call abilities.
Any help would be greatly appreciated.
Kind regards
Cf
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus
2004 Jun 28
1
SetGroup and CheckGroup
Does anyone know if SetGroup and CheckGroup apply to only current
context or is it per server based?
Ta
SJ
2005 Sep 04
2
HELP - How Do I Separate incoming channels from the others on a PRI
Okay, here is the background. I have a PRI with 15 active channels on
it. I originally setup all of them in group=1 and all outgoing and
incoming calls used this group. The phone number that I have associated
with these channels ends with 750 and that is how I direct the calls.
i.e. In my extensions.conf I have:
exten => 750,1,Dial(SIP/120,20)
All this works fine. Now I have the need
2005 Jan 25
5
Polycom and call waiting again..
I searched and read all the relevant posts, but I still don't have a
solution to my problem..
I've got a small queue for tech support calls using AddQueueMember. The
agents are using IP300's from polycom.
In my example, only one agent is logged int.
When a call comes into the queue, asterisk sends the call to the one agent
logged in. The agent answers and is talking to the
2005 May 10
1
Limiting outbound calls
My VoIP provider allows me to have more than one call outbound on the
same line simultaneously, for some reason. I am pretty sure that they
do not want this to happen, so I'd like instead to limit each line to
one call.
I do not want the users to have to dial another prefix to go out on
another line. Is there any way to add multiple accounts for my _9.
extension and have Asterisk
2004 Oct 01
1
Agent Login Problems
See comments below.
Henry Devito wrote:
> Here's the problem. When I call 555 to login, it asks for the agent
ID
> which I enter as 501, it asks for the password which I enter as 1234,
> then it asks for the extension I dial 501 It then says that extension
is
> not valid. What am I missing? Of course 501 is valid I can make and
> take calls from it now.
>
>
>
2004 Aug 31
2
limit the length of extensions
How do I limit the length of an extension? In my test IVR/Automated
Attendant (whatever it's called), at the beginning it plays "if you know
your parties 3 digit extension, you may enter it now) and then it gives
a list of options. If the caller puts the 3 digit extension, it goes
through fine, if they press 1, or 2 it goes to the selected menu option,
but if they dial 91235551212 it
2005 Jun 19
2
outgoing call routing
I have a Asterisk @home ver 1.0 running with a TDMB11 card. Several sip
extensions and a regular phone connected to the box. All routing works fine
from the regular phone connected to the box, whether its going to FWD,
broadvoice or the PSTN. The problem I am experiencing comes from making
calls from the sip phones. They get routed correctly to the sip and iax
trunks but when making calls
2004 Aug 20
1
Testing a channel's status
Hello,
I'd like to be able to see if a channel is use and handle the call
differently if it is. The best I can find is the command
ChanIsAvail(). The problem is, I have an snom200 phone which does call
waiting, so even if it is engaged in a call, a second channel is still
available on it. I would like to be able to differentiate between
these two cases: no calls engages, or calls
2005 Jan 06
1
Re: Asterisk-Users Digest, Vol 6, Issue 73
Hi John, Kevin, Tor and Wiley (and everyone else) -
>> I guess the phone just doesn't register as busy when there is only one
>> call on a line. It has to have two calls on a line appearance to
>> register as busy. Has anyone figured out how to disable this hold
>> feature and just have the second call go to the second line, the third
>> call to the third line,
2004 Jul 14
5
ACD Issues
Alright, folks. I just deployed * into full production at my office.
We have around 50 7905's, 5 7940's, and a handful of soft clients. We
run a call center with around 15 agents. I also have a queue set up for
the receptionists so that they don't get bombarded with calls.
Everything seems to be working with a very few minor glitches.
I firmly believe that the few problems we are
2005 Sep 26
1
sip, call ransfer and call waiting
Hello all,
I have a very basic question but I haven't found any answer.
I would like to configure asterisk so that it wil not indicate a call
waiting to a SIP phone if it is already on conversation (off hook). But
I don't want to loose call transfer, call hold and so on.
Is there any possibility to do that?
Regards,
Daniel ANDRE
--
Daniel ANDRE (mailto:daniel.andre@iris-tech.fr)