Displaying 20 results from an estimated 4000 matches similar to: "Pickup command"
2006 Mar 12
7
stop monitor on transfer
Guys.
This idea has been banging my headfor days now and I feel the need to share
with you.
Imagine this scenario: all calls come in thru a receptionist, asterisk
records all incoming calls, the receptionist's work is to transfer the calls
to internal people but some of them are bosses and you know how bosses are,
they don't want their calls to be recorded, so, I have been trying to
2009 May 21
1
interruption in queue
HI,
I want to allow user to press 0 to the voicemail if the user don't
want to wait in the queue. Below is what I set but it doesn't work.
Anyone can help? ango
file: features.conf
[applicationmap]
opervm => 0,self/both,Macro,opervm
file: extensions.conf
...
exten => 5555,n(queue),Set(DYNAMIC_FEATURES=opervm)
exten => 5555,n,Queue(5555|tThH|||180)
...
[macro-opervm]
exten
2006 Mar 14
1
Directory doesn't work well Asterisk@home2.7- try from PSTN with Digital recepcionist- Directory based on Last name
Hi all,
Directory lookup, Asterisk@home 2.7, are this small bugs?
case DIR_FIRST: $intro = ($operator ? "dir-intro-fn-oper" :
"dir-intro-fn"); break;
case DIR_BOTH: $intro = ($operator ?
"dir-intro-fnln-oper" : "dir-intro-fnln"); break;
case DIR_LAST: default: $intro = ($operator ?
"dir-intro-oper" :
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
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 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
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 =>
2005 Jun 09
3
Pickup problem
Hi,
when i use the *8 for the call pickup the call i fetch is directly
connected and i can't see the callers number.
What i want is that the call in the first rings at my phone and in the
second i can see the callers number.
I am using a polycom 500 ip phone. Is this a special polycom problem?
Regards,
Kib
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
2005 Sep 24
2
Directed pickup syntax?
What's the proper syntax for implementing directed call pickup?
Running cvs-head from today (9/24/05 including Mark's fixes), and
tried:
exten => *99,1,Pickup(${EXTEN:3})
but that does not seem to work, and there isn't an example in the
configs directory. 'show application pickup' suggests the above
should work with our sip phones, but apparently I'm missing
2011 Oct 05
1
call pickup
hello,
is there some way to notify people in the same pickup group about call
from caller to callee?
i.e. i have call from 111 to 222
there are 222,333,444 in the same pickup group
333,444 see on the phone (aastra) that 111 calling to 222 and can pickup
the call with *8
siemens have this on their sip openstage phones. how they do this?
thanks
--
---------------------------------------
Marek
2004 Jul 14
8
Directed Call Pickup
In the list I found some messages that *8 doesn't work so well. Is there
any possibility to create a extention that you can call, and if you are
fast enough, pick up a number? (Also if you are outside your callgroup)
like
pseudo code:
exten => 888, 1, EnterPhoneNumber()
exten => 888, 2, EnterPass()
exten => 888, 3, TransferCallToThisPhone()
exten => 888, 103, Invalid()
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
2006 Apr 04
2
Can't get Pickup app working
I'm trying to set the Pickup feature. I'm setting my extensions.conf as:
exten => _*.,1,Pickup(SIP/${EXTEN:1})
but if, for example, extension 03 is ringing by a call made from
extension 01, and I try to pick it up from extension 02 (by dialing *03
from extension 02), I can see in the Asterisk console (Verbosity set to 10):
-- Executing Dial("SIP/01-512c",
2007 Jan 29
3
Pickup() ringing extension and call waiting
Hi All,
I'm using Asterisk 1.2.14 under openSuSE 10.2 with kernel 2.6.18. I have
Wildcard TDM400P card and D-Link DPH-120S and DPH-140S SIP phones. I would
like to be able to pickup ringing extention from any SIP phone using Pickup()
application.
from my dial plan:
[incoming]
exten => s,1,Dial(SIP/somebody1|60|tTrR)
[internal]
include => outbound-local
include => parkedcalls
2010 Jun 15
4
Unable to pickup an extension, tryi
Hi!
> How to do this ??
> To proceed with your answer on PICKUPMARK, where do I put this ???
Look at the example for Asterisk 1.4 on this page:
http://www.voip-info.org/wiki/view/Asterisk+cmd+Pickup
Philipp
2005 Sep 16
2
R: direct sip call pickup
I cannot use CVS, is there anoyher way to use direct pickup ?
Thanks again
Giordano
________________________________
Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di Alexander Lopez
Inviato: venerd? 16 settembre 2005 17.53
A: Asterisk Users Mailing List - Non-Commercial Discussion
Oggetto: RE: [Asterisk-Users] direct sip call
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.
2006 Mar 19
2
Call Pickup Woes
Hello all,
I have an asterisk @ home system running 1.2.4. Call pickup seems to be a
bit of a problem. I've looked at a lot of posts and the wiki, which states
that you need to define the pickup extension in features.conf and the pickup
groups in sip.conf. I've done this, however there is no definition for *8 in
extensions.conf.
Is there supposed to be and it has been removed?
2007 Nov 06
2
Pickup Command not working
When I execute a pickup on a ringing phone I get CALL FAILED REASON CODE
603. I am dialing **212 with the following config. Anyone have a
suggestion?
EXTENSIONS.CONF
-snip-
[BLF_Group_Pickup]
; Defines how the extension to pick up a ringing phone in your BLF group
exten => _**XXX,1,Pickup(${EXTEN:2})
exten => _**XXX,n,Hangup()
[BLF]
; Defines a BLF Hint for phones
exten =>