Displaying 20 results from an estimated 10000 matches similar to: "Group pickup codes, etc."
2007 Sep 19
0
Howto pickup call from queue?
Hi all,
how can I pickup a call from a queue? Which context parameter do I
have to specify? The context that calls the queues application is
ext-queues. This is what I tried so long (777 is the extension of the
queue I want to pickup from):
exten => _**ZXX,1,Noop(Attempt to Pickup ${EXTEN:2} by ${CALLERID(num)})
exten => _**ZXX,n,Pickup(${EXTEN:2}@from-did-direct)
exten =>
2009 Mar 06
1
call pickup and ring groups
I'm having trouble with call pickups.
Suppose ring group is 100 and has extensions 101 and 102.
Someone calls 100, 101 rings and 102 wants to pick the call up. If 102 dials **100, call pickup works. If 102 dials **101, call pickup fails.
In my dialplan I have:
exten => **101,1,NoOp(pickup extension)
exten => **101,n,Pickup(101)
exten => **101,n,NoOp(pickup group)
exten =>
2009 May 20
1
Pickup with *8 is not working...
Hey there list !
I'm receiving negative feedback when people try to pickup another
ringing phone by pressing *8 on there own Grandstream device.
These are my setting that should make pickup possible :
all my sip-clients (Grandstream) have this in their config (sip.conf) :
callgroup=1
pickupgroup=1
canreinvite=no
qualify=yes
So they are all in the same pickupgroup...
This the
2017 Jun 13
2
pickup/maildrop being used to spam through my machine.
Looks to me your server is hacked through the webserver of website.
Stop apache, flush the postfix queue, are there new mails entering you postfix queue?
If not, hunt down the leak, if it does, its not apache2 ;-/
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: HomerWSmith at lightlink.com
> [mailto:owner-postfix-users at postfix.org] Namens Homer Wilson Smith
>
2008 Feb 05
1
Mistake in the wiki's description of cmd Pickup() ?
Hi,
according to the description of Pickup() on page
http://www.voip-info.org/wiki/view/Asterisk+cmd+Pickup
I can use this command to pickup a call at a certain extensions.
When I try this with e.g.
exten => *8200,1,Pickup(200)
Asterisk tells me that the highest value for the Pickup command is 63.
Wenn I enter the number of a callgroup instead of an extension, I can
pickup the call.
2007 Dec 07
1
Pickup cmd
Hi all,
I have a GXP2000 with BLF configured. I follow the configuration
guide to enable the pickup cmd as follow and include it under
corresponding content.
[BLF_group_pickup]
exten => _**1XX,1,Pickup(${EXTEN:2})
exten => _**1XX,n,Hangup
The I press the single key to pickup the call to extension 100 when
there is a call to it. From CLI, I can see it issue **100 to asterisk
but failed
2008 Mar 03
1
Aastra phones and park/pickup feature
We are installing Aastra phones (480's and 57i's) into a fairly simple
asterisk setup. Although call park & pickup work fine using xfer to 700 (to
park), dial 701 (to pickup), we are unable to make the park/pickup softkey
feature work on the aastra's.
Although we've programmed the softkeys per the manuals, they seem to have no
effect (just dead). For example, our 57i is
2008 Jan 07
1
pickup application failed
I have a TDM400 in the server. I want to press **1XX to pickup a
call. It is ok if I pickup a call dialled from 1XX to 1YY (internal
network call). However, it is failed to pick up a call from PSTN
thro' TDM400 card. It seems I can't guess the correct context of it.
How can I know the context of the call using CLI? The default
context of the TDM400 is from-pstn but pickup still
2007 Mar 21
1
PickUp a call with feature pickup (*8) from a IAX2 channel
Hi list, i'm trying to do that iax channels can acces the pickup
feature(normaly *8 dialing).
But always the iax channel when dial *8, search for the extensi?n *8 on its
context.
I know i can program the *8 extension with the pickup applicati?n. But its
doesn't works for me, becouse i need to pickup some calls comming from IVR's
o Queues.
And there de exten is no the same as the
2007 Mar 08
0
cmd pickup Problem
Hi there,
i have a Problem with the Pickup command.
Versions:
asterisk 1.4.1 on gentoo
my extensions.conf [only the interesting part]:
[incoming_1]
exten => 123,1,Ringing
exten => 123,2,Dial(SIP/xxxx,20,r)
exten => 123,3,wait(90)
exten => 123,4,hangup
[incoming_2]
exten => 456,1,pickup(123@incoming_1)
both are sip-accounts and have pickupgroup=1 in the sip.conf
so my idea is,
2010 Feb 26
0
How can we pickup a call that is not going to a real extension?
Hello,
We have a situation where a call comes in, users are notified via an external process (curl request to web service), and we can't answer the call until a callee can call in and pickup the call.
How can we implement this functionality?
We tried using :
[caller-inbound-leg]
; code to send the CALL_UUID information to users.
exten =>
2010 Aug 14
1
BLF/Call Pickup using SPA942, SPA962, SPA932
Hi all,
There are a lot of posts around the web about my question; unfortunately
I have not been able to get any of the solutions to work. I'm using
Asterisk 1.6.2.8 under CentOS 5.5. I'm trying to get call pickup working
for the secretaries that monitor their bosses' phones.
The BLF and the speed dial works great on the Linksys phones. Call
pickup is the problem.
My features.conf
2006 Mar 21
1
Caller ID forwarding with Pickup() application?
Hi,
I'm using the Pickup() application for direct call pickup having the following
line in the dialplan:
exten => _*88XX,1,Pickup(${EXTEN:2})
It works OK, though I would like to have to get the original caller ID number
forwarded to the phone where I do the pickup and have it displayed during the
call. Currently the string *88xx remains on the screen of the phone I do the
pickup. It
2006 Dec 05
1
sip_write warning when executing Pickup of CAPI
I'm trying to pick up a ringing SIP phone (203) across the office with
exten => *9,1,Pickup(783743)
where 783743 is the local part of the number that our ISDN works on.
I tried all of these first:
exten => *9,1,Pickup(203)
exten => *9,1,Pickup(SIP/203)
exten => *9,1,Pickup(203@internal)
and got a "declined" message back from my phone (snom 300), so I then
2011 May 04
1
pickup question
Hi everybody!
I have asterisk 1.8.3.3 with pickup deadlock avoidance patch applied in
production.
I'm use next dialplan construction
exten => *,1,PickUP(queue-number)
exten => *,2,PickUP()
Can anyone tell me how can I stop dialplan execution on the first
priority if that priority's pickup was successfull?
I tried *i* priority, but no luck.
Does pickup app returns any value in
2007 Jul 31
0
Repost: Aastra BLF directed pickup: anyone have this pickup-mgernoth file?
Hello all
Sorry for the repost, but I believe this is essential for Aastra phones
to use directed pickup with BLF in 1.2 (and it's still experimental in
1.4 I think).
pickup-mgernoth-2006-07-28.patch.txt
If anyone knows otherwise than that this is still required in latest 1.2
or 1.4 please reply with success/failure stories. Any info would be
appreciated.
We can get directed BLF pickup
2008 Jan 22
1
Custom Pickup and Transfer dial string
Hi to all,
i already searched the archive without finding a solution to my problem.
I have asterisk installation 1.2.18 to support multiple virtiual PBXs.
I use SIP peer in the format <ID>-<EXT> to let every virtual PBX to
share the same numbers of EXT.
Ex.
(PBX ID 10 Extensions)
10-101
10-102
10-103
(PBX ID 20 Extensions)
20-101
20-102
20-103
I use some rules in the dialplan to
2006 Feb 01
0
Direct pickup
I'm trying direct pickup feature but it doesn't work.
Wiki says:
"Directed pickup, this allows you to pickup a call at a specific extension,
maybe you're in another office and you hear a phone ringing and wonder if
it's yours. You dial the pickup number and your extension, and the call will
only transfer if it is your extension."
Instead group call pickup (*8) works.
2007 Apr 11
0
Asterisk Pickup with more than one argument
Dear all,
I tried to use the following sintax to implement call pickup in Asterisk
1.2.17 with no success:
exten => _**5219/5215,1,Pickup(5219)
exten => _**5219/5215,2,Pickup(220408108)
exten => _**5219/5215,3,Hangup
Asterisk seems to just do the first priority command (Pickup(5219)) and
if the ringing call comes from the channel 220408108, it doesn't jump to
the second priority
2012 Apr 30
1
SELinux is preventing /usr/libexec/postfix/pickup from module_request
Getting module_request errors from SELinux. Errors being thrown by
metacity
sendmail.postfix
cleanup
trivial-rewarite
local
postdrop
pickup
All errors are essentially the same
System was working well until I began to apply some basic security
hardening configuration.
Postfix started complaining when I made /tmp noexec, nodev, nosuid, and
then did a mount --bind of /var/tmp under