Hi Eran,

On 10/17/07, Eran Levy <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Hi all,
>
> I've a friend which has some businesses in Canada and USA. He asked me to
> help him installing Asterisk on his Ubuntu 7 Linux Server.
>
> I've never did it before and this is my first time installing & using
> Asterisk.
>
> So I started to read some tutorials and successfully installed Asterisk. Now
> we are moving step forward to the hardest part: the configuration…
>
>
>
> He is trying to do the following:
>
> He wants to make his Asterisk server as a "gateway", which knows to receive
> incoming calls from a VOIP server to one of the PRIs and forward this call
> to a SIP server which is located in the other side…

First of all few terms you wish to know:
You need to create a new SIP entry at sip.conf
There are few types of SIP connections that Asterisk defines as follows:
1. peer - read only
2. user - write only
3. friend - read and write

You need on both SIP servers to define something that will be able to
talk to each other called inbound and outbound trunks. The definition
of such trunk will be configured to know to what location to pass the
call.

You need to forward such request (defined at the sip.conf) to a new location.
Asterisk knows how to exit such call by using a context (the right
section in a dial plan).


>
> I'm searching & reading a lot and I understand how to forward incoming calls
> to another landline or cell phone, but I can't find the answer, how to
> forward those calls to another SIP server… or am I missing something?
>
>
>
> Can someone help me?
>
> If you need any further information, pls let me know.
>
>
>
> Thanks!
>
> Eran

I hope it points you to the right location

Ido
-- 
http://ik.homelinux.org/

Reply via email to