connect two asterisk servers.

Share your views, news, tips and articles about VoIP
Post Reply
tmuhilan
Posts: 1
Joined: Tue Dec 20, 2011 8:36 am

connect two asterisk servers.

Post by tmuhilan » Tue Dec 20, 2011 8:45 am

Hi

It's possible to connect from one asterisk server to another asterisk server without SIP account?.

I have tired like this but getting below error

Code: Select all

SIP/muhil-00000002 is circuit-busy
  == Everyone is busy/congested at this time (1:0/1/0)

Server1 : 10.44.71.32
Server2: 10.44.71.135

Code: Select all


[muhil]
type=peer
insecure=very
nat=yes
username=root
fromuser=root
fromdomain=10.44.71.135
secret=test6000
host=10.44.71.135
peercontext=default
qualify=yes
trunk=yes
canreinvite=no
dtmfmode=rfc2833
context=default
pedantic=no
allow=alaw&ulaw
exten => 67490567,1,Wait(1) ; Wait a second, just for fun
exten => 67490567,n,Answer
exten => 67490567,n,Dial(SIP/muhil)
exten => 67490567,n,Playback(welcome)

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Re: connect two asterisk servers.

Post by Aaron » Tue Dec 20, 2011 9:46 am

Yes it's possible but the call would end up in the receiving Asterisk server's default dial plan context. That context will often be empty for security reasons. In any case you'd be better off asking Asterisk questions on the Asterisk users mailing list http://lists.digium.com/mailman/listinfo/asterisk-users.

Post Reply