Displaying 3 results from an estimated 3 matches for "interboxserver1".
Did you mean:
interboxserver2
2010 May 13
0
asterisk-users Digest, Vol 70, Issue 30
...sions.conf
[calltoserver2]
exten => _X.,1,Noop(Call to server2)
exten => _X.,2,Dial(SIP/
interboxserver2/${EXTEN})
exten => _X.,3,Hangup
[callfromserver2]
exten => _X.,1,Noop(Call from server2)
exten => _X.,2,Dial(SIP/${EXTEN})
exten => _X.,3,Hangup
Server2:
sip.conf
[interboxserver1]
type=friend
host=192.168.250.111
context=callfromserver1
disallow=all
allow=ulaw
allow=alaw
allow=g729
extensions.conf
[calltoserver1]
exten => _X.,1,Noop(Call to server1)
exten => _X.,2,Dial(SIP/interboxserver1/${EXTEN})
exten => _X.,3,Hangup
[callfromserver1]
exten => _X.,1...
2010 May 12
2
asterisk-users Digest, Vol 70, Issue 25
Hi Vardan
I did same as you told and deleted the SIP information in Astdb and
restarted asterisk. but the result was same.
as you said there might be mistake in sip.conf so i am pasting both servers
configuration here..
1- nasir.server.com
[abc]
username=abc
type=friend
secret=mysecret
nat=yes
mailbox=12234568
incominglimit=2
outgoinglimit=2
host=dynamic
dtmfmode=rfc2833
context=payasyougo
2010 May 12
3
SIP trunk between two Asterisk servers
Hi,
I'm trying to setup a SIP trunk between 2 Asterisk servers on the same LAN (no NAT, no firewalls).
With IAX2 all's fine but I'm unable to setup SIP. I must be missing something obvious.
I followed the simple example at http://www.panoramisk.com/90/sip-trunk-with-asterisk/en/.
so Asterisk server 1 (192.168.250.111) sip.conf contains:
[interboxsip]
type=peer
host=192.168.250.112