On 4/23/07, Tim Verscheure <tverscheure@gmail.com>
wrote:> Hi ,
>
> I still can't figure this out.
>
> We have two different network connections with a asterisk servers
> each. I want to make calls between asterisk servers. (i.e.) i want to
> call from a number in Asterisk server A to a number in Asterisk server
> B. I want to implement this using SIP. Will be very useful for me if
> someone helped to make this work. Thanks in Advance.
Tim - this is quite easy to do, but without more details about your
situation, it's quite difficult to give any salient advice. Are your
servers separated by a NAT? Are the calls originating at the servers
or at another client (SIP softphone/zap channel/etc)? Is there good
(and stable) network connectivity between servers? Have these servers
been operating separately previous to this project or is this a new
implementation? How familiar are you with the asterisk config files?
My recommendation is to read up on the following files...assumming you
have a working asterisk config, these are the files you'll need to
modify to solve this problem:
sip.conf
extensions.conf
All the documenation you could ever need (and more) is available at:
http://www.voip-info.org/wiki/index.php?page=Asterisk
There is also quite a bit of good documenation available here:
http://asteriskguru.com/
Forgive me for pulling an RTFM on you, but that's all I can offer
right now with the details you've provided.
-Erik