News & Reviews
More How-To's & Tips More News
More Reviews Device Configuration Tools
No account yet? Create one
Forgot your Username or Password?

Welcome to the Voxilla VoIP Forum.

Voxilla has been a trusted source for accurate, up-to-date information on the IP Communications industry since 2002. A dedicated staff of reporters and engineers produce feature articles and product reviews to keep industry watchers abreast of the people, companies, and trends driving a fast moving market.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.





Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old March 17th, 2008, 05:17 PM
topdog topdog is offline
Junior Member
 
Join Date: Mar 2008
Posts: 4
topdog is on a distinguished road
Default Linksys SPA9000 in combination with Cisco 7970G + Voxalot

Finally I was able to upgrade the firmware of the Cisco 7970G phone so it's SIP compatible.

Now I wanted to connect it with the Linksys SPA9000, It doesn't want to register the phone with the voxalot service, maybe I did something wrong in step 2 of the Linksys setup (Connect the Internet Phones) cause it didn't reboot and automatically assign an extension number, it shows after startup the extension number I had assigned it in the new firmware but with a red cross, all other functions (except calling) seems to work.

Any help is wellcome to make this setup working.

the firmware of my Cisco 7970G is: cmterm-7970_7971-sip.8-0-3
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old March 18th, 2008, 01:01 AM
topdog topdog is offline
Junior Member
 
Join Date: Mar 2008
Posts: 4
topdog is on a distinguished road
Default Re: Linksys SPA9000 in combination with Cisco 7970G + Voxalot

I changed the default port in the Linksys SPA9000 from 6060 to 5060, now the menu said the phone is registered but still the extension number with phone symbol and red cross.

So I decided to change the SIP file and gonna reload it with some other settings.

What kind of settings (bold displayed) do I need to change in the line settings to make it work with voxalot and the linksys spa9000 pbx?

<line button="1">
<featureID>9</featureID>
<featureLabel>ext. number or voxalot id???</featureLabel>
<proxy>spa 9000 pbx ip or eu.voxalot.com???</proxy>
<port>5060</port>
<name></name>
<displayName>ext. number or voxalot id???</displayName>
<autoAnswer>
<autoAnswerEnabled>2</autoAnswerEnabled>
</autoAnswer>
<callWaiting>3</callWaiting>
<authName>ext. number or voxalot id???</authName>
<authPassword>ext.passw. or voxalot password???</authPassword>
<sharedLine>false</sharedLine>
<messageWaitingLampPolicy>3</messageWaitingLampPolicy>
<messagesNumber>*97</messagesNumber>
<ringSettingIdle>4</ringSettingIdle>
<ringSettingActive>5</ringSettingActive>
<contact>7b452e87-4496-4762-e11f-b26751a1884b</contact>
<forwardCallInfoDisplay>
<callerName>true</callerName>
<callerNumber>false</callerNumber>
<redirectedNumber>false</redirectedNumber>
<dialedNumber>true</dialedNumber>
</forwardCallInfoDisplay>
</line>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old March 18th, 2008, 08:49 PM
humba3 humba3 is offline
Senior Member
 
Join Date: Jun 2006
Posts: 1,076
humba3 is an unknown quantity at this point
Default Re: Linksys SPA9000 in combination with Cisco 7970G + Voxalot

I'm not even sure what you want to do .. is it connect the phone to the PBX, or connect the phone directly to the IPTSP?
__________________
There are two essential pieces to tracking down a problem with your VoIP equipment:
  • The configuration of every device involved
  • SIP protocol traces
And don't forget: there's no such thing as giving too much information when describing a problem.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old March 18th, 2008, 09:03 PM
topdog topdog is offline
Junior Member
 
Join Date: Mar 2008
Posts: 4
topdog is on a distinguished road
Default Re: Linksys SPA9000 in combination with Cisco 7970G + Voxalot

Hi Humba3, if it's possible I want to connect it with the spa9000, otherwise want to connect it directly.

