similar to: all zone in /etc/shorewall/rules

Displaying 20 results from an estimated 20000 matches similar to: "all zone in /etc/shorewall/rules"

2004 Dec 13
7
Dialing out to 2 clients simultaneously
Hi When I register a SIP or IAX client to asterisk and I dial to it from another UA then there is no problem at all But, when I register two or more clients to the SAME peer (with the same user/pass) and I call to this peer.. Then only the UA which registered the last will ring.. Others don't ring... What can I do about this?? I would like to register for example 10 UA's to the same
2005 Feb 26
1
Determine IP addres of a AIP/IAX user
Hello all! Is there any possibility to determine the IP address of a caller in my dialplan? I would like to have a predefined channel variable like ${CALLER_IP} but it seems it doesn't exist (http://www.voip-info.org/wiki-Asterisk+Variables) .. is this list complete? Are there any other possibility to store the SIP/IAX caller's IP address on every call? Thanks Niels
2005 Jan 18
2
problems compiling asterisk-addons
Hello maybe someone can help me? I did the CVS checkout and then compiled asterisk Then I tried to compile the addons and got the following (don't understand what's wrong at all and can't find anything about this error on google/wiki) app_addon_sql_mysql.c:164:64: macro "AST_LIST_REMOVE" requires 4 arguments, but only 3 given app_addon_sql_mysql.c: In function
2005 Feb 27
2
Weird Delay (> 30 sec)
Hello all! Has anyone expirienced the following:? With an IAXclient softphone (like diax/iaxcomm/etc) Dialing to the PSTN (zap) or a SIP device has no problems .. but when I make calls between 2 softphones I have weird problems.... in about 4 out of 10 IAX-2-IAX softphone calls I get a big delay .. in the beginning of the call it's all okay... (delay < 0.5 sec) but the longer the call
2005 Feb 17
2
The 'sipfriends' table is obsolete - ????
After updating to the latest CVS Feb 17 15:20:03 WARNING[15317]: config.c:819 read_config_maps: The 'sipfriends' table is obsolete, update your config to use sipusers and sippeers, though they can point to the same table. == Binding sipusers to mysql/asterisk/sip == Binding sippeers to mysql/asterisk/sip Feb 17 15:20:03 WARNING[15317]: config.c:823 read_config_maps: The
2010 Sep 30
1
Assignment to a slot in an S4 object in a list seems to violate copy rules?
Dear R-developers I came across the following issue, which I find strange: setClass("A", representation(a = "numeric")) B <- list() myA <- new("A", a = 1) B$otherA <- myA B$otherA at a <- 2 myA at a Assigning a new value to slot 'a' in the _copy_ of myA stored in B$otherA changes the original value of myA -- this was surprising to me, and I
2002 Sep 10
2
Traceroute
How do I allow traceroute to reach my server? Pings work fine but traceroute stops at the last hop before my server. If I shut off the firewall it reaches it fine. PING danicar.net (24.222.246.120): 56 data bytes 64 bytes from 24.222.246.120: icmp_seq=0 ttl=237 time=104.0 ms 64 bytes from 24.222.246.120: icmp_seq=1 ttl=237 time=74.9 ms 64 bytes from 24.222.246.120: icmp_seq=2 ttl=237 time=90.6
2005 May 19
1
GOTO statement in Realtime-Extensions not working like expected
Hi .. When I use the GoTo statement in realtime to goto a priority only ... E.g. Goto(3) then there's no problem But, If I try to jump to another context ... E.g. Goto(othercontext,${EXTEN},3) then it doesn't work If I process the same statement in extensions.conf things go well Are there things broken regarding GoTo in combination with Realtime Extensions ?
2020 Jun 18
1
Sieve-scripts won't replicate
Hi, I am trying to use dovecot replication for a two-way sync. And whatever I do, sieve-scripts won?t replicate. Mails replicate near instantaneous. When I disable the sieve-script in roundcube, the other server will create in the home of the user on the other side a folder sieve/tmp but enabling won?t create the roundcube.sieve and the symlink .dovecot.sieve -> sieve/roundcube.sieve The
2002 May 16
3
building packages on windows
Has anyone had success building a package on a windows machine? I am trying the following command with no luck (perhaps my flags are incorrect?). At this point I am stuck. Any help greatly appreciated. Niels Waller (BTW - I have no idea why it cannot find sh.exe since I have it is a directory that is specified in a path statement) H:\R\bin>rcmd build --binary --use-zip h:\taxon2 * checking
2010 Sep 16
1
The permutation of one vector into another
Dear R-help-list I have two character vectors a <- c("A", "B", "C") b <- c("A", "C", "B") Then sapply(a, function(i) grep(i, b)) computes the permutation of the entries in 'b' needed to bring 'b' into the same order as 'a'. I have searched around, but haven't been able to find any existing function
2017 Aug 30
0
[Gluster-devel] High load on glusterfs!!
Do we have ACL support on nfs-ganesha? On Aug 30, 2017 3:08 PM, "Niels de Vos" <ndevos at redhat.com> wrote: > On Wed, Aug 30, 2017 at 01:52:59PM +0530, ABHISHEK PALIWAL wrote: > > What is Gluster/NFS and how can we use this. > > Gluster/NFS (or gNFS) is the NFS-server that comes with GlusterFS. It is > a NFSv3 server and can only be used to export Gluster
2019 Sep 10
2
Quota and maildir does not work with subfolders of INBOX
On 9/9/19 6:18 PM, @lbutlr via dovecot wrote: > On 9 Sep 2019, at 09:27, Niels Kobsch?tzki <niels at kobschaetzki.net> wrote: >> The moment I remove those folders, the size gets calculated correctly. Unfortunately those folders are generated by some clients automatically afaik (like .INBOX.Trash) >> That sounds like a misconfiguration of the IMAP client. Someone has gone in
2017 Aug 30
2
[Gluster-devel] High load on glusterfs!!
On Wed, Aug 30, 2017 at 01:52:59PM +0530, ABHISHEK PALIWAL wrote: > What is Gluster/NFS and how can we use this. Gluster/NFS (or gNFS) is the NFS-server that comes with GlusterFS. It is a NFSv3 server and can only be used to export Gluster volumes. You can enable it: - install the glusterfs-gnfs RPM (glusterfs >= 3.11) - the glusterfs-server RPM might contain the NFS-server (glusterfs
2002 Jun 14
3
calling an editor on MAC and Linux
I have written an R function that writes output to an external file using the sink function. I assume that `sink' is not operating system dependent. At the end of the function I have additional code that opens the newly created file using notepad on a Windows system. Obviously, this part of the code will not work on a Mac or Linux box. Since I do not have a machine with Linux or the Mac OS
2018 Jun 29
1
Joining CentOS Storage SIG
On 29 June 2018 at 16:21, Alan Bartlett <ajb at elrepo.org> wrote: > On 29 June 2018 at 09:07, Niels de Vos <ndevos at redhat.com> wrote: >> On Fri, Jun 29, 2018 at 12:57:13PM +0530, Saravanakumar Arumugam wrote: >> >>> >>> Sure. >>> My wiki login name: Saravanakumar >> >> Thanks! I've put centos-docs@ on CC so that a wiki admin
2004 Nov 30
5
cisco dial-peer voip
I have 2610 XM with 1 Fastethernet and VIC2-2BRI. Dialin and dialout over pots is ok. Also inbound pots calls get redirected to Asterisk y.y.y.y So far so good. But I want to setup VOIP sessions with local carrier. I added dial-peer 40 for this. Session target x.x.x.x But calls will always get routed to the pstn peers 50 and 60. Peer x.x.x.x is never contacted or tried. My situation: PSTN
2001 Sep 10
3
inter tick distance
R colleagues, I am stumped. I would like the inter-tick distances to be the same on the x and y axes but cannot determine how to do so when the lower half of the y axis is not printed. Thanks for any and all suggestions. (btw, setting par(pty="s") does not solve my problem) Niels Waller M<-matrix(c(2,1, -1,3),2,2,byrow=TRUE)
2003 Nov 18
3
howto improve sharpeness of fonts in a jpg-image produced by R ?
Hi. I've done a standard barplotexample using R1-8.0, redhat8, probably using a GhostScript-integration. How can I improve the "sharpness" of the fonts. See for example the barplot (originally jpg coming from R) which is part of this screendump: http://www.zug.dk/Members/Nielssteenkrogh/1067525916309553166/element_103003161029 I'm not sure where to improve the this. Is it an
2007 Jan 17
3
Re: [nut-commits] svn commit r746 - trunk/packaging/RedHat
With automake, we collectively need to check to see if 'make distcheck' still works after adding or removing files. Basically, nothing will make its way into the NUT distribution tarball unless it is somehow mentioned in one of the Makefile.am files. See the packaging/RedHat directory for an example. Niels, thank you for spotting the extra nut.spec file in SVN; however, it needs to be