Displaying 6 results from an estimated 6 matches for "configuaration".
2020 Jul 07
1
Generating X configuration files
...rrrr.
Centos 7 is running just fine.
I think I could make it go by booting to
runlevel 3 and running startx manually.
For that to work, I think I need to pass
startx the right configuration file.
To me, 'tain't obvious what to put in that file.
Is there a way to get Centos 7 to
generate a configuaration file for me?
--
Michael hennebry at web.cs.ndsu.NoDak.edu
"Sorry but your password must contain an uppercase letter, a number,
a haiku, a gang sign, a heiroglyph, and the blood of a virgin."
-- someeecards
2016 Jun 17
3
tlsv1 alert unknown ca: SSL alert number 48
I have tried all the suggestions up till now but the error message is still
there.
I have tried this configuaration for roundcube:
$config['imap_conn_options'] = array(
'ssl' => array(
'peer_name' => '<FQDN_OF_DOVECOT_CERTIFICATE>',
'verify_peer' => true,
'verify_depth' => 3,
// 'cafile' => '/dont/need/to/set/...
2005 Aug 11
1
help on receive text
...e receivetext command and get text information from an softphone
so that that can be routed to some other phone supporting text message. (my
soft phones are SIP/IAX based).
where I can get the receive text application for asterisk?
if avialable what should be the syntax
Kindly let me know how the configuaration should look like?
thanks,
Somesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050811/ac314521/attachment.htm
2007 May 21
0
"dtmf transcoding" with asterisk
...ich is registered to asterisk. The gateway does not support
rfc2833 and the IP phone does.
I tried changing directrtpsetup to "no", and that didn't help. I tried
changing "canreinvite" to "no", but that didn't help either.
I tried adding some device-specific configuaration to sip.conf, and now
my calls are rejected with a status code of "404 not found".
This is what I added in sip.conf:
[6102]
type=friend
canreinvite=no
host=dynamic
dtmfmode=rfc2833
[trunk_1]
type=peer
host=192.168.20.58
canreinvite=no
dtmfmode=inband
What am I doing wrong?
Hag...
2016 Jun 16
4
tlsv1 alert unknown ca: SSL alert number 48
I think that you are right when you say that the problem may be the
certificate recognition.
As for Roundcube, I've inserted the uncommented php code that you provided
in /usr/share/roundcube/main.inc.php.dist, which is the Raspbian file for
/config/defaults.inc.php. Unfortunately Roundcube doesn't login and replies
with the message "connection to storage server failed". And
2005 May 09
12
shorewall suddenly dropping all from outside
...39;'m sitting here in the customers
office and try to figure out why shorewall is dropping them - and I
have to admitt I have no clue.
The configuration has not changed. If I issue a ''shorewall clear'' the
connection attempts and the ping works, but if shorewall is running my
configuaration(s) the packets are dropped. I tried several different
configurations in the /etc/shorewall/policy for net -> all (and even
all -> all) traffic (ACCEPT, REJECT, DROPPED) - the packets *always*
get dropped. I also moved the /etc/shorewall/rules file out of the way
to ensure that there is no mis...