search for: pickupgroup

Displaying 20 results from an estimated 769 matches for "pickupgroup".

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 2 is ringing, I'll be able to answer this call dialing *8#. I hope I'm not wrong in this. My question is, why I need the two keywords, callgroup and pickupgroup, if they're always the...
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 continues to ring...
2004 Sep 13
1
agents and *8 pickupgroups
...ve been logging on as agents the *8 has stopped working. The log file just says "Nothing to pick up". However, someone who is not logged in as an agent, can use *8 to pick up the same call that didn't work for someone who was logged in. Anyone else seen this sort of behaviour? The pickupgroup, callgroup configuration hasn't changed since it worked before we used agents. - Sam -- -- Sam Tilders sam@jovianprojects.com.au (Move to Jupiter)
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 context=in_123...
2003 Nov 06
2
this is the code that breaks outgoing calls on grandstream
...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 > } else if (!strcasecmp(v->name, "callgroup")) { > peer->callgroup = ast_get_group(v->value); >...
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 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 very special feature...
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/asterisk-users/2004-May/048527.htm...
2007 Oct 18
4
Issues with making calls
...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 server is hun...
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 which is in the ca...
2007 Apr 03
0
I can't use the 'Group', 'CallGroup' , 'PickupGroup' in SIP channel (asterisk1.4.2)
...to 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. exten =>...
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,
2015 Dec 29
3
Transfer calls "on demand"
...anks for your answer... I'm using Asterisk 1.8.30.0 on an OpenWRT-Router. I found the configuration for call pickup in the sip.conf and features.conf, so I tried to activate it... Unfortunately, unsuccessfully... So, my sip.conf: callgroup=1,3-4 ; We are in caller groups 1,3,4 pickupgroup=1,3-5 ; We can do call pick-p for call group 1,3,4,5 my features.conf: ; Pickup Options ; pickupexten = *8 ; Configure the pickup extension. (default is *8) ;pickupsound = beep ; to indicate a successful pickup (default: no sound) ;pickupfailsound = beeperr...
2004 May 07
6
X100P keeping PSTN line Offhook
...x DTMF: yes Dialing/CallwaitCAS: 0/0 Default law: ulaw Fax Handled: no Pulse phone: no Echo Cancellation: 128 taps, currently OFF Actual Confinfo: Num/0, Mode/0x0000 Actual Confmute: No Actual Hookstate: Offhook ========= zapata.conf ====================== busydetect=no musiconhold=default group=1 pickupgroup=1 immediate=no context=bell signalling=fxs_ks callerid=asreceived channel => 1 pickupgroup=1 immediate=no signalling=fxs_ks callerid=asreceived channel => 2
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] exten => 44...
2005 Aug 27
1
Asterisk ISDN: Problem Setting CallerID as DID Extension Numbers.
...f --------- [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= context=main-...
2004 Aug 04
1
SIP pickupgroup
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Any reason why pickupgroup has been limited to 31? 31 groups are quickly used up when you have multiple companies on the same server. - -- Regards, Tais M. Hansen ComX Networks Tel: +45-70257474 Fax: +45-70257374 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQFBEOMg32si/nlrQ5gRAu3+AJ9FkeGMgb1JaAy2...
2005 Oct 09
4
*8 and group pickup not working
Hello I have a Junghanns ISDN BRI card for incoming calls and use SIP Polycom IP300 phones. My config files look like this: features.conf pickupextn = *8 zapata.conf context=frompstnisdn group=1 callgroup=1 pickupgroup=1 I also edited sip.conf like this: group=1 callgroup=1 pickupgroup=1 But on internal and incoming calls if I dial *8 from any phone I cannot pickup. Do I need to add anything to extensions.conf? do something else. I also tested with a Snom 190 and that cannot pickup using *8 either! Angus
2003 Jul 16
8
Call Pickup
Hi, I have been trying to workout how to use the call pickup. So Far, I have the following in zapata.conf [channels] signalling => fxo_ks context => local pickupgroup=1 callgroup=1 channel => 1-3 When I dial *8# all I hear is busy tone. What have I missed? thanks Jay.
2010 Feb 15
2
insecure=invite - not working for different dial plan
...meters could influence "insecure=invite" In sip.conf below "insecure=invite" is working OK [pstn-1270] type=friend secret=spa3k username=voice-1270 mailbox=369 host=dynamic insecure=invite canreinvite=no disallow=all allow=ulaw allow=alaw nat=no context=incoming callgroup=1 pickupgroup=1 In sip.conf below "insecure=invite" is NOT WORKING [pstn-4444] type=friend secret=256 insecure=invite username=voice-4444 mailbox=622 context=incoming host=dynamic canreinvite=no disallow=all allow=ulaw allow=alaw nat=no callgroup=1 pickupgroup=1 Both dial plan loaded...