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
  #11 (permalink)  
Old September 9th, 2004, 10:22 PM
PhoneBoy's Avatar
PhoneBoy PhoneBoy is offline
Senior Member
 
Join Date: Sep 2003
Location: Port Orchard, WA
Posts: 3,302
PhoneBoy is an unknown quantity at this point
Default

Linksys SPA942 Linksys SPA942
Stylish and sturdy 2- or 4-line business IP phone with 2 RJ-45s and Power Over Ethernet.
Price: $149.95
1. This is how one of my SPA-3000s is configured, so yes.

2. Yes, you should, in theory, be able to use both Line 1 and the PSTN simulatenously. They do differ in the SIP port they use (or should).
__________________
Technical questions should be posted to the forums, not sent via PM to me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old September 11th, 2004, 06:39 PM
bernart bernart is offline
Senior Member
 
Join Date: Jul 2004
Posts: 167
bernart
Default

Got it to work! Turns out that I had the NAT and STUN in the SPA3k enabled and both SPA and * are behind the router. so turned off the NAT and STUN and it worked. The extension in the SIP.conf already had NAT=0
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old September 11th, 2004, 07:14 PM
bernart bernart is offline
Senior Member
 
Join Date: Jul 2004
Posts: 167
bernart
Default

Can * place a call thru line 1?

a. defined an extension in SIP.conf

[line1]
type=peer
host=192.168.0.175 ; spa3k address
port=5062 ; line 1 port
secret=paswordforprovider
username=asknownbyprovider
callerid=" from asterisk"
nat=0


b. in the extension.conf

[global]
voip1=192.168.0.175:5062

exten => _98.,1,Dial(SIP/${EXTEN:2}@line1,60)
exten => _98.,2,Congestion

exten => _99.,1,Dial(SIP/${EXTEN:2}@${VOIP1},60)
exten => _99.,2,Congestion


c. dial plan on line 1 tab (xx.)


Outcome

both calls resulted in the following status message:

"got SIP response 404 not found back from 192.168.0.175
"SIP/192.168.0.175:5062-3a1d is circuit busy"

So the questions:

1. Should be able to call out on the service registered on Line 1?
2. Reasons for the particular status messages


thnx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old September 12th, 2004, 07:14 AM
PhoneBoy's Avatar
PhoneBoy PhoneBoy is offline
Senior Member
 
Join Date: Sep 2003
Location: Port Orchard, WA
Posts: 3,302
PhoneBoy is an unknown quantity at this point
Default

Asterisk can ring Line 1 as an extension, but not "make a call through it." You would make a call through the PSTN Line (which has a different SIP port) if you're trying to reach your PSTN line.
__________________
Technical questions should be posted to the forums, not sent via PM to me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old September 12th, 2004, 09:05 PM
bernart bernart is offline
Senior Member
 
Join Date: Jul 2004
Posts: 167
bernart
Default

thanks, I was trying to call out thru the line 1 voip to avoid dealing with the NAT issues. No getting around that bad boy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old September 12th, 2004, 09:05 PM
  #16 (permalink)  
Old September 14th, 2004, 08:36 PM
jeremy jeremy is offline
Junior Member
 
Join Date: Sep 2004
Posts: 5
jeremy
Default

Can you clarify where the SIP credentials are placed in the 3K config? I see a few different places to put this type of info, some of which are not under the PSTN tab. I am trying to get the box to interact with Asterisk.

Thanks,
Jeremy

Quote:
Originally Posted by PhoneBoy
.
.
.
PSTN Tab:

SIP Credentials (Proxy, User ID, Password) point to an extension in sip.conf. This allows the SPA3000 to make a call to the * box as well as allow the * box to call the SPA-3000.
.
.
.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old September 15th, 2004, 02:23 AM
bernart bernart is offline
Senior Member
 
Join Date: Jul 2004
Posts: 167
bernart
Default

They are all on the "PSTN Line" tab under "Subscriber Information" and "Proxy and Registration" sections
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old September 18th, 2004, 06:40 PM
syscon syscon is offline
Member
 
Join Date: Sep 2004
Posts: 67
syscon
Default

Quote:
Originally Posted by PhoneBoy
PSTN Tab:

SIP Credentials (Proxy, User ID, Password) point to an extension in sip.conf. This allows the SPA3000 to make a call to the * box as well as allow the * box to call the SPA-3000.
Can someone explain where and how to enter SIP Credentials?
User ID, Password is obvioius though I'm confused what to enter in Proxy.

I'm trying to configure the SPA3000 so I can make calls via VOIP, PSTN and receive calls. I was able to setup SPA-3000 for FWD but I lost my PSTN dial tone.

There are various instructions on the board on how to setup the unit but none of them are complete and/or explained correctly.

Can someone modify the instruction from:
http://voxilla.com/voxstory39.html
to be applicable to SPA3000 unit?

#Joseph
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old September 18th, 2004, 09:55 PM
syscon syscon is offline
Member
 
Join Date: Sep 2004
Posts: 67
syscon
Default Re: Configuration for Asterisk & SPA 3000 interaction

Quote:
Originally Posted by muppetmaster
Asterisk Configuration for Outgoing

- extensions.conf

[globals]
PSTN_GW=192.168.1.51:5062

[pstn]
exten => s,1,Dial(SIP/${EXTEN}@${PSTN_GW})

If behind a firewall this should be okay. If not, then of course you would want to configure with HTTP digest in mind.
Can you explain in more detail how to make outgoing calls from * to PSTN Line.
I can not make it to work.
How do I set it up so when I dial "9" it give me PSTN dial tone.

My gatway in global is define correctly
PSTN_GW=10.0.0.154:5062

#Joseph
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old September 19th, 2004, 07:17 AM
PhoneBoy's Avatar
PhoneBoy PhoneBoy is offline
Senior Member
 
Join Date: Sep 2003
Location: Port Orchard, WA
Posts: 3,302
PhoneBoy is an unknown quantity at this point
Default

As far as the SPA3000 talking to an Asterisk server is concerned, the "proxy" is the Asterisk server's IP address (and port if different from port 5060).

We've talked about doing a configuration guide for the SPA3000 and Asterisk. It's something on the "to do" list.
__________________
Technical questions should be posted to the forums, not sent via PM to me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old September 19th, 2004, 07:17 AM
Save $10 when you buy an unlocked Linksys SPA3102
Includes VoIP/PSTN gateway, FXO/FXS ports, and router.
Sale Price: $76.95
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:



Similar Threads for: Configuration for Asterisk & SPA 3000 interaction
Thread Thread Starter Forum Replies Last Post
SPA3000 Configuration Wizard for Asterisk PhoneBoy Asterisk Support Forum 56 March 20th, 2008 09:27 PM
Asterisk@home and AMP configuration files resetting rotary500 Asterisk Support Forum 5 December 3rd, 2005 12:04 PM
SPA3000, SJphone & FXO configuration help PLEASE mrIT79 Linksys (Sipura) VoIP Support Forum 2 October 13th, 2005 10:29 PM
Problem with SPA 1001 &2000 &3000 ego Linksys (Sipura) VoIP Support Forum 10 June 6th, 2005 03:13 PM
ASTERISK & SPA3000 wholly99 Asterisk Support Forum 1 April 11th, 2005 11:32 PM


Advertise Here

All times are GMT. The time now is 01:55 AM.


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.