Voxilla VoIP Forum

Go Back   Voxilla VoIP Forum > Hardware/Software Support Forums > Asterisk Support Forum

Asterisk Support Forum Technical support, how-to guides, troubleshooting, and general assistance, from beginner to seasoned pro, this is where to discuss Asterisk, the most powerful open source PBX.


Closed Thread
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old July 18th, 2006, 04:14 PM
Junior Member
 
Join Date: Apr 2006
Posts: 2
horatio
Default SPA-3000: routing inbound PSTN to * voicemail

i have a SPA-3000 PSTN to VoIP adapter and i am having a very tough time getting a basic working config up and running with asterisk. i want inbound PSTN calls to be routed from the spa-3000 to voicemail via asterisk.

i have a lot of experience setting up all sorts of network services and i need a nudge in the right direction on this one. are there any docs that go through a basic setup like i've described? i don't want to add the complication of VoIP termination to the instance of asterisk that i'm running just yet, i plan to do this after i get basic voicemail working.

all suggestions welcome. thx for reading.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old July 19th, 2006, 02:29 AM
mberlant's Avatar
Senior Member
 
Join Date: Aug 2004
Location: USA or Japan
Posts: 5,013
mberlant is an unknown quantity at this point
Default RE: SPA-3000: routing inbound PSTN to * voicemail

This is the right place. By reading the previous threads here you will learn everything you laid out in this posting.

You will learn about things like the Voxilla Wizard for Asterisk/SPA-3000, for example, that will do 90% of the work in integrating your SPA-3000 with your Asterisk.

Welcome aboard.
__________________
Please do not send technical questions via PM.
Please post all questions to the forum.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3 (permalink)  
Old July 20th, 2006, 11:16 PM
Senior Member
 
Join Date: Feb 2005
Location: Bradford UK
Posts: 195
jmattwood
Default RE: SPA-3000: routing inbound PSTN to * voicemail

Assuming you've used the Voxilla wizard, the simplest way is on the PSTN tab.....logged in as admin/advanced

under "PSTN-To-VoIP Gateway Setup" check which DP you have set up against "PSTN Caller Default DP:"

Then scroll up to the Dial plan section and look for the DP that matches.

Set the entry to (<S0:*204>) where 204 is the vm extension you want to use.

Incoming calls will go straight to VM. If you leave the star out, it will ring extension 204 then go to VM, if you've set up VM for ext 204.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4 (permalink)  
Old July 22nd, 2006, 06:45 AM
mberlant's Avatar
Senior Member
 
Join Date: Aug 2004
Location: USA or Japan
Posts: 5,013
mberlant is an unknown quantity at this point
Default RE: SPA-3000: routing inbound PSTN to * voicemail

The practice of putting * in front of an extension number is peculiar to a couple of automated system configurators, and is not part of the Asterisk engine. If you are configuring your own Asterisk you need to replace *204 with whatever code you have configured to point to VoiceMail(u204).
__________________
Please do not send technical questions via PM.
Please post all questions to the forum.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5 (permalink)  
Old July 22nd, 2006, 04:22 PM
Junior Member
 
Join Date: Apr 2006
Posts: 2
horatio
Default

i've figured this out. for a basic config like this, i wouldn't recommend using the configuration script. i got the config working by combining info from these two sites

http://www.darksource.org/index.php?...id=43&Itemid=2
http://www.asteriskguru.com/tutorial...voicemail.html

for the sake of those who have troubles similar to mine, i have included my config files below (this is for asterisk on *nix, not on the various asterisk-centric "OSes"). configure the spa-3000 as suggested in the first link i listed above, then set the configs as follows:

sip.conf
##############

[pstn-spa]
canreinvite=no
context=from-pstn
host=10.9.3.100 ; IP address of SPA-3000
insecure=very
nat=no
port=5061
qualify=yes
type=peer

[spa3000]
canreinvite=no
context=from-pstn
host=10.9.3.1 ; IP address of Asterisk server
insecure=very
nat=no
port=5060 ; use 5060 here, not 5061 b/c asterisk server listens on 5060 by default
type=user

voicemail.conf
###################

[mb_tutorial]
777 => 1212, me, me@mydomain.net

extensions.conf
####################

[from-pstn]
exten => s,1,VoiceMail(777@mb_tutorial)
exten => s,2,PlayBack(vm-goodbye)
exten => s,3,HangUp()

this is pretty raw, although it does demonstrate the basic parts that you need working to get voicemail working. use "sip debug" from the asterisk console to get more info if you're having trouble replicating this.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Asterisk "Incoming Calls' vs. 'Inbound Routing' hoolahoous Asterisk Support Forum 1 May 29th, 2006 01:44 AM
NVFaxDetect and Inbound Routing (Nerd Vittles article) lensor Asterisk Support Forum 4 March 3rd, 2006 07:13 PM
Asterisk@Home 2.5 routing inbound calls by caller ID danes75 Asterisk Support Forum 7 February 20th, 2006 12:35 AM
DID Inbound Routing - Asterisk@home 2.0, Need help ferdies Asterisk Support Forum 2 December 13th, 2005 09:16 AM
SPA-3000: 3-way conference with inbound PSTN and VOIP calls? leduynghiem Linksys (Sipura) VoIP Support Forum 3 September 7th, 2005 11:25 PM



All times are GMT. The time now is 08:06 AM.


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