Displaying 6 results from an estimated 6 matches for "my_passwd".
Did you mean:
my_password
2005 Sep 30
2
SIP make outside call
...fine. Here are my conf files any
idea?
Thanks,
David
my sip.conf
[general]
bindport=5060 ; UDP Port to bind to
(SIP standard port is 5060)
bindaddr=0.0.0.0 ; IP address to bind
to (0.0.0.0 binds to all)
allow=all
[3000]
type=friend
allow=all
username=3000
secret=my_passwd
host=dynamic
context=sip
dtmfmode=rfc2833
my extension.conf
[globals]
davidHand=>Zap/1
davidVoicemail=>1000@microfortune
johnHand=>Zap/2
johnVoicemail=>2000@microfortune
davidout=>Zap/3
johnout=>Zap/4
[internal]
exten => 1000,1,Dial(${davidHand},10,r)
exten => 1000,n,Voic...
2008 Apr 15
6
SSH Question relating to Public and Private Keys
Hi People,
The Linux Environment I am responsible for is using ssh key pairs to
allow access to a number or accounts on a number Linux Servers. I
currently have the opportunity to re-design some of this. So I would
like to tap into peoples experiences to see what might be some good
changes to make. Specifically I have a couple of questions
1. Currently all of the key pairs we are using
2005 Sep 29
0
Can't make outside call with SIP softphone
...fine. Here are my conf files any
idea?
Thanks,
David
my sip.conf
[general]
bindport=5060 ; UDP Port to bind to
(SIP standard port is 5060)
bindaddr=0.0.0.0 ; IP address to bind
to (0.0.0.0 binds to all)
allow=all
[3000]
type=friend
allow=all
username=3000
secret=my_passwd
host=dynamic
context=sip
dtmfmode=rfc2833
my extension.conf
[globals]
davidHand=>Zap/1
davidVoicemail=>1000@microfortune
johnHand=>Zap/2
johnVoicemail=>2000@microfortune
davidout=>Zap/3
johnout=>Zap/4
[internal]
exten => 1000,1,Dial(${davidHand},10,r)
exten => 1000,n,Voic...
2006 Aug 28
2
sysread': end of file reached (EOFError)
Hi,
I am trying to access the gmail account through net/pop library.However,
I have an error such that:
c:/ruby/lib/ruby/1.8/net/protocol.rb:133:in `sysread'': end of file
reached (EOFError)
from c:/ruby/lib/ruby/1.8/net/protocol.rb:133:in `rbuf_fill''
from c:/ruby/lib/ruby/1.8/timeout.rb:56:in `timeout''
from c:/ruby/lib/ruby/1.8/timeout.rb:76:in `timeout''
from
2009 Aug 13
4
Quota question.
Hi,
I am trying to get quota working properly on dovecot 1.2.3 with postfix admin,
amavisd-new, mysql, and postfix.
So far I can see the db getting updated when messages are added and deleted
from the mailbox. The problem I am having is that I have imported a bunch of
messages from the old mail server that was running uw-imap and mbox to the
doevcot machine using maildir++. As a result the
2023 Nov 10
0
A proper way to modify battery.charge.low persistently
...he host PC. Makes no difference. The point is that, to
put this UPS variable to practical use, we need to configure it
permanently / persistently.
And, this is where the documentation feels a little sketchy.
The setting command in the shell goes like
upsrw -s battery.charge.low=90 -u my_user -p my_passwd eaton1
But... is there perhaps some systemic way where to configure a UPS
variable? So that it gets configured first thing after a reboot?
Turns out that there isn't.
You need to enter this into a script somewhere.
I was wondering about Systemd's ExecStartPost, but as the nut-server
se...