Re: [asterisk-users] BLF/Call Pickup using SPA942, SPA962, SPA932

2010-08-16 Thread Cassius Smith
After chasing this some more, I decided to do the following:
1. Change the pickup code on the phone to *8#
2. Add an extension as follows:
exten => _*8XXX,1,Pickup($EXTEN:2})

This worked. When I first tried it, I included a context but that didn't
work for me (could be my dialplan context includes).

Cassius

-Original Message-
From: Cassius Smith 
Reply-to: Asterisk Users Mailing List - Non-Commercial Discussion

To: Asterisk Users Mailing List - Non-Commercial Discussion

Subject: Re: [asterisk-users] BLF/Call Pickup using SPA942, SPA962,
SPA932
Date: Sat, 14 Aug 2010 23:02:06 -0500

Yes, all set to same pickup group.
Here is sip.conf setup (all ext's are similarly configured):
[600]
type=friend
mailbox=...@default
context=users
pickupgroup=1
host=dynamic
secret=***

-Original Message-
From: Ron 
Reply-to: Asterisk Users Mailing List - Non-Commercial Discussion

To: Asterisk Users Mailing List - Non-Commercial Discussion

Subject: Re: [asterisk-users] BLF/Call Pickup using SPA942, SPA962,
SPA932
Date: Sun, 15 Aug 2010 07:29:11 +0800

hi,

just taking a wild guess here, are the extensions set to be in the same 
pickupgroup?

regards
ron

On 8/15/10 7:01 AM, Cassius Smith wrote:
> 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 has *8 as the pickupexten in features.conf.
>
> On the SPA's the extended function is:
> fnc=blf+sd+cp;sub=...@$proxy;ext=...@$proxy
>
> the "SPA932 Call Pickup Code:" field is set to *8.
>
> I ring the extension; the lamp flashes on the shared line on the SPA,
> just like it should. When I press the flashing lamp, the CLI gives me:
>
> Notice [1328] Nothing to pick up for baf8bc-e23bc...@192.168.1.39
>
> note: (this is the ip address of the SPA-942 in this case)
> then
> Got SIP response 603 "Decline" back from 192.168.1.47
> note: (this is the ringing extension, in this case a Polycom 330).
>
> I have tried different pickup codes, and some web pages say to add a #
> at the end of the call pickup code. When I do that, the CLI says
>
> "Notice [1328] Call from '602' to extension '**600' rejected because
> extension not found"
>
> So - how to resolve this? Do I need dialplan code to handle this? I get
> the clue from "nothing to pickup for blah blah" that I'm close but may
> be missing something simple.
>
> Thanks all
>
> Cassius
>
>
>







-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] BLF/Call Pickup using SPA942, SPA962, SPA932

2010-08-14 Thread Cassius Smith
Yes, all set to same pickup group.
Here is sip.conf setup (all ext's are similarly configured):
[600]
type=friend
mailbox=...@default
context=users
pickupgroup=1
host=dynamic
secret=***

-Original Message-
From: Ron 
Reply-to: Asterisk Users Mailing List - Non-Commercial Discussion

To: Asterisk Users Mailing List - Non-Commercial Discussion

Subject: Re: [asterisk-users] BLF/Call Pickup using SPA942, SPA962,
SPA932
Date: Sun, 15 Aug 2010 07:29:11 +0800

hi,

just taking a wild guess here, are the extensions set to be in the same 
pickupgroup?

regards
ron

On 8/15/10 7:01 AM, Cassius Smith wrote:
> 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 has *8 as the pickupexten in features.conf.
>
> On the SPA's the extended function is:
> fnc=blf+sd+cp;sub=...@$proxy;ext=...@$proxy
>
> the "SPA932 Call Pickup Code:" field is set to *8.
>
> I ring the extension; the lamp flashes on the shared line on the SPA,
> just like it should. When I press the flashing lamp, the CLI gives me:
>
> Notice [1328] Nothing to pick up for baf8bc-e23bc...@192.168.1.39
>
> note: (this is the ip address of the SPA-942 in this case)
> then
> Got SIP response 603 "Decline" back from 192.168.1.47
> note: (this is the ringing extension, in this case a Polycom 330).
>
> I have tried different pickup codes, and some web pages say to add a #
> at the end of the call pickup code. When I do that, the CLI says
>
> "Notice [1328] Call from '602' to extension '**600' rejected because
> extension not found"
>
> So - how to resolve this? Do I need dialplan code to handle this? I get
> the clue from "nothing to pickup for blah blah" that I'm close but may
> be missing something simple.
>
> Thanks all
>
> Cassius
>
>
>




-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] BLF/Call Pickup using SPA942, SPA962, SPA932

2010-08-14 Thread Ron
hi,

just taking a wild guess here, are the extensions set to be in the same 
pickupgroup?

regards
ron

On 8/15/10 7:01 AM, Cassius Smith wrote:
> 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 has *8 as the pickupexten in features.conf.
>
> On the SPA's the extended function is:
> fnc=blf+sd+cp;sub=...@$proxy;ext=...@$proxy
>
> the "SPA932 Call Pickup Code:" field is set to *8.
>
> I ring the extension; the lamp flashes on the shared line on the SPA,
> just like it should. When I press the flashing lamp, the CLI gives me:
>
> Notice [1328] Nothing to pick up for baf8bc-e23bc...@192.168.1.39
>
> note: (this is the ip address of the SPA-942 in this case)
> then
> Got SIP response 603 "Decline" back from 192.168.1.47
> note: (this is the ringing extension, in this case a Polycom 330).
>
> I have tried different pickup codes, and some web pages say to add a #
> at the end of the call pickup code. When I do that, the CLI says
>
> "Notice [1328] Call from '602' to extension '**600' rejected because
> extension not found"
>
> So - how to resolve this? Do I need dialplan code to handle this? I get
> the clue from "nothing to pickup for blah blah" that I'm close but may
> be missing something simple.
>
> Thanks all
>
> Cassius
>
>
>

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


[asterisk-users] BLF/Call Pickup using SPA942, SPA962, SPA932

2010-08-14 Thread Cassius Smith
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 has *8 as the pickupexten in features.conf. 

On the SPA's the extended function is:
fnc=blf+sd+cp;sub=...@$proxy;ext=...@$proxy

the "SPA932 Call Pickup Code:" field is set to *8.

I ring the extension; the lamp flashes on the shared line on the SPA,
just like it should. When I press the flashing lamp, the CLI gives me:

Notice [1328] Nothing to pick up for baf8bc-e23bc...@192.168.1.39 

note: (this is the ip address of the SPA-942 in this case)
then
Got SIP response 603 "Decline" back from 192.168.1.47 
note: (this is the ringing extension, in this case a Polycom 330).

I have tried different pickup codes, and some web pages say to add a #
at the end of the call pickup code. When I do that, the CLI says

"Notice [1328] Call from '602' to extension '**600' rejected because
extension not found"

So - how to resolve this? Do I need dialplan code to handle this? I get
the clue from "nothing to pickup for blah blah" that I'm close but may
be missing something simple.

Thanks all

Cassius



-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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