Asterisk to asterisk

Can anybody help ?
i have been using asterisk@home installation on a laptop, with 2 sip accounts, 2 snom 320 phones
and have been using it quite succesfully

I decided to connect 2 incoming pstn lines, as i cannot fit a pci card in the laptop, i decided to buy a box to install the card
i purchased a digium card with 2 fxo ports and a shuttle box with with a new 400 via chip and board 250meg memory

i found that this configuration saves space and power but is not powerful enough to use voicemail

can I use my new pci shuttle box as gateway/relay for my pstn lines to my asterisk server on my 1700mh laptop?

if it is possible what is the best way to go about solving the problem,

mike
:confused:

found the answer here

voip-info.org/wiki-Asterisk±+dual+servers

Hi Crouchman

I am in a similar situation: one laptop with asterisk and a softphone installed and a desktop pc with a softphone. I am not using dual servers.

Can you send me your configuration files to make my configuration start to work. This is what I have.

Hope you can help

David Medina

[general]

bindport=5060 ; UDP Port to bind to (SIP standard port is 5060)
bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all)
context=sip
register=ippbx@pruebasipproxy.com/1000
register=733865:deswysiveria@fwd.pulver.com/1000

[pruebasipproxy.com]
type=peer
host=192.168.0.3
fromuser=ippbx
secret=deswy
fromdomain=pruebasipproxy.com

[fwd.pulver.com]
type=friend
secret=deswysiveria
username=733865
host=fwd.pulver.com

[sjphone1]
type=friend
host=dynamic
defaultip=192.168.0.3
username=sjphone1
secret=12345
dtmfmode=rfc2833
mailbox=1000
context=sip
callerid=“david 1” <1001>

[sjphone2]
type=friend
host=dynamic
defaultip=192.168.0.2
username=sjphone2
secret=12345
dtmfmode=rfc2833
mailbox=1000
context=sip
callerid=“david 2” <1002>

[sip]

exten => 1,1,Dial(SIP/sjphone1,20,tr)
exten => 2,1,Dial(SIP/sjphone2,20,tr)
exten => 1000,1,Dial(SIP/sjphone1&SIP/sjphone2,20,tr)