VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
motty.cruz at gmail.com Guest
|
Posted: Thu Jan 02, 2014 11:03 am Post subject: [asterisk-users] Asterisk 1.8.22.0 Polycom ip soundpoint sp4 |
|
|
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 |
|
Back to top |
|
|
EWieling at nyigc.com Guest
|
Posted: Thu Jan 02, 2014 11:13 am Post subject: [asterisk-users] Asterisk 1.8.22.0 Polycom ip soundpoint sp4 |
|
|
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-bounces@lists.digium.com [mailto:asterisk-users-bounces@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 |
|
Back to top |
|
|
kevin.larsen at pionee... Guest
|
Posted: Thu Jan 02, 2014 11:19 am Post subject: [asterisk-users] Asterisk 1.8.22.0 Polycom ip soundpoint sp4 |
|
|
asterisk-users-bounces@lists.digium.com wrote on 01/02/2014 10:03:19 AM:
Quote: | From: motty cruz <motty.cruz@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-bounces@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. |
|
Back to top |
|
|
motty.cruz at gmail.com Guest
|
Posted: Thu Jan 02, 2014 11:26 am Post subject: [asterisk-users] Asterisk 1.8.22.0 Polycom ip soundpoint sp4 |
|
|
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.larsen@pioneerballoon.com (kevin.larsen@pioneerballoon.com)> wrote:
Quote: | asterisk-users-bounces@lists.digium.com (asterisk-users-bounces@lists.digium.com) wrote on 01/02/2014 10:03:19 AM:
Quote: | From: motty cruz <motty.cruz@gmail.com (motty.cruz@gmail.com)>
To: Asterisk Users Mailing List - Non-Commercial Discussion
|
Quote: | <asterisk-users@lists.digium.com (asterisk-users@lists.digium.com)>,
Date: 01/02/2014 10:02 AM
Subject: [asterisk-users] Asterisk 1.8.22.0 Polycom ip soundpoint sp450
|
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
|
|
|
Back to top |
|
|
rswagoner at gmail.com Guest
|
Posted: Thu Jan 02, 2014 12:13 pm Post subject: [asterisk-users] Asterisk 1.8.22.0 Polycom ip soundpoint sp4 |
|
|
On Thu, Jan 2, 2014 at 11:13 AM, Eric Wieling <EWieling@nyigc.com (EWieling@nyigc.com)> wrote:
Quote: | 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 |
|
Back to top |
|
|
motty.cruz at gmail.com Guest
|
Posted: Thu Jan 02, 2014 12:21 pm Post subject: [asterisk-users] Asterisk 1.8.22.0 Polycom ip soundpoint sp4 |
|
|
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 <rswagoner@gmail.com (rswagoner@gmail.com)> wrote:
Quote: |
On Thu, Jan 2, 2014 at 11:13 AM, Eric Wieling <EWieling@nyigc.com (EWieling@nyigc.com)> wrote:
Quote: | 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
|
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|