Displaying 2 results from an estimated 2 matches for "us02".
Did you mean:
ms02
2013 Aug 18
1
Asterisk SIP Trunk between two Asterisk Servers
...9
allow=g729
;allow=alaw
nat=force_rport,comedia
dtmfmode=rfc2833
relaxdtmf=yes
insecure=invite,port
extensions.conf
[man02-trunk]
exten => _1X.,1,Dial(SIP/usman02/${EXTEN})
exten => _1X.,n,Hangup
Server2
sip.conf
[usman02]
type=peer
username=usman02
secret=usman02
host=10.10.10.81
context=us02-trunk-inbound
port=5060
qualify=yes
disallow=all
allow=g729
;allow=ulaw
;allow=alaw
nat=force_rport,comedia
dtmfmode=rfc2833
relaxdtmf=yes
insecure=port,invite
extensions.conf
[us02-trunk-inbound]
exten => _X.,Dial(SIP/${EXTEN},60)
Now when I dial from server1, in the server 2 am getting the...
2000 Aug 21
1
samba appliance issues
...f----------------------
[global]
workgroup = US
security = domain
encrypt passwords = true
stat cache = false
winbind cache time = 6000
winbind uid = 1000-32000
winbind gid = 1000-32000
password server = *
;password server = dc-us02
template homedir = /home/%U
template shell = /bin/sh
load printers = no
log file = /usr/local/samba/var/log.%m
max log size = 50
username map = /etc/smbusers
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
name resolve order = wins lmhosts bcast
wins server = x...