Displaying 3 results from an estimated 3 matches for "electromail".
Did you mean:
electricmail
2008 Jan 16
1
bad sound quality after Redirect
Hi!
I'm building an application which allows to dial via the Asterisk
Manager Interface using the originate command. There should be an
optional conferencing feature.
The manager commands are basically:
---------------------------------
action: login
username: sdjklgdsjg
secret: xxx
events: on
action: originate
callerid: 3847438609
priority: 1
exten: 4068439865
async: 1
context: out
2015 Jan 21
0
Where to configure proxy NDP in startup scripts?
Hi!
For my network setup I need the following commands:
sysctl -w net.ipv6.conf.all.proxy_ndp=1
ip -6 neigh add proxy 1234:5678:9abc:def0::2 dev eth2
The first command goes to /etc/sysctl.conf to enable it after a reboot.
But where do I put the "ip -6 neigh add proxy"?
Best regards
Franz
2012 May 07
0
Solved problem with hard links and schg flag under FreeBSD
Hi!
Using rsync under FreeBSD with hard links and files having schg set
result in EPERM "Operation not permitted". This behavior can be observed
if rsyncing /usr/bin/.
The patch fileflags.diff tries to deal with this situation but changes
the flags of the parent directory only. It doesn't change the flags of
the files itself.
do_link() in syscall.c has to be fixed. The