[asterisk-users] directed call pickup with PICKUPMARK

2007-02-15 Thread Klaus Darilion

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 - Pickup(exten) does not work 
for me as the incoming calls will be handled in macros and thus the 
extension of the ringing call is 's' and not the dialed extension.

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Directed Call Pickup

2006-02-03 Thread Mimmus
 Remember that the *8 in your features.conf has nothing to do 
 with direct pickup.  So in your case try replacing _86. with 
 _*8. but I don't know if that will cause problems.
Yes!!!
I thought that this was a feature too instead it's a dialplan application.

Asterisk is a bottomless sea.

Thanks
Mimmus


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Directed Call Pickup

2006-02-03 Thread Garth van Sittert
Ok, I think I am getting somewhere.  When I am ringing extension 200 I 
do a show channel SIP/200 and this is what I get:


-- General --
  Name: SIP/200-b699
  Type: SIP
  UniqueID: asterisk-2177-1138957721.175
 Caller ID: s
Caller ID Name: (N/A)
   DNID Digits: (N/A)
 State: Ringing (5)
 Rings: 0
  NativeFormat: 8
   WriteFormat: 8
ReadFormat: 8
1st File Descriptor: 28
 Frames in: 1
Frames out: 354
Time to Hangup: 0
  Elapsed Time: N/A
 Direct Bridge: none
Indirect Bridge: none
--   PBX   --
   Context: internal
 Extension:
  Priority: 1
Call Group: 2
  Pickup Group: 2
   Application: AppDial
  Data: (Outgoing Line)
   Blocking in: ast_waitfor_nandfds
 Variables:
DIALEDPEERNUMBER=200
[EMAIL PROTECTED]

There is no value for Extension:. Is this normal?  If not, how is it set?

My sip.conf:

[general]
   port = 5060
   bindaddr = 0.0.0.0
   canreinvite=no
   disallow=all
   allow=alaw
   context=internal

[200]
   callerid=Reception 200
   type=friend
   host=dynamic
   dtmfmode=rfc2833
   username=200
   secret=pbx


Kind Regards
Garth




Garth van Sittert wrote:

Show Features produces:
   Builtin Feature   Default Current
   ---   --- ---
   Pickup*8  *8
   Blind Transfer#   #
   Attended Transfer *2
   One Touch Monitor
   Disconnect Call   *   *

   Dynamic Feature   Default Current
   ---   --- ---
   (none)

   Call parking
   
   Parking extension   :   700
   Parking context :   parkedcalls
   Parked call extensions: 701-720



in extension.conf I have:
   exten = _8.,1,Pickup(${EXTEN:1})



When I dial 812, in the CLI I can see:
   Executing Pickup(SIP/29-707f, 12) in new stack


Any thoughts?

Kind Regards
Garth






Bob Goddard wrote:

On Thursday 02 Feb 2006 16:46, Garth van Sittert wrote:
 

Hi All

I am having problems with Directed Call Pickup in Asterisk 1.2.1

If extension 100 is ringing, a user at another extension is supposed to
be able to dial *8100 and pickup the call to 100.  It isn't working for
me and I cannot figure out why.

I have in features.conf:

pickupexten = *8



At the CLI, show features should tell you if it is configured.
If so, you need to tell us what happens on the console.
If not, then you are liable to get asked my car does not work,
does anyone know why?.


B

  




--
Garth van Sittert
BSc (Physics  Computer Science)
-
Mobile: +27 (0)83 791 6662
Email:  [EMAIL PROTECTED]
Phone:  08600 BITCO
Web:www.bitco.co.za 


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Directed Call Pickup

2006-02-03 Thread Garth van Sittert

Hi Alex

I tried your exact example below and still the same thing.  I am getting 
403 Denied after I see the Pickup cmd in the CLI.  If you do a show 
channel SIP/XXX when the phone is ringing, do you get a value for 
Extension:??


Kind Regards
Garth



Alex Barnes wrote:

-Original Message-
From: [EMAIL PROTECTED] [mailto:asterisk-users-
[EMAIL PROTECTED] On Behalf Of Garth van Sittert
Sent: 02 February 2006 16:47
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] Directed Call Pickup

Hi All

I am having problems with Directed Call Pickup in Asterisk 1.2.1

If extension 100 is ringing, a user at another extension is supposed


to
  

be able to dial *8100 and pickup the call to 100.  It isn't working


for
  

me and I cannot figure out why.

I have in features.conf:

pickupexten = *8





I am running 1.2.1 and works for me.


exten = _86.,1,Macro(directedPickup) ;  Direct Pickup

[macro-directedPickup]
exten = s,1,Pickup(${MACRO_EXTEN:2});


Remember that the *8 in your features.conf has nothing to do with direct
pickup.  So in your case try replacing _86. with _*8. but I don't know
if that will cause problems.

HTH

Alex

