[asterisk-users] Asterisk 1.8.22.0 Polycom ip soundpoint sp450

2014-01-02 Thread motty cruz
Hello, I'm having issues with my phone Polycom sp450 not subscribing to
Asterisk server. Asterisk server is fine, firewall is not the issue because
a secondary phone is working fine, my connection to the server is fine too,
any ideas or suggestions are welcome.

-Motty
-- 
_
-- 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] Asterisk 1.8.22.0 Polycom ip soundpoint sp450

2014-01-02 Thread Eric Wieling
Which firmware version?  4.1.x is only for use with MS Link server.  A symptom 
of running 4.1.x firmware with a non-MS server is the phone will not show 
buddies.

-Original Message-
From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of motty cruz
Sent: Thursday, January 02, 2014 11:03 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Asterisk 1.8.22.0 Polycom ip soundpoint sp450

Hello, I'm having issues with my phone Polycom sp450 not subscribing to 
Asterisk server. Asterisk server is fine, firewall is not the issue because a 
secondary phone is working fine, my connection to the server is fine too, any 
ideas or suggestions are welcome. 

-Motty

-- 
_
-- 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] Asterisk 1.8.22.0 Polycom ip soundpoint sp450

2014-01-02 Thread Kevin Larsen
asterisk-users-boun...@lists.digium.com wrote on 01/02/2014 10:03:19 AM:

 From: motty cruz motty.c...@gmail.com
 To: Asterisk Users Mailing List - Non-Commercial Discussion 
 asterisk-users@lists.digium.com, 
 Date: 01/02/2014 10:02 AM
 Subject: [asterisk-users] Asterisk 1.8.22.0 Polycom ip soundpoint sp450
 Sent by: asterisk-users-boun...@lists.digium.com
 
 Hello, I'm having issues with my phone Polycom sp450 not subscribing
 to Asterisk server. Asterisk server is fine, firewall is not the 
 issue because a secondary phone is working fine, my connection to 
 the server is fine too, any ideas or suggestions are welcome. 
 
 -Motty

We use Polycom 450s as the main desk phone throughout our company and have 
no issues with them registering. Without seeing your configs, it is hard 
to give you specific advice. The part of your configs you need to be 
looking at (assuming you are provisioning from http or ftp), are the 
following:

For the Polycom look at the reg section:
  reg reg.1.displayName=Bob Smith reg.1.address=6534 
reg.1.auth.userId=6534 reg.1.auth.password=myPassword/reg

For Asterisk (in your sip.conf or other appropriate config file):

  [6534](polycom)
  callerid=Bob SMith 6534
  secret=myPassword
  mailbox=6534

A couple of notes here: 6534 is the extension number for Bob Smith. 
myPassword in the files should be replaced with whatever password you 
have assigned for that phone. The (polycom) template contains all the 
options needed for phones to work in my specific install, but doesn't have 
anything that would affect registration.

If you watch the asterisk console when you boot up the phone, do you get 
any errors in the console? I know when I am testing/experimenting with new 
setups that I often see errors when the phone goes to register. It usually 
is because I have either specified a username that doesn't exist in 
Asterisk or I have the phone passing an incorrect password with what is 
specified in sip.conf.-- 
_
-- 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] Asterisk 1.8.22.0 Polycom ip soundpoint sp450

2014-01-02 Thread motty cruz
Thank you all for your prompt reply,

my phone was working up until this morning it just stop subscribing to the
Asterisk server.

Version: 3.2.4.0244
phone is configure to download configuration via ftp, again it configure
right because it was working fine.

the phone icon next to the extension number is dark same as the background
so that means is not subscribing to the Asterisk server.

Thank you very much.


On Thu, Jan 2, 2014 at 8:19 AM, Kevin Larsen 
kevin.lar...@pioneerballoon.com wrote:

 asterisk-users-boun...@lists.digium.com wrote on 01/02/2014 10:03:19 AM:

  From: motty cruz motty.c...@gmail.com
  To: Asterisk Users Mailing List - Non-Commercial Discussion
  asterisk-users@lists.digium.com,
  Date: 01/02/2014 10:02 AM
  Subject: [asterisk-users] Asterisk 1.8.22.0 Polycom ip soundpoint sp450
  Sent by: asterisk-users-boun...@lists.digium.com
 
  Hello, I'm having issues with my phone Polycom sp450 not subscribing
  to Asterisk server. Asterisk server is fine, firewall is not the
  issue because a secondary phone is working fine, my connection to
  the server is fine too, any ideas or suggestions are welcome.
 
  -Motty

 We use Polycom 450s as the main desk phone throughout our company and have
 no issues with them registering. Without seeing your configs, it is hard to
 give you specific advice. The part of your configs you need to be looking
 at (assuming you are provisioning from http or ftp), are the following:

 For the Polycom look at the reg section:
   reg reg.1.displayName=Bob Smith reg.1.address=6534
 reg.1.auth.userId=6534 reg.1.auth.password=myPassword/reg

 For Asterisk (in your sip.conf or other appropriate config file):

   [6534](polycom)
   callerid=Bob SMith 6534
   secret=myPassword
   mailbox=6534

 A couple of notes here: 6534 is the extension number for Bob Smith.
 myPassword in the files should be replaced with whatever password you
 have assigned for that phone. The (polycom) template contains all the
 options needed for phones to work in my specific install, but doesn't have
 anything that would affect registration.

 If you watch the asterisk console when you boot up the phone, do you get
 any errors in the console? I know when I am testing/experimenting with new
 setups that I often see errors when the phone goes to register. It usually
 is because I have either specified a username that doesn't exist in
 Asterisk or I have the phone passing an incorrect password with what is
 specified in sip.conf.
 --
 _
 -- 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

-- 
_
-- 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] Asterisk 1.8.22.0 Polycom ip soundpoint sp450

2014-01-02 Thread Ryan Wagoner
On Thu, Jan 2, 2014 at 11:13 AM, Eric Wieling ewiel...@nyigc.com wrote:

 Which firmware version?  4.1.x is only for use with MS Link server.  A
 symptom of running 4.1.x firmware with a non-MS server is the phone will
 not show buddies.


I'm running 4.1.0 on a Polycom IP 335 and IP 550 and version 4.1.5 on a
Polycom VVX 400. Buddies work on all three phones. The firmware is for both
SIP and Lync. You change the base profile option accordingly. Look in the
Polycom UC Software Admin Guide for more information.

Ryan
-- 
_
-- 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] Asterisk 1.8.22.0 Polycom ip soundpoint sp450

2014-01-02 Thread motty cruz
Thank you all,

After setting the phone to factory defaults, entered configuration
parameters, phone is working again. I really don't know why all sudden stop
working. at least know i have a working phone I will go thoroughly through
the logs, I hope to find the answer, if I do I will post it here.

Thank you again.


On Thu, Jan 2, 2014 at 9:12 AM, Ryan Wagoner rswago...@gmail.com wrote:


 On Thu, Jan 2, 2014 at 11:13 AM, Eric Wieling ewiel...@nyigc.com wrote:

 Which firmware version?  4.1.x is only for use with MS Link server.  A
 symptom of running 4.1.x firmware with a non-MS server is the phone will
 not show buddies.


 I'm running 4.1.0 on a Polycom IP 335 and IP 550 and version 4.1.5 on a
 Polycom VVX 400. Buddies work on all three phones. The firmware is for both
 SIP and Lync. You change the base profile option accordingly. Look in the
 Polycom UC Software Admin Guide for more information.

 Ryan


 --
 _
 -- 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

-- 
_
-- 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