|
Well yes and no. If they have static
IP’s then you only need to setup a context as such: You would assign the following information
on your Branch B server with BranchA’s information. [branchA] type=friend defaultip=xxx.xxx.xxx.xxx context=default insecure=yes host=xxx.xxx.xxx.xxx disallow=all allow=g729 allow=alaw allow=ulaw You would do the same here but for the
Branch A server with Branch B’s config. [branchB] type=friend defaultip=xxx.xxx.xxx.xxx context=default insecure=yes host=xxx.xxx.xxx.xxx disallow=all allow=g729 allow=alaw allow=ulaw In your extensions.conf your dialplan would
look something like this: exten => _30.,1,Dial([EMAIL PROTECTED],23,r)
; use this for calling people on branch B There is no need to register the boxes with
each other if they are static, which is the easiest way to set this up. Any other questions lemme know.. .o-------------------------------------------------------o. Brian Fertig From: Hi B Do you mean I must do this in my sip.conf
file on eatch server Branch A register => 3001:[EMAIL PROTECTED]
/3001 Branch B register => 5001:[EMAIL PROTECTED]
/5001 thx Q From: If your looking to link 2 asterisk boxes
might I suggest IAX. Much more efficient in the way bandwidth is utilized between the locations.
Also if you want to use your sip solution, have you setup the other end point in your SIP.CONF? I
have never got IP dialing to work in asterisk but it works fine when assigned in the conf file. .o-------------------------------------------------------o. Brian Fertig NOC/Network Engineer Systems Engineer From: Hi I’m trying to put up an sip pbx system for my company
but i’m getting some problems when I’m trying to call from server (
branch A ) to server ( branch B )… This is my extentions.conf : exten => 3003,1,Dial,SIP/[EMAIL PROTECTED] ________________________________________________________ And this is what I get when I try to dial that user in
branch B _________________________________________________________ -- Executing
Dial("SIP/5001-66b1", "SIP/[EMAIL PROTECTED]") in new
stack -- Called [EMAIL PROTECTED] -- Got SIP response 404 "Not
Found" back from 192.168.0.200 -- SIP/192.168.0.200-e638 is circuit-busy == Everyone is busy/congested at this time (1:0/1/0) == Auto fallthrough, channel 'SIP/5001-66b1' status
is 'CONGESTION' Both servers are exactly the same….. What can the problem be, that branch B server doesn’t
route the call through Thx Quintin This email was scanned by: Mcafee GroupShield This email was scanned by: Mcafee GroupShield |
_______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
