Displaying 20 results from an estimated 20000 matches similar to: "SetGroup"
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
2004 Sep 12
1
SetGroup Limitation!!!
Hi all,
I am just scratching my head trying to work out a way to use SetGroup to
check busy status on a sip to sip call.
The complication is that one call can't be in two groups so I have got no
way of setting busy status on both the calling and called party.
Has anyone got a way around this.
Thanks
Daniel
-------------- next part --------------
An HTML attachment was
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 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
2005 Mar 08
2
Queue and SetGroup
I manage the PBX system for a medium sized call center. Where all calls are distributed via a few call Queues. However I am having an issue where reps are being distributed calls regardless of wether they are on a call.
I have looked into using SetGroup but I don't think this works with Call Queues. I have also looked into incomingcalllimit and that seems to no longer work. Any sugestions?
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
2007 Nov 22
5
Odd bug in Siemens C460IP ?
Hello,
I think I have encountered an odd bug in Siemens C460 IP/dect handsets,
which is a bit annoying, and I'm not (yet) sure how to get round it without
lots of hacks.
Basically, on all external incoming calls, we set:
exten => s,n,SIPAddHeader(Alert-Info: Bellcore-dr2)
This causes handsets (i.e. Cisco 7960 / Grandstream / aastra) to set a
different ring cadence so to differentiate
2006 Jan 31
3
Individual SIP account how to make it Trunk
Hi,
i have diffirent provider example(3 single account in deltathree, 4
account in packet8 and so on) . How this possible to make the three
individual sip account in deltathree act as trunk so that i cannot get a
busy call. If line one fail goto line 2 then line 3 or another trunk
line 1 then line 2 then line3....I read it in asterisk at home but the
script i am copying is not working .
2007 Jan 18
2
How to limit IAX calls
The SIP channels have a "call-limit" parameter (which is badly
documented and I haven't tested yet)
How can I have the same behaviour for IAX channels? I can't see anything
related to it.
Ah, I'm using Asterisk 1.2.13... maybe there is something in the 1.4
versions... but I can't change to 1.4 right now because of MFC/R2
BarZ
2006 May 04
0
SetGroup and CheckGroup. Need some help on the dialplan
>From this list I found that I could use SetGroup and CheckGroup to do
what I wanted. But I'm not quite sure how I do it.
The case is that I have 3 user groups, and one main group. The main
group is for all the incoming calls from external phones. The main group
should be allowed to have 3 calls at the time.
The 3 user groups are internal groups that I want to limit by ony having
one
2004 Aug 01
1
Does anyone know how to use the DND feature oc Cisco 7940/7960
Hi all,
I have looked at cisco docs and it says DND is set by pressing the services
button and choosing DND. Does anyone know how to configure DND in the
services.xml file. I've googled around and not found anything.
When you enable it in SIPDefault.cnf it just allows you to use it once.
Many thanks for all your amazing work.
Daniel Niasoff
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
2006 Mar 31
4
How to check if a phone / line is used?
In the past I used SetGroup and CheckGroup to figure out if my allowed
providers lines are all used or not.
Since most of my provider have given me a single line anyway, I wonder
if there is a way to check if this (provider) line is taken already.
How can I do that?
Same is with the phone. How can I see in CLI if a phone is now in use or
not?
"Sip show peers" shows me just if it is
2006 Mar 24
3
iax limit question
I want to limit the number of simultaneous incoming
calls that my IAX DID can accept to, say, 2. The IAX
DID provider sets no limit.
The code below does work, but when the limit is in
effect, new callers hear a "call cannot be completed
as dialed.." message instead of a busy signal. Maybe
this is an issue with the provider, but I do not like
this and want callers to hear a busy signal.
2004 Aug 11
1
limit incoming calls to sip extens
Hi all,
I've been using the following method to limit calls to sip clients to 1:
exten => 200,1,SetGroup(200)
exten => 200,2,CheckGroup(1)
exten => 200,3,Dial(SIP/200)
exten => 200,103,Busy
This works fine for a single extension.
However, I also need to dial groups of sip clients. It appears that SetGroup can only be used once per channel.
This (useless) example would not
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.
>
>
>
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,
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