similar to: Asterisk Pickup with more than one argument

Displaying 20 results from an estimated 6000 matches similar to: "Asterisk Pickup with more than one argument"

2007 Jun 12
4
write some custom values to CDR table
Hi, I write the CDR of my Asterisk 1.2.17 server in MySQL database using cdr_addon_mysql.so. Now I'm trying to write some custom values to userfield column by the SET(CDR(USERFILED)=SOME_TEXT) sintax, but nothing gets writeen in MySQL cdr table!! Why? I'm I skeeping something or what? Taking a look at the URL:
2007 Feb 01
0
Enhanced PickupChan
Hi All, I've installed Enhanced PickupChan on asterisk 1.2.14 using howto from http://www.thorsten-knabe.de/linux/asterisk/pickup.jsp . from extensions.conf: exten => 0,1,Dial(SIP/eosoiris|20|tTrR) exten => 200,1,Dial(SIP/dzalewski|20|tTrR) exten => _7.,1,Pickup2(${EXTEN:1}) When I try to pickup ringing SIP channel from other IP headset I go disconnected. here is debug from
2007 Aug 10
2
Pickup command
I am having a bit of a problem implementing the pickup command in my dial plan. I have setup this rule: exten => _*8XXX,1,Pickup(${EXTEN:2}) This works as expected when someone dials an extensions number and I can get the call. The problem I have is that when a call enters my welcome menu and does not press anything there is a timeout that sends them to the recepcionist. The rule is:
2007 Apr 11
1
Call Pickup with more than one argument
Dear all, Does Pickup application accept multiple extensions pickup syntax, like the following line? Pickup(extension1&extension2&...) I've tried it in Asterisk 1.2.17 but it doesn't work. Does it work in Asterisk 1.4 already? Or is any other way in any version of Asterisk that I can use to do the same thing? Thanks, Ricardo.
2007 Sep 21
1
Authenticate() application and CDR
Dear all, I'm trying to configure Asterisk to be able to ask the caller to enter a given password in order to continue dialplan execution. I've tested this feature using the Authenticate application like this: exten => _X./5219,1,Answer exten => _X./5219,2,Authenticate(1234,a) exten => _X./5219,3,Playback(pin-number-accepted) exten => _X./5219,4,Dial(SIP/${EXTEN},120)
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