Re: [asterisk-users] Polycom call parking feature and Asterisk call parking

2007-03-15 Thread Lacy Moore - Aspendora

On 3/14/07, Mojo with Horan  Company, LLC [EMAIL PROTECTED] wrote:

The third field, in my case Local/4${BRIDGEPEER:5:[EMAIL PROTECTED]
is the channel to announce the parked call slot to.  In my case,
extensions beginning with 1xx are the phones themselves, and extensions
4xx are the same phones but will make them auto-answer (like paging).
You might have a better way to do this because this is a little cumbersome.


The auto answer part of this is just too cool!  You don't have to put
the phone on the hook and parking, you don't have to worry about
answering or fumbling around and hanging up on the callback, or
anything.  If you have the handset in your hands, it calls back, plays
the number in your ear and it's done.  If you're on speakerphone, it
calls back and plays the number and it's done.  Almost as good as
parking using chan_sccp with the Cisco (it also displays the parking
spot on the park... hmmm...  that could possibly be done...).

On my phones, when I press park, I have to press a number (any number
works) and then press park again.  Is this the case for everyone else,
or am I missing something?  Not a big deal, just seems odd.
___
--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] Polycom call parking feature and Asterisk call parking

2007-03-14 Thread Mojo with Horan Company, LLC
IIRC, you need an extension named 'callpark' in your extensions.conf 
that calls the ParkAndAnnounce application.


This should get you started:

exten = 
callpark,1,ParkAndAnnounce(PARKED|600|Local/4${BRIDGEPEER:5:[EMAIL PROTECTED]|incoming,s,1)


in the CLI:
Show Application ParkAndAnnounce
for usage info.

The third field, in my case Local/4${BRIDGEPEER:5:[EMAIL PROTECTED] 
is the channel to announce the parked call slot to.  In my case, 
extensions beginning with 1xx are the phones themselves, and extensions 
4xx are the same phones but will make them auto-answer (like paging). 
You might have a better way to do this because this is a little cumbersome.


hope it helps!

Mojo

Stephen Bosch wrote:

Hi:

I want to make parking calls easier for my hard-working users. Is there
a way to make the Polycom call park feature work with Asterisk?

In case it just works out of the box, I haven't tried it yet; but the
call park feature isn't enabled on the Polycom phones by default.

-Stephen-
___
--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

___
--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] Polycom call parking feature and Asterisk call parking

2007-03-14 Thread Stephen Bosch

Mojo with Horan  Company, LLC wrote:
 IIRC, you need an extension named 'callpark' in your extensions.conf
 that calls the ParkAndAnnounce application.
 
 This should get you started:
 
 exten =
 callpark,1,ParkAndAnnounce(PARKED|600|Local/4${BRIDGEPEER:5:[EMAIL 
 PROTECTED]|incoming,s,1)
 
 
 in the CLI:
 Show Application ParkAndAnnounce
 for usage info.
 
 The third field, in my case Local/4${BRIDGEPEER:5:[EMAIL PROTECTED]
 is the channel to announce the parked call slot to.  In my case,
 extensions beginning with 1xx are the phones themselves, and extensions
 4xx are the same phones but will make them auto-answer (like paging).
 You might have a better way to do this because this is a little cumbersome.
 
 hope it helps!
 
 Mojo

Hey, Mojo:

Thanks for this!

-Stephen-
___
--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] Polycom call parking feature and Asterisk call parking

2007-03-14 Thread Noah Miller

Hi Stephen -


I want to make parking calls easier for my hard-working users. Is there
a way to make the Polycom call park feature work with Asterisk?

In case it just works out of the box, I haven't tried it yet; but the
call park feature isn't enabled on the Polycom phones by default.


If you want to make it even easier, you can make parking work with a
single DTMF press.  I believe 1.4 has this feature by default using
the kK flags for dial(), and setting it up in features.conf.

If you're still running 1.2.x, I can provide you with a patch.  It's a
bit hack-ish, but I've been using it production for over a year now.

- Noah
___
--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] Polycom call parking feature and Asterisk call parking

2007-03-09 Thread Stephen Bosch
Hi:

I want to make parking calls easier for my hard-working users. Is there
a way to make the Polycom call park feature work with Asterisk?

In case it just works out of the box, I haven't tried it yet; but the
call park feature isn't enabled on the Polycom phones by default.

-Stephen-
___
--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