Displaying 3 results from an estimated 3 matches for "interboxserver2".
Did you mean:
interboxserver1
2010 May 13
0
asterisk-users Digest, Vol 70, Issue 30
...lude registration
information in my dial string so that i have no need to write
register => abc:mysecred at nasir.server.com:8060
regards,
Nasir Javaid
Look, you do again with registration.
remove any registration information.
Look this config, I think it can help you
Server1:
sip.conf
[interboxserver2]
type=friend
host=192.168.250.112
context=callfromserver2
disallow=all
allow=ulaw
allow=alaw
allow=g729
extensions.conf
[calltoserver2]
exten => _X.,1,Noop(Call to server2)
exten => _X.,2,Dial(SIP/
interboxserver2/${EXTEN})
exten => _X.,3,Hangup
[callfromserver2]
exten => _X.,...
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