---
Alex Barnes
Engineering Support
Ubiquity Software
---


Information contained in this e-mail and any attachments are intended for the 
use of the addressee only, and may contain confidential information of Ubiquity 
Software Corporation.  All unauthorized use, disclosure or distribution is 
strictly prohibited.  If you are not the addressee, please notify the sender 
immediately and destroy all copies of this email.  Unless otherwise expressly 
agreed in writing signed by an officer of Ubiquity Software Corporation, 
nothing in this communication shall be deemed to be legally binding.  Thank you.

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
  


--
Garth van Sittert
BSc (Physics  Computer Science)
-
Mobile: +27 (0)83 791 6662
Email:  [EMAIL PROTECTED]
Phone:  08600 BITCO
Web:www.bitco.co.za 


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Directed Call Pickup

2006-02-03 Thread steve

I think that this line of context  *exten = _8.,1,Pickup(${EXTEN:1})* might 
be the issue.  Starting with an underscore before the 8 states that you want to perform 
pattern matching and the period after the 8 means wildcard. I think if you remove those two 
special characters your issue will be solved.

Regards,
Steve  Cayona


Show Features produces:
   Builtin Feature   Default Current
   ---   --- ---
   Pickup*8  *8
   Blind Transfer#   #
   Attended Transfer *2
   One Touch Monitor
   Disconnect Call   *   *

   Dynamic Feature   Default Current
   ---   --- ---
   (none)

   Call parking
   
   Parking extension   :   700
   Parking context :   parkedcalls
   Parked call extensions: 701-720



in extension.conf I have:
   exten = _8.,1,Pickup(${EXTEN:1})



When I dial 812, in the CLI I can see:
   Executing Pickup(SIP/29-707f, 12) in new stack


Any thoughts?

Kind Regards
Garth

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Directed Call Pickup

2006-02-02 Thread Garth van Sittert

Hi All

I am having problems with Directed Call Pickup in Asterisk 1.2.1

If extension 100 is ringing, a user at another extension is supposed to 
be able to dial *8100 and pickup the call to 100.  It isn't working for 
me and I cannot figure out why.


I have in features.conf:

pickupexten = *8

Kind Regards
Garth


--
Garth van Sittert
BSc (Physics  Computer Science)
-
Mobile: +27 (0)83 791 6662
Email:  [EMAIL PROTECTED]
Phone:  08600 BITCO
Web:www.bitco.co.za 


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Directed Call Pickup

2006-02-02 Thread Bob Goddard
On Thursday 02 Feb 2006 16:46, Garth van Sittert wrote:
 Hi All

 I am having problems with Directed Call Pickup in Asterisk 1.2.1

 If extension 100 is ringing, a user at another extension is supposed to
 be able to dial *8100 and pickup the call to 100.  It isn't working for
 me and I cannot figure out why.

 I have in features.conf:

 pickupexten = *8

At the CLI, show features should tell you if it is configured.
If so, you need to tell us what happens on the console.
If not, then you are liable to get asked my car does not work,
does anyone know why?.


B

-- 
http://www.mailtrap.org.uk/
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Directed Call Pickup

2006-02-02 Thread Mimmus
Same problem for me. Direct call pickup doesn't work. Global pickup is OK.
This is 'show features' output:

 show features 
Builtin Feature   Default Current
---   --- ---
Pickup*8  *8 
Blind Transfer#   #1 
Attended Transfer #2 
One Touch Monitor *1 
Disconnect Call   *   *  

Dynamic Feature   Default Current
---   --- ---
(none)

Call parking

Parking extension   :   700
Parking context :   parkedcalls
Parked call extensions: 701-720 


'show modules' says that app_directed_pickup.so is loaded:

 app_directed_pickup.so Directed Call Pickup Application 0 

Then I have also:

show application Pickup
asterisk1*CLI 
  -= Info about application 'Pickup' =- 

[Synopsis]
Directed Call Pickup

[Description]
  Pickup([EMAIL PROTECTED]): This application can pickup any ringing
channel
that is calling the specified extension. If no context is specified, the
current
context will be used.


Any help?

Thanks
Mimmus

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Directed Call Pickup

2006-02-02 Thread Alex Barnes

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:asterisk-users-
 [EMAIL PROTECTED] On Behalf Of Garth van Sittert
 Sent: 02 February 2006 16:47
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: [Asterisk-Users] Directed Call Pickup
 
 Hi All
 
 I am having problems with Directed Call Pickup in Asterisk 1.2.1
 
 If extension 100 is ringing, a user at another extension is supposed
to
 be able to dial *8100 and pickup the call to 100.  It isn't working
for
 me and I cannot figure out why.
 
 I have in features.conf:
 
 pickupexten = *8
 


I am running 1.2.1 and works for me.


exten = _86.,1,Macro(directedPickup) ;  Direct Pickup

