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
  #61 (permalink)  
Old September 5th, 2006, 08:58 AM
larryalk larryalk is offline
Member
 
Join Date: Nov 2005
Posts: 43
larryalk
Default

Linksys WIP330 WiFi Phone SALE Linksys WIP330 iPhone
The most powerful wireless VoIP phone available, includes web browser and allows closed "hot-spot" use.
Price: $228.95
Quote:
Originally Posted by mberlant
inept,

Your other thread talks about this situation directly. Kindly return there to continue your quest to get your SPA3000 working with your Asterisk.

Before you can run (send inbound PSTN calls to an IVR for capture into various mailboxes) you need to learn to walk (implement an "s" stanza in your extensions.conf context).
I'd like to view the "other thread" but I'm not sure where it is. Can you give me a pointer to it?

Larry
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #62 (permalink)  
Old October 15th, 2006, 09:32 PM
NghtShd NghtShd is offline
Junior Member
 
Join Date: May 2006
Posts: 14
NghtShd
Default Re: Configuration for Asterisk & SPA 3000 interaction

Quote:
Originally Posted by muppetmaster View Post
Posted this on another site, though it might be useful here if not already embedded somewhere in a thread:

Sipura 3000 -> PSTN Config for Incoming

- Add a dialplan (ie - Dial Plan 1/Dial Plan 2) with a SIP URL destination as follows:

Code:
 S0<:1000@192.168.1.50> (where the IP address is that of your * instance, also ensure the extension is properly accessible in you extensions.conf)

How would one access the caller ID info in extensions.conf using this? If there a way to append the number calling to the extension? Alternatively, can the number be accessed in asterisk.

With SIP debug on I see asterisk knows the caller's number such as below:
Code:
From: Cell Phone   GA <sip:678XXXXXXX@192.168.0.2>;tag=1eb5f2e1ebc897d7o1
But I don't know how to get to that info in my asterisk incoming pstn dial plan.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #63 (permalink)  
Old October 16th, 2006, 04:28 AM
NghtShd NghtShd is offline
Junior Member
 
Join Date: May 2006
Posts: 14
NghtShd
Default Re: Configuration for Asterisk & SPA 3000 interaction

