Thank you for the link. Chapter 8 was most useful in explaining the different types of connections (user/peer/friend) as well as the register function such that users may know how to contact another user. However I'm looking for something more specific. For instance, for a normal session termination (i.e. BYE), user1 would send msg BYE to proxy who would then forward it to user2 who would then close the connection. For a cancel request the following messages are exchanged:
 
u1 -> proxy:     invite
proxy -> u2:     arp request
u2 -> proxy:     arp response
proxy -> u2:     invite
proxy -> u1:     trying
u2 -> proxy:     ringing
proxy -> u1:     ringing
u2 -> proxy:     ok
proxy->u1:       ok
u1 -> proxy:     ack
proxy -> u2:     ack
<exchange data>
u2 -> proxy:     bye
proxy -> u1:     bye
 
In this scenario for instance (where user 2 closes the connection), where does Asterisk fit in? If at all? Does Asterisk behave as the proxy?
 
Thanks,
 
jez


 
----- Original Message ----
From: Paul Hales <[EMAIL PROTECTED]>
To: jezzzz . <[EMAIL PROTECTED]>
Sent: Monday, October 30, 2006 6:43:13 PM
Subject: [Fwd: Re: [asterisk-users] Architecture for Asterisk]

Something like this?

PaulH

On Mon, 2006-10-30 at 16:08 -0800, jezzzz . wrote:
> Dear all,
>
> I've recently installed Asterisk and am trying to understand where
> exactly Asterisk 'fits' in my VOIP architecture. Can/does Asterisk
> work as a proxy? (or only as a register server?) I am specifically
> interested in SIP. Could anyone perhaps point me out to a diagram with
> SIP users and Asterisk to better understand how I should set up my
> network?
>
> Thank you
>
> _______________________________________________


_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to