Displaying 2 results from an estimated 2 matches for "likl".
Did you mean:
like
2005 Jun 16
1
Cisco 7960 (SIP) with Asterisk: how to get # to work during a call
Gents,
I've built an Asterisk system to replace our PBX at work and have Cisco
7960 phones (SIP 7.4) running with Asterisk 1.0.7.
How to I get Asterisk to recognise the '#' being pressed during a call?
In sip.conf I have entries likle this:
[2001]
type=friend
context=local-phone
auth=md5
username=2001
secret=xyzzy
callerid=Jack Tubby <2001>
host=dynamic
nat=no
canreinvite=no
dtmfmode=rfc2833
incominglimit=2
mailbox=2001@default
disallow=all
allow=alaw
allow=...
2007 Oct 19
1
static wins entries -- entries change after restart of corresponding Samba server
...6R
"SERVER1#03" 0 192.168.6.231 192.168.1.231 192.168.222.231 192.168.6.229
192.168.6.239 192.168.1.239 192.168.224.1 192.168.225.1 66R
"SERVER1#20" 0 192.168.6.231 192.168.1.231 192.168.222.231 192.168.6.229
192.168.6.239 192.168.1.239 192.168.224.1 192.168.225.1 66R
I would likle to keep it as I set it.
Samba version on both machines: 3.0.24
/etc/smb.conf (Server1):
[global]
workgroup = mycompany
server string = %h BDC
netbios name = server1
wins support = no
wins server = 192.168.222.235
dns proxy = yes
log file = /var/log/samba/log.%m
l...