Re: [asterisk-users] How to connect two asterisk server

2007-01-02 Thread Dave Schardin


Your best bet is to contact Sysmaster support at  
[EMAIL PROTECTED] or 1877-900-3993. I was talking to one of our  
contacts there and he said that it would be best to have you contact  
them. In order to get it to work for you they need to know the exact  
configuration you are trying to set up. We've worked with Sysmaster  
for some time now and they are very nice and helpful people.


-David




Looking for voice over IP products?  Visit our VoIP store at http:// 
voipstore.atacomm.com



On Jan 1, 2007, at 8:53 PM, Noah Miller wrote:


Hi Again Dan -

 Its a VOIP Switch based on SIP Proxy. Its Voice Master from  
SysMaster.


 VoiceMaster only authenticates IP and cant have username  
password based
 authentication which asterisk can do. So i need to take some  
traffic from

 VoiceMaster to Asterisk and terminate it.

That shouldn't be a problem.  You can just create a sip friend/peer
without a username or password, and with a host=ipaddress  
statement.

 Like this in your sip.conf file:

[NoAuth-VoiceMaster]
type=friend
context=your context
host=IP Address Of Voice Master
disallow=all
allow=codecs you want to allow


As an addendum to this, it would be a very good idea to make certain
that you've properly secured your asterisk server so you're not going
to have unwanted unauthorised access.  I would probably only do this
if your asterisk server is not accessible from the outside world via
sip.


- Noah
___
--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





___
--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


Re: [asterisk-users] How to connect two asterisk server

2007-01-02 Thread [EMAIL PROTECTED]

Hi all,

Special thanks to David and Noah for the earnest efforts...

Dan



On 02/01/07, Dave Schardin [EMAIL PROTECTED] wrote:



Your best bet is to contact Sysmaster support at [EMAIL PROTECTED] or 
1877-900-3993.
I was talking to one of our contacts there and he said that it would be best
to have you contact them. In order to get it to work for you they need to
know the exact configuration you are trying to set up. We've worked with
Sysmaster for some time now and they are very nice and helpful people.
-David



Looking for voice over IP products?  Visit our VoIP store at
http://voipstore.atacomm.com


On Jan 1, 2007, at 8:53 PM, Noah Miller wrote:

Hi Again Dan -

 Its a VOIP Switch based on SIP Proxy. Its Voice Master from SysMaster.

 VoiceMaster only authenticates IP and cant have username password based
 authentication which asterisk can do. So i need to take some traffic
from
 VoiceMaster to Asterisk and terminate it.

That shouldn't be a problem.  You can just create a sip friend/peer
without a username or password, and with a host=ipaddress statement.
 Like this in your sip.conf file:

[NoAuth-VoiceMaster]
type=friend
context=your context
host=IP Address Of Voice Master
disallow=all
allow=codecs you want to allow


As an addendum to this, it would be a very good idea to make certain
that you've properly secured your asterisk server so you're not going
to have unwanted unauthorised access.  I would probably only do this
if your asterisk server is not accessible from the outside world via
sip.


- Noah
___
--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






___
--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



___
--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


Re: [asterisk-users] How to connect two asterisk server

2007-01-01 Thread [EMAIL PROTECTED]

Hi Ram,

Its a VOIP Switch based on SIP Proxy. Its Voice Master from SysMaster.

VoiceMaster only authenticates IP and cant have username password based
authentication which asterisk can do. So i need to take some traffic from
VoiceMaster to Asterisk and terminate it.

Let me know

Thanks

Dan


On 01/01/07, ram [EMAIL PROTECTED] wrote:




On 12/31/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 Hi Carlos,

 Im interested in knowing how we can connect 2 server using SIP. Well for
 me both are not asterisk servers, 1 is asterisk and 2nd is an SIP based
 Server. i need to take multiple calls from the SIP based server and
 terminate it using my asterisk peers based on my dialplan. I can use SIP
 only as my other server doesnot support IAX2.

 How can i get that. Please let me know




Hi
what does it mean, sip based server ?
please do mention what is that  server, most of the servers are SIP based
only.


ram


___
--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



___
--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


Re: [asterisk-users] How to connect two asterisk server

2007-01-01 Thread Noah Miller

Hi Dan -


Its a VOIP Switch based on SIP Proxy. Its Voice Master from SysMaster.

VoiceMaster only authenticates IP and cant have username password based
authentication which asterisk can do. So i need to take some traffic from
VoiceMaster to Asterisk and terminate it.


That shouldn't be a problem.  You can just create a sip friend/peer
without a username or password, and with a host=ipaddress statement.
Like this in your sip.conf file:

[NoAuth-VoiceMaster]
type=friend
context=your context
host=IP Address Of Voice Master
disallow=all
allow=codecs you want to allow


