search for: pickupmark

Displaying 18 results from an estimated 18 matches for "pickupmark".

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
2007 Feb 15
0
directed call pickup with PICKUPMARK
Hi! i have a problem with the PICKUPMARK of the Pickup() application. E.g. A calls B. B is ringing. C wants to pickup B. To make this work with PICKUPMARK I have to add the variable PICKUPMARK to B. But how can I do this? B is just created inside the Dial() application. thanks klaus PS: If you wonder why I use the PICKUPMARK - Pick...
2010 Jun 14
4
Unable to pickup an extension, trying everything
...c:159 pickup_exec: No target channel found for testcorp1. [Jun 14 17:37:34] -- Executing [**10 at from-TESTCORP:26] NoOp("SIP/testcorp3-00000041", "") in new stack [Jun 14 17:37:34] -- Executing [**10 at from-TESTCORP:27] Set("SIP/testcorp3-00000041", "PICKUPMARK=10") in new stack [Jun 14 17:37:34] -- Executing [**10 at from-TESTCORP:28] Pickup("SIP/testcorp3-00000041", "10 at PICKUPMARK") in new stack [Jun 14 17:37:34] NOTICE[16555]: app_directed_pickup.c:159 pickup_exec: No target channel found for 10. These are the channe...
2011 Jul 22
1
Pickup(${EXTEN:2}); not works from outside
...the call but the response is Declined the Puckup code is below: _*8X! => { Pickup(${EXTEN:2}); Hangup(); } the problem is if an another number ( 130) calls the phone 120 and I pick up with *8100, this works! I respond to the caller 130. I tried this code below: _*8X! => { SET(GLOBAL(PICKUPMARK)=${EXTEN:2}); Pickup(${EXTEN:2}@PICKUPMARK); } but if I type the number *8101 or *8104 or *8103 I always answer the call for the number 100. I hope I was clear I'm sorry for my english. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://list...
2007 Sep 19
0
Howto pickup call from queue?
...XX,1,Noop(Attempt to Pickup ${EXTEN:2} by ${CALLERID(num)}) exten => _**ZXX,n,Pickup(${EXTEN:2}@from-did-direct) exten => _**ZXX,n,Pickup(${EXTEN:2}@from-internal) exten => _**ZXX,n,Pickup(${EXTEN:2}) exten => _**ZXX,n,Pickup(${EXTEN:2}@ext-queues) exten => _**ZXX,n,Pickup(${EXTEN:2}@PICKUPMARK) exten => _**ZXX,n,Pickup(777 at from-did-direct) exten => _**ZXX,n,Pickup(777 at from-internal) exten => _**ZXX,n,Pickup(777) exten => _**ZXX,n,Pickup(777 at ext-queues) exten => _**ZXX,n,Pickup(777 at PICKUPMARK) This is the CLI output when trying to pickup a call (call from 779 t...
2009 Mar 06
5
work around the 64 pickupgroups limit
Hi! What are the typical ways to work around the 64 groups limit? thanks klaus
2010 Mar 12
1
1.2 to 1.6 and bristuff
Hi, I am just moving from Asterisk 1.2+bristuff up to 1.6.2, a huge leap :) I was wondering if someone could point me at 3 things that I appear to have "lost"? 1) ZapEC(off) - Is there an equivalent dialplan command to request no EC on a channel before dialling in DAHDI? 2) rxfax(file.tiff) - I have found ReceiveFax(), but I am aware that much has happened in the faxing stakes
2013 Jun 06
1
Hangup cause 111 after call pickup
...s up the incoming channel SipAgenT01-00001454, and the call is answered. After 7 seconds, the conversation is terminated. /[Jun 6 10:13:15] VERBOSE[21118] pbx.c: [Jun 6 10:13:15] -- Executing [120 at sub-pickup:25] Pickup("SIP///sipacc//3-0000147c", "SIP/SipAgenT01-00001454 at PICKUPMARK") in new stack// //[Jun 6 10:13:15] VERBOSE[20788] app_queue.c: [Jun 6 10:13:15] -- SIP///sipacc3//-0000147c answered SIP/SipAgenT01-00001454// // //[Jun 6 10:13:22] VERBOSE[20788] pbx.c: [Jun 6 10:13:22] -- Executing [h at pbx-routing:3] NoOp("SIP/SipAgenT01-00001454",...
2011 Apr 12
0
No subject
...statuses of Ringing, Inuse and Online and one touch directed call pickup. On the asterisk side all that needs to be done is to add a hint to the extension and enable directed pickup. Directed pickup is enabled by adding the following lines to extensios.conf exten => _*8.,1,SET(GLOBAL(PICKUPMARK)=${EXTEN:2}) exten => _*8.,n,Pickup(${EXTEN:2}@PICKUPMARK) On the phone side for each line that is going to be monitored add lines like the following to the phone's cfg file. attendant.reg="1" attendant.resourceList.1.address="sip:205 at 19...
2008 Jun 19
5
Grandstream Busy Light Fields
Hello ! I am having troubles setting up Busy Light Fields (BLF) in asterisk 1.4.18 The things work up to 80%, I can transfer the call by BLF button and I can see the green (free) status and red (busy) status. What I cannot do is to accept the call when someone rings a remote extension. The BLF button starts to blink in red telling me that the call is ringing on remote extenson, but if I press it,
2007 Jun 20
3
Single ringer phone for incoming calls, that anyone can answer
Hi list, Does anyone have any advice on the following: Incoming calls to our office come in on a SIP trunk. Since all our offices/desks are in close proximity, we would like just a single phone to ring when a call comes in instead of ringing every person's phone. Currently we've got this working by having all the phones in a callgroup/pickupgroup and incoming calls ring the
2010 Feb 13
2
Call Pickup with 1.6.2.1 and Snom
...11 10:44:13] DEBUG[4659] chan_sip.c: Initializing initreq for method INVITE - callid 3c2672b3f35a-dpd0zv11yegl [Feb 11 10:44:13] VERBOSE[4659] chan_sip.c: Using INVITE request as basis request - 3c2672b3f35a-dpd0zv11yegl [...] [Feb 11 10:44:13] DEBUG[4659] chan_sip.c: About to call Pickup(35505 at PICKUPMARK) [Feb 11 10:44:13] DEBUG[4649] devicestate.c: Changing state for SIP/35504 - state 2 (In use) [Feb 11 10:44:13] DEBUG[4649] devicestate.c: device 'SIP/35504' state '2' [Feb 11 10:44:13] NOTICE[4659] app_directed_pickup.c: No target channel found for 35505. [Feb 11 10:44:13] DEBUG[46...
2009 Jul 20
0
No subject
...</title> <font face="Helvetica, Arial, sans-serif">Philipp,<br> <br> I have read this wiki, but I still don't know how to implement it in my example...<br> <br> The wiki says :<br> <br> </font>exten =&gt; 1234,1,Set(__PICKUPMARK=1234) <br> <br> <br> So how do I do this with my dialplan :<br> <br> exten =&gt; s,n,Dial(${SIPaccounts},${timeout})<br> or translated :<br> exten =&gt; s,n,Dial(SIP/testcorp1&amp;SIP/testcorp2)<br> <br> Can you give me the...
2011 Apr 12
0
No subject
...to be done is to add a hint to=20 the extension and enable directed pickup. Directed pickup is enabled by=20 adding the following lines to extensios.conf=20 <br><span style=3D"font-family:monospace">=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0exten=A0=3D&gt;=A0_*8.,1,SET(GLOBAL(PICKUPMARK)=3D${EXTEN:2}) </span><br><span style=3D"font-family:monospace">=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0exten=A0=3D&gt;=A0_*8.,n,Pickup(${EXTEN:2}@PICKUPMARK) </span><br> <br>On the phone side for each line that is going to be monitored add lines= li...
2009 Jul 20
0
No subject
...ki/view/Asterisk+SLA) This INVITE fails with : <snip> chan_sip.c: Trying to pick up 7792 at subs <snip> app_directed_pickup.c: No target channel found for 7792. If I'm dialing *87792 instead of using BLF, then I'm entering the dialplan part in which there is Pickup(${EXTEN:2}@PICKUPMARK) and the call is correctly pickup. So my understanding is : when upgrading from 1.6.1 to 1.6.2, Asterisk must somehow advertise a newly supported SIP capability which is now used by ST2030S hardphones to build Pickup requests. My question is : - is my understanding correct ? - if positive, is t...
2008 Nov 06
0
Asterisk trunking
...; 89,n,Hangup() exten => 90,1,Dial(SIP/90,130,rtk) exten => 90,n,Hangup() exten => 95,1,Dial(SIP/95,130,rtk) exten => 95,n,Hangup() exten => 96,1,Dial(SIP/96,130,rtk) exten => 96,n,Hangup() ; voicemail exten => 700,1,VoiceMailMain() ; Pickup BLF exten => _**6X,1,SET(GLOBAL(PICKUPMARK)=${EXTEN:2}@buster) exten => _**6X,n,PickUp(${EXTEN:2}@buster) exten => _**7X,1,SET(GLOBAL(PICKUPMARK)=${EXTEN:2}@buster) exten => _**7X,n,PickUp(${EXTEN:2}@buster) ;exten => _**.,1,Pickup(${EXTEN:2}@buster) ;exten => _**.,n,Hangup() ;;exten => _**6X,1,Pickup(${EXTEN:2}@buster) ;...
2008 Mar 20
8
BLF and Snom phones
Hello, I am having some troubles with Snom phones and maybe someone can help me. Let me say this: BLF and pickup works great with Polycomes and Grandstream etc... So I think my problem might not be Asterisk related but I am not 100% sure. The snom phones subscribe to my extensions (hint priority) as expected. The light blinks (ringing) or is turned on (in the call) as expected. My problem is to
2008 Nov 12
3
Grandstream and pickup
Man, I really feel stupid, but after banging my head on a brick wall for several hours ... I need help! I've gotten the BLF to work on my shiny new GXP2010. The GXP is exten 5707, and I've got an xlite on 5608. When I make a call from an outside line, I dial SIP/5608. The little blinky light on the GXP that's monitoring 5608 goes, well, "blink blink". :) I then press