Does anyone know of a list of macros available in Asterisk? I found a work-around for the problem from my previous post by using the ${CALLERID} macro (which I didn't find documented, I just guessed it). As great as the Asterisk PDF book is, an appendix with this kind of info would make it even greaterisher.

I still would rather have the linksys insert the calling number into the extension if possible, but if it's not I think I can do what I want with this.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #64 (permalink)  
Old November 27th, 2006, 04:09 PM
jperyy999 jperyy999 is offline
Junior Member
 
Join Date: Dec 2004
Posts: 11
jperyy999
Default Trixbox/FreePBX spa3000 working but as two Asterisk trunks

I got the spa3000 basically working with Asterisk, but for some reason it takes two asterisk Trunks (one makes it work for incoming and one makes it work for outgoing). What can I fix so it is just one Trunk?

The only difference I see in the two definitions in sip_additional.conf ( [7001] vs [spa3000] ) is
host=192.168.1.201
vs
host=dynamic

What I have:

I downloaded and clean installed the latest trixbox a couple days ago.

Asterisk server is 192.168.1.200
spa3000 is 192.168.1.201

spa3000 "PSTN Line" has:
Proxy and Registration
Proxy: 192.168.1.200 Use Outbound Proxy: no
Outbound Proxy: (blank) Use OB Proxy In Dialog: yes
Register: no Make Call Without Reg: yes
Register Expires: 3600 Ans Call Without Reg: yes
Use DNS SRV: no DNS SRV Auto Prefix: no
Proxy Fallback Intvl: 3600 Proxy Redundancy Method: Normal
Subscriber Information
Display Name: PSTN1 User ID: spa3000
Password:***** Use Auth ID: no
Auth ID: (blank)
VoIP Users and Passwords (HTTP Authentication)
VoIP User 1 Auth ID: spa3000 VoIP User 1 DP: 1
VoIP User 1 Password: ******


Asterisk:
sip_additional.conf:

[7001]
username=spa3000
type=peer
secret=2222
port=5061
nat=no
insecure=very
host=192.168.1.201
context=from-pstn
canreinvite=no

[spa3000]
username=spa3000
type=peer
secret=2222
port=5061
nat=no
insecure=very
host=dynamic
context=from-pstn
canreinvite=no

Last edited by jperyy999 : November 27th, 2006 at 04:15 PM. Reason: HTML boxes did not post
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #65 (permalink)  
Old November 28th, 2006, 09:09 PM
cometrider cometrider is offline
Junior Member
 
Join Date: Nov 2006
Posts: 6
cometrider is on a distinguished road
Default Re: Trixbox/FreePBX spa3000 working but as two Asterisk trunks

Quote:
Originally Posted by jperyy999 View Post
I got the spa3000 basically working with Asterisk, but for some reason it takes two asterisk Trunks (one makes it work for incoming and one makes it work for outgoing). What can I fix so it is just one Trunk?
Of all the pages of instructions I've found on the web for using an SPA3000 with a Trixbox/FreePBX setup (including ones written by so-called "experts"), this one is the only one that actually worked for me. I think if you follow the instructions here, you will be okay, and using only a single trunk:

Setup Sipura 3000 with FreePBX - AussieVoIP

Of course, YMMV so save your existing settings "just in case" - better to have two trunks that work as opposed to one that doesn't.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old November 28th, 2006, 09:09 PM
  #66 (permalink)  
Old December 19th, 2006, 01:56 PM
poi9m poi9m is offline
Junior Member
 
Join Date: Jun 2006
Posts: 7
poi9m
Default Re: Configuration for Asterisk & SPA 3000 interaction

Asterisk and 2 voice gateways LinkSys SPA3000.
In options of one - pstn-spa3k, second pstn-spa3k.

One work perfect:
exten => _99XXXXXXX,1,Dial(SIP/${EXTEN}@pstn-spa3k,60) ;v gorod
exten => _99XXXXXXX,2,Congestion


When I want to do a outgoing call thrue one and then other:
Algoritm good ?

exten => _99XXXXXXX,1,Dial(SIP/${EXTEN}@pstn-spa3k,60)
exten => _99XXXXXXX,2,Goto(pstn-spa3k-${DIALSTATUS},1)
exten => _99XXXXXXX,3,Hangup
exten => _99XXXXXXX-NOANSWER,1,Dial(SIP/${EXTEN}@pstn-spa3k2,60,TtWw)
exten => _99XXXXXXX-BUSY,1,Dial(SIP/${EXTEN}@pstn-spa3k2,60,TtWw)

Interest 2-nd string, is it correct
Thanks !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #67 (permalink)  
Old June 28th, 2007, 12:00 AM
Vladje Vladje is offline
Junior Member
 
Join Date: May 2007
Posts: 2
Vladje is on a distinguished road
Default Re: Configuration for Asterisk & SPA 3000 interaction

I'm trying to setup a spa3102, but the pstn-to-voip gateway isn't yet working like it should. Maybe someone can help me?

The gateway is setup to proceed a call to my trixbox with the ip 192.168.50.5 with a dailplan. It seems like the spa isn't proceeding the call, it isn't shown in the statuspage and this is what the log/debug sais when i'm calling it with a pstn phone:

06-28-2007 01:53:34 Local2.Debug 192.168.50.6 AUD:Stop PSTN Tone
06-28-2007 01:53:34 Local2.Debug 192.168.50.6 AUD:Stop PSTN Tone
06-28-2007 01:53:29 Local3.Debug 192.168.50.6 FXO:CNDD Name= Phone=45


The weird thing about is, that when i set the spa to proceed the calls to line 1, the status page shows that it is proceeding to the line1, just when i change this to the trixbox, then it does no longer work...

I really think I tried everything, so hope someone can help me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #68 (permalink)  
Old August 29th, 2007, 03:02 AM
pcman800 pcman800 is offline
Junior Member
 
Join Date: Aug 2007
Posts: 5
pcman800 is on a distinguished road
Default new in VOIP

hello to all of you who knows (I don't know how to post here) VoIP well, anyway, I am new in VoIP, I just wanna ask a help from you. I have an AXON Server and Express Talk that installed to my pc and I have a SPA3000 also bought from US with my employer. He want the VoIP can call anywhrere without limit, means can call vice versa wether you are using softphone, ATA phone and PC. I dont know also what is dialingplan and what it the meaning of asterisk like this one =>([2-79]11<:@gw0>|xx.|*xx.|**xx.|<#1,:>xx.<:@gw1>|<#9,:>xx .<:@gw0>|<#9,:>*xx<:@gw0>) and also this one =>(<S0:802>). I just got this when I configure it to the web wizard. Hoping a help from you. thnx



erwin of Philippines (pcman800@yahoo.com, pcman800@voxilla.com)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #69 (permalink)  
Old August 30th, 2007, 01:38 AM
pcman800 pcman800 is offline
Junior Member
 
Join Date: Aug 2007
Posts: 5
pcman800 is on a distinguished road
Smile new in VOIP

hello phoneboy

I want your help about this VoIP phone and AXON server. I dont know how to configure this. Im just new about this. Could you please help me. Im very sick and tired configuring all of this (about 3 weeks of configuring) but still now i cant get it. My employer want to make a call for international and for local without the PSTN line. Although he have PSTN line one in her office. The model of VoIP phone is SPA3000. I have also installed Express talk to my pc so that I can call also to hongkong. Regarding the network it is ok. I have no idea also about dial plan, i don't what is x, *, |, (, ), <, >, ., :, S, 0, @, gw0, [, ], all of this stand for. My location, Philippines. Can possible can call also to cellphone?


Need your help very much



thanks,




erwin of Philippines (pcman800@yahoo.com)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #70 (permalink)  
Old July 23rd, 2008, 06:15 PM
Evgen Evgen is offline
Junior Member
 
Join Date: Apr 2006
Location: Russia
Posts: 14
Evgen
Default Re: Configuration for Asterisk & SPA 3000 interaction

Can SPA3102's FXO-port pass CallerID from PSTN line to Asterisk without "off hook" to allow Asterisk ifself to take decision whether to answer the call or not?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old July 23rd, 2008, 06:15 PM
Linksys SPA3102-NA (Unlocked)
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 57 July 7th, 2008 01:35 AM
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 09:10 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.