search for: callgroup

Displaying 20 results from an estimated 821 matches for "callgroup".

2005 Sep 06
1
SIP Callgroups
Hi all, at time i am trying to get a better idea of callgroups and pickupgroups (especially within the SIP Channel) A Pickupgroup is relative clear - everyone in the same pickupgroup may pickup a call And a callgroup does what ? - The same ? I thought that a callgroup would act like the ZAP groups - so that you then can dial SIP/g1 - and every SIP Client w...
2003 Jul 07
1
callgroup and pickupgroup
Hi, I asked a time ago what were callgroup and pickup group used for. I have done some proofs and all, and I'm not sure if I have pick the idea up well!! That's what I understand: For example: group=1 callgroup =2 and pickupgroup=2 and my phone is a membership of the group 1. that's mean that when a phone that belong to group...
2003 Sep 08
8
Callgroup, Pickupgroup and SIP
I have just started to play with callgroups and pickupgroups.. I updates my * from CVS this morning (about 15 mins ago).. I have placed callgroup=1 and pickupgroup=1 into each of my 3 phone configurations in sip.conf.. I place a call from phoneA to phoneB, then I go to phoneC and dial *8# , the call does not get picked up by phoneC and c...
2004 Jul 13
2
SIP simultaneous registry possible workaround (was Re: New Asterisk bounty: SIP simultaneous registry)
...h wrote: >I wasn't talking about bandwidth but rather lengthy >Dial() commands... > >exten => s,1,Dial(SIP/someuser&SIP/someuser&SIP ...... > >kind of thing... seems awfully unwieldy. That's why you would stick the members into a global variable [globals] DIYCALLGROUP => SIP/111&SIP/112&SIP113 etc. then dial using Dial(${DIYCALLGROUP},...) Also, you can use the callgroup feature in sip.conf [111] ... callgroup=1 callerid="Member 1"<12345> [112] ... callgroup=1 callerid="Member 2"<12345> [113] ... callgroup=1 call...
2005 Jan 30
3
Callgroup with bristuff ISDN?
...e call group number to a sip device the device will reing even though you did not specifically specify it in extension.conf? How will this work for ISDN BRI/PRI? I don't want some extensions to get all calls from the BRI/PRI, just the calls from one DID. The wiki gives an example whereby a callgroup= is linked to a channel but this seems kinda silly with ISDN. Can I use callgroups in such a setup, any config examples? Thanks!!
2013 Mar 15
1
Asterisk does not persist callgroup and pickgroup configuration.
Greetings. I'm running asterisk here (elastix) and I have a few extensions configured in it. I have here two different callgroup/pickgroup where the extensions are configured in, but it doesn't work when I try do pickup a call. Looking the config file (sip_additional.conf) I see they are not configured with callgroup/pickgroup, the fields are empty. Manually inserting callgroup/pickgroup on the extensions worked just fi...
2004 May 28
1
Zap callgroup/pickupgroup question
...---------------8<--------------------- [channels] context=fxs signalling=fxo_ks usecallerid=yes callwaiting=yes callwaitingcallerid=yes hidecallerid=no threewaycalling=no transfer=no cancallforward=no callreturn=no echocancel=32 echocancelwhenbridged=no echotraining=yes relaxdtmf=no group=1 callgroup=1 pickupgroup=1,3 immediate=no callerid="Benshaw VOIP" <(256) 848-5432> channel => 1-16 context=fxo callerid=asreceived signalling=fxs_ks transfer=no group=2 callgroup=2 pickupgroup=2 echocancel=128 echocancelwhenbridged=yes echotraining=yes callprogress=no channel => 17-23...
2006 Dec 21
2
more than 32 callgroups & pickupgroups
callgroups & pickupgroups greater than 31 are not working for sip calls with 1.2.14 tarball. Anyone know which branches support 64? John
2003 Nov 06
2
this is the code that breaks outgoing calls on grandstream
...ast_log(LOG_WARNING, "Cannot disallow unknown format '%s'\n", v->value); < else < user->capability &= ~format; 5852,5855d5833 < } else if (!strcasecmp(v->name, "callgroup")) { < peer->callgroup = ast_get_group(v->value); < } else if (!strcasecmp(v->name, "pickupgroup")) { < peer->pickupgroup = ast_get_group(v->value); 5861a5840,5843 >...
2003 Apr 20
0
Using callgroups (was: Taking a call for someone elses extensionfrom my extension)
Callgroups/pickupgroups are allocated per channel, not in the dialplan. sip.conf and zapata.conf are the two files you're interested in. -wade ---- Original Message ---- From: wipeout@linuxmail.org To: asterisk-users@lists.digium.com, Subject: RE: [Asterisk-Users] Using callgroups (was: Taking a call...
2005 May 17
1
callgroup and callwaiting for IAX clients
Hi Gurus. I searched the lists, wiki and the rest of the web but I still do not understand this. My Setup is as follows: [ISDN via chan_capi or IAX2 DiD Provider] => [* PBX] => [IAX2 Clients (Atcom AT-320ED)] I want to get callgroup/pickupgroup and callwaiting working on the IAX phones. Some web sources told me that this was not implemented, others say that the phone has to handle this, as IAX2 provides these functions natively. But how do I get this running? I tried to put callgroup=, pickupgroup= and callwaiting= statem...
2012 Jun 22
0
asterisk 10.4.2 realtime callgroup missing
I am using asterisk 10.4.2 and everything is working correctly except callgroup is not working correctly. I have callgroup field in mysql but if I run sip show peer XXXX on the asterisk cli I get the callgroup field as blank all other fields correctly populated including pickupgroup. I'm not sure where to look to debug the realtime sip connection Cheers Stephen Collier
2003 Nov 07
2
Callgroups and Pickupgroups in Console/dsp
Hi all. I've made a patch for chan_oss.c to enable callgroups and pickupgroups in it (since wasn't enabled). I needed it for a special use of the console (pickup calls arriving to the console from another phone) btw, If someone is interested, I can submit a patch to the bugtracker. I won't do it until that's usefult for someone... since is a ver...
2004 Jun 01
1
Zap and call pickup -- it don't work.
The problem: T100P connected to an Adit600. Channel 1-16 are FXS, 17-24 FXO. I have Zap/24 in callgroup 3 and Zap/1-16 in pickupgroup 3. When a call comes in on Zap/24 I cannot pick it up with *8 from Zap/1-16. *CLI> show version Asterisk CVS-04/27/04-23:48:08 built by root@tuck on a i686 running Linux The zapata.conf and extensions.conf are located here: http://lists.digium.com/pipermail/aste...
2007 Oct 18
4
Issues with making calls
...usecallerid=yes hidecallerid=no callwaiting=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes canpark=yes cancallforward=yes callreturn=yes echocancel=yes echocancelwhenbridged=yes rxgain=0.0 txgain=0.0 immediate=no amaflags=documentation musiconhold=default ;Configure Channels group=0 callgroup=0 pickupgroup=0 channel => 1-4 group=1 callgroup=1 pickupgroup=1 channel => 5-8 group=2 callgroup=2 pickupgroup=2 channel => 9-12 group=3 callgroup=3 pickupgroup=3 channel => 13-14 group=4 callgroup=4 pickupgroup=4 channel => 15 I have could make calls but, after of some minutes my...
2003 Apr 20
0
Using callgroups (was: Taking a call for someone elses extension from my extension)
How is a callgroup used in the dial plan?? I can't see an example in the extensions.conf.. > See configs/sip.conf.samples search for pickupgroup > > RTFSC (Sample Configs) > > > Jeremy McNamara > > > > > WipeOut . wrote: > > >Is there a way to pickup a call...
2007 Apr 03
0
I can't use the 'Group', 'CallGroup' , 'PickupGroup' in SIP channel (asterisk1.4.2)
...range them into an ordered hunting group for outbound calling. I used http://www.voip-info.org/wiki/view/hunt-dial+macro for reference. My configure files like blew. ---------------------------------------------------------------------------------------------------------- sip.conf: [300] ... callgroup=1 pickupgroup=2 [400] ... callgroup=1 pickupgroup=2 ------------------------------------------------------------------------------------------------------------ I take two SIPURA3000 registered on asterisk, useing 300 and 400. The 'Registration State' of SIPURA3000 is Registered....
2003 Jul 01
3
picking up a ringing extension
Hello, We are using asterisk 0.4.0 on debian sid with Cisco 7960 and ATA186 phones. All sip entries have: callgroup=1 pickupgroup=1 However I am unable to remotely pickup a ringing phone using *8#. I get fast busy tone. Is there some flag to add in extensions.conf ? Thanks in advance,
2007 Oct 19
1
Glare on Incoming Calls
How I change my configuration to reduce this issue. I have this setting on my zapata.conf signalling=fxs_ks group=1 callgroup=1 pickupgroup=1 channel=1 signalling=fxs_ks group=2 callgroup=1 pickupgroup=1 channel=2; singalling=fxs_ks group=3 callgroup=1 pickupgroup=1 channel=3; singalling=fxs_ks group=4 callgroup=1 pickupgroup=1 channel=4 and for outbound calls I have this context on my extensions.conf [out-callb]...
2005 Aug 27
1
Asterisk ISDN: Problem Setting CallerID as DID Extension Numbers.
...on: capi.conf --------- [general] nationalprefix=0 internationalprefix=00 rxgain=0.8 txgain=0.8 [interfaces] mode=immediate isdnmode=ptp msn=BAAAAAA incomingmsn=* controller=1 softdtmf=1 accountcode= context=main-menu usecallerid=yes callerid=asreceived ;echosquelch=1 ;echocancel=yes ;echotail=64 callgroup=1 pickupgroup=1 devices=2 mode=immediate isdnmode=ptp msn=BAAAAAA incomingmsn=* controller=2 softdtmf=1 accountcode= context=main-menu usecallerid=yes callerid=asreceived callgroup=1 pickupgroup=1 devices=2 mode=immediate isdnmode=ptp msn=BAAAAAA incomingmsn=* controller=3 softdtmf=1 accountcode=...