- Noah
___
--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


Re: [asterisk-users] How to connect two asterisk server

2007-01-01 Thread Noah Miller

Hi Again Dan -


 Its a VOIP Switch based on SIP Proxy. Its Voice Master from SysMaster.

 VoiceMaster only authenticates IP and cant have username password based
 authentication which asterisk can do. So i need to take some traffic from
 VoiceMaster to Asterisk and terminate it.

That shouldn't be a problem.  You can just create a sip friend/peer
without a username or password, and with a host=ipaddress statement.
 Like this in your sip.conf file:

[NoAuth-VoiceMaster]
type=friend
context=your context
host=IP Address Of Voice Master
disallow=all
allow=codecs you want to allow


As an addendum to this, it would be a very good idea to make certain
that you've properly secured your asterisk server so you're not going
to have unwanted unauthorised access.  I would probably only do this
if your asterisk server is not accessible from the outside world via
sip.


- Noah
___
--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


Re: [asterisk-users] How to connect two asterisk server

2006-12-31 Thread ram

On 12/31/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


Hi Carlos,

Im interested in knowing how we can connect 2 server using SIP. Well for
me both are not asterisk servers, 1 is asterisk and 2nd is an SIP based
Server. i need to take multiple calls from the SIP based server and
terminate it using my asterisk peers based on my dialplan. I can use SIP
only as my other server doesnot support IAX2.

How can i get that. Please let me know





Hi
what does it mean, sip based server ?
please do mention what is that  server, most of the servers are SIP based
only.


ram
___
--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


Re: [asterisk-users] How to connect two asterisk server

2006-12-30 Thread [EMAIL PROTECTED]

Hi Carlos,

Im interested in knowing how we can connect 2 server using SIP. Well for me
both are not asterisk servers, 1 is asterisk and 2nd is an SIP based Server.
i need to take multiple calls from the SIP based server and terminate it
using my asterisk peers based on my dialplan. I can use SIP only as my other
server doesnot support IAX2.

How can i get that. Please let me know

Thanks

Dan



On 28/12/06, Carlos Alperin [EMAIL PROTECTED] wrote:


 Thiru,

You can connect them by SIP or IAX, it depends on what kind of media you
will need to transfer. For audio only IAX is ok, if you 're going to use
video, SIP is the option.

Carlos Alperin

 --
*From:* [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] *On Behalf Of *Thirumal
Saminathan
*Sent:* Thursday, December 28, 2006 1:09 AM
*To:* Asterisk Users Mailing List - Non-Commercial Discussion;
[EMAIL PROTECTED]
*Subject:* [asterisk-users] How to connect two asterisk server

Hi all,
I need to connect two asterisk server in  same network and i'm using sip
user as my clients..

plz anyone suggest me

Regards,
Thiru

___
--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



___
--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


Re: [asterisk-users] How to connect two asterisk server

2006-12-28 Thread Jon Farmer
Hi

I would suggest a IAX2 trunk between the two servers. You will need to modify 
the dialplan to recognise which extensions are on each box and route 
accordingly. The fact your clients are SIP does not preclude you from using 
IAX2 to connect the servers.

Regards

Jon

 
Jon Farmer
Telford, Shropshire, UK

- Original Message 
From: Thirumal Saminathan [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com; [EMAIL PROTECTED]
Sent: Thursday, 28 December, 2006 6:09:25 AM
Subject: [asterisk-users] How to connect two asterisk server

Hi all,

I need to connect two asterisk server in  same network and i'm using sip user 
as my clients..



plz anyone suggest me



Regards,

Thiru

___
--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








___ 
All New Yahoo! Mail – Tired of [EMAIL PROTECTED]@! come-ons? Let our SpamGuard 
protect you. http://uk.docs.yahoo.com/nowyoucan.html___
--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


RE: [asterisk-users] How to connect two asterisk server

2006-12-28 Thread Carlos Alperin
Thiru, 
 
You can connect them by SIP or IAX, it depends on what kind of media you
will need to transfer. For audio only IAX is ok, if you 're going to use
video, SIP is the option.
 
Carlos Alperin

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Thirumal
Saminathan
Sent: Thursday, December 28, 2006 1:09 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion;
[EMAIL PROTECTED]
Subject: [asterisk-users] How to connect two asterisk server


Hi all,
I need to connect two asterisk server in  same network and i'm using sip
user as my clients..

plz anyone suggest me

Regards,
Thiru

___
--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


[asterisk-users] How to connect two asterisk server

2006-12-27 Thread Thirumal Saminathan

Hi all,
I need to connect two asterisk server in  same network and i'm using sip
user as my clients..

plz anyone suggest me

Regards,
Thiru
___
--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