[macro-directedPickup]
exten = s,1,Pickup(${MACRO_EXTEN:2});


Remember that the *8 in your features.conf has nothing to do with direct
pickup.  So in your case try replacing _86. with _*8. but I don't know
if that will cause problems.

HTH

Alex

---
Alex Barnes
Engineering Support
Ubiquity Software
---


Information contained in this e-mail and any attachments are intended for the 
use of the addressee only, and may contain confidential information of Ubiquity 
Software Corporation.  All unauthorized use, disclosure or distribution is 
strictly prohibited.  If you are not the addressee, please notify the sender 
immediately and destroy all copies of this email.  Unless otherwise expressly 
agreed in writing signed by an officer of Ubiquity Software Corporation, 
nothing in this communication shall be deemed to be legally binding.  Thank you.

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Directed Call Pickup

2006-02-02 Thread Garth van Sittert

Show Features produces:
   Builtin Feature   Default Current
   ---   --- ---
   Pickup*8  *8
   Blind Transfer#   #
   Attended Transfer *2
   One Touch Monitor
   Disconnect Call   *   *

   Dynamic Feature   Default Current
   ---   --- ---
   (none)

   Call parking
   
   Parking extension   :   700
   Parking context :   parkedcalls
   Parked call extensions: 701-720



in extension.conf I have:
   exten = _8.,1,Pickup(${EXTEN:1})



When I dial 812, in the CLI I can see:
   Executing Pickup(SIP/29-707f, 12) in new stack


Any thoughts?

Kind Regards
Garth






Bob Goddard wrote:

On Thursday 02 Feb 2006 16:46, Garth van Sittert wrote:
  

Hi All

I am having problems with Directed Call Pickup in Asterisk 1.2.1

If extension 100 is ringing, a user at another extension is supposed to
be able to dial *8100 and pickup the call to 100.  It isn't working for
me and I cannot figure out why.

I have in features.conf:

pickupexten = *8



At the CLI, show features should tell you if it is configured.
If so, you need to tell us what happens on the console.
If not, then you are liable to get asked my car does not work,
does anyone know why?.


B

  


--
Garth van Sittert
BSc (Physics  Computer Science)
-
Mobile: +27 (0)83 791 6662
Email:  [EMAIL PROTECTED]
Phone:  08600 BITCO
Web:www.bitco.co.za 


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] directed call pickup

2004-12-21 Thread Tim Lewis
Is anyone using directed call pickup?

*8+exten to only pick up an extension if the phone is ringing. The
wiki says asterisk supports it but it seems it does not work. What am I
doing wrong?


Thanks

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] directed call pickup

2004-12-21 Thread Paul Zimm

Is anyone using directed call pickup?
*8+exten to only pick up an extension if the phone is ringing. The
wiki says asterisk supports it but it seems it does not work. What am I
doing wrong?
 

Directed call pickup for a specific extension is not currently part of 
Asterisk CVS. It is
available as an add-on app see:
http://bugs.digium.com/bug_view_advanced_page.php?bug_id=0002692
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Directed call pickup

2004-11-29 Thread Matthew Marlowe
Is anyone successfully using directed call pickup with asterisk?

*8exten to only pick up that persons extension if the phone is
ringing.. It says in the wiki asterisk supports it but I can not get
it to work..
Thanks


-- 
MBM
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Directed call pickup

2004-11-29 Thread Peter Svensson
On Mon, 29 Nov 2004, Matthew Marlowe wrote:

 Is anyone successfully using directed call pickup with asterisk?
 
 *8exten to only pick up that persons extension if the phone is
 ringing.. It says in the wiki asterisk supports it but I can not get
 it to work..

You could use app_intercept from
  http://bugs.digium.com/bug_view_advanced_page.php?bug_id=0002692

Peter


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Directed Call Pickup

2004-08-24 Thread Mike Meyer
Hi everyone,

I have been trying to get call pickup to work and am having success
with group pickup by setting the callgroup and pickupgroup in the
zapata.conf and sip.conf files. However, I cannot get directed call
pickup to work. 

According to the little documentation
(http://www.voip-info.org/tiki-index.php?page=PBX+Call+Pickup) that I
found on the subject, the user is supposed to be able to enter the call
pickup extension and then enter the extension to pick up.

Basically *8 doesn't work. Is there some configuration that I am
missing? Do I need to define a new call pickup extension in
extensions.conf that answers the call on the remote extension?

Any direction will help.

FYI; Another caveat I have also run into is that a simple reload after
changing the sip.conf and zapata.conf files did not always pick up the
new group settings and allow me to do group call pickup. Anyone else run
into this? I had to stop and start *.

Thanks much,
Mike Meyer


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Directed Call Pickup

2004-07-14 Thread Stefan de Konink
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()
I'm interested in how to do the 'TransferCallToThisPhone' procedure.
Stefan
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users