Also don't know what number I must fill in Tftpd32 in the Additional Option line 2nd field (after 66) when trying to replace the firmware, sometimes I am lucky that it load the files.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old March 19th, 2008, 06:14 PM
humba3 humba3 is offline
Senior Member
 
Join Date: Jun 2006
Posts: 1,076
humba3 is an unknown quantity at this point
Default Re: Linksys SPA9000 in combination with Cisco 7970G + Voxalot

Doesn't Voxalot have a manual for how to configure an SPA ATA or SPA phone which should then directly translate to how you configure the SPA9k.

As far as the phone goes:
Code:
<featureLabel>ext. number or voxalot id???</featureLabel>
Should be any string you like (e.g. SPA9000, or the extension number, whatever you want to have as line label)
Code:
<proxy>spa 9000 pbx ip or eu.voxalot.com???</proxy>
IP Address of your SPA9k
Code:
<port>5060</port>
Should be 6060 when you run the SPA9k on its default. If that doesn't work, try proxy = <ip-address-spa9k>:6060

Code:
<displayName>ext. number or voxalot id???</displayName>
Whatever you want others to see if you call another internal extension.

Code:
<authName>ext. number or voxalot id???</authName>
internal extension number
Code:
<authPassword>ext.passw. or voxalot password???</authPassword>
Should be empty unless you configured your SPA9k to use passwords for registering extensions.

Code:
<messagesNumber>*97</messagesNumber>
vm

Code:
<contact>7b452e87-4496-4762-e11f-b26751a1884b</contact>
No idea what that is.. probably something sip like since there's no contact field on a call manager, but I don't know what to put there..
__________________
There are two essential pieces to tracking down a problem with your VoIP equipment:
  • The configuration of every device involved
  • SIP protocol traces
And don't forget: there's no such thing as giving too much information when describing a problem.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old March 19th, 2008, 06:14 PM
  #6 (permalink)  
Old March 19th, 2008, 10:06 PM
topdog topdog is offline
Junior Member
 
Join Date: Mar 2008
Posts: 4
topdog is on a distinguished road
Default Re: Linksys SPA9000 in combination with Cisco 7970G + Voxalot

Hi Humba3, thanks for your help. I tried it but doesn't work yet, maybe it's because it seems Tftpd32 gave some errors when loading some files.

I enclosed 2 screens, one with the settings before connected to the phone and the second with a log from Tftpd32:

1st screen:


maybe I forgot something to fill in in the DHCP Server tab

2nd screen:
http://www.olafson.eu/tftpd32screen2.jpg

My IP addresses:

Default router: 192.168.1.1
Subnet mask: 255.255.255.0
Primary DNS Server: 192.168.1.1
Secondary DNS server: 0.0.0.0


WRT54GC (I use this as wifi accesspoint and switch, disabled router function) and has following IP: 192.168.1.20

Linksys SPA9000 pbx: 192.168.1.30
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:



Similar Threads for: Linksys SPA9000 in combination with Cisco 7970G + Voxalot
Thread Thread Starter Forum Replies Last Post
WBP54G in combination with SPA962 jpennell Linksys (Sipura) VoIP Support Forum 0 January 31st, 2008 09:10 AM
What would be the best voip service combination to use spa3102 featues? olivas1234 Linksys (Sipura) VoIP Support Forum 1 July 16th, 2007 10:27 PM
Cisco 7970G cannot receive calls from spa942 kyoshozx Linksys SPA9000/SPA400 Support Forum 5 January 8th, 2007 05:52 PM
SPA9000 + Cisco 7970G = no caller id kyoshozx Linksys SPA9000/SPA400 Support Forum 4 January 7th, 2007 08:08 AM
Enable Debugging on Cisco 7970G kyoshozx General discussion 0 January 6th, 2007 01:01 AM



All times are GMT. The time now is 01:08 PM.


vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 3.0.0 ©2007, Crawlability, Inc. Logos and trademarks are the property of Voxilla or their respective owner. All other content © 2003-2007 by Voxilla, Inc.