Displaying 20 results from an estimated 39 matches for "out_s".
Did you mean:
out_sg
2012 Sep 24
0
stop on rows where !is.na(mydata$ti_all)
Dear R experts,
I got help to build a loop but there is a bug inside it that causes
one part of the mechanism to fail.
It should grow once, but if keep growing on rows where $ti_all is not NA.
Here is a wall of code that very crudely demonstrates the problem,
there is a couple of dim() outputs at the end where you can see how it
the second time around keeps adds (2) rows, but this does not
2013 Sep 09
0
DNS Administration Strangeness
I'm running Samba 4.0.9 as a domain controller in a Windows 2008 R2 functional level single domain forest with a Windows 2012 domain controller. I am using Bind 9.9.3-P2 as the DNS backend with dlz_bind9_9.so driver.
When I add my Samba DC to the DNS Manager snap-in, my main domain.com zone has a red X and I cannot expand it. The _msdcs.domain.com zone seems to be ok. Also, one of my reverse
2005 Aug 10
0
tdm400p / outbound zap prob
I'm having trouble getting outbound calls going with aah 1.3 and a tdm400p
w/ 4 FXO. Incoming calls work fine, outbound I get this:
-- Executing SetVar("SIP/231-af2b", "OUTNUM=6643955") in new stack
-- Executing Cut("SIP/231-af2b", "custom=OUT_1|:|1") in new stack
-- Executing GotoIf("SIP/231-af2b", "0?19") in new stack
2006 Feb 09
0
re: voipjet -- Workaround if needed
Same thing here. I had this problem awhile ago and made this
workaround.
Going to another trunk does not work because they are answering and not
sending a error code. If you are using AAH code then this waits 10
seconds on your Voip then times out and goes to PSTN. You can modify
for your needs
The pertinent line is 14 in macro-dialout-trunk
I am going to clean it up and repost under my
2006 Feb 10
0
Half Solved - Fail over to Pri on VoIP connection failure
I want to say thanks to everyone for the help so far. I figured out a
way to modify some AAH code that worked for me (well sort of). The line
I modified is s,14 in macro-dialout-trunk. Then I just added a variable
and passed it from 9_outside.
I just have one last problem. This waits for an answer not ringing. So
if the called party has a long ring to voice mail the call is dropped
and goes
2013 Jan 07
0
[LLVMdev] How to output a .S *and* a .OBJ file?
...lyFile
TargetMachine::CGFT_ObjectFile
*/
TargetMachine::CodeGenFileType FileType_S = TargetMachine::CGFT_AssemblyFile;
TargetMachine::CodeGenFileType FileType_OBJ = TargetMachine::CGFT_ObjectFile;
//if ( DoCompileObj ) {
//} else if ( DoCompileS ) {
OwningPtr<tool_output_file> Out_S(GetOutputStream(FileType_S, TheTarget->getName(), TheTriple->getOS(), "BasicParser.exe"));
if ( !Out_S) {
printf( "Error creating output file\n" );
return false;
}
OwningPtr<tool_output_file> Out_OBJ(GetOutputStream(FileType_OBJ, TheTarget->getName(),...
2005 Mar 08
2
GotoIf with Authenticate
Quick question...Im authenticate all exten except this one(2006). If I call from ext 2006 I still have to authenticate. If I call form any other ext I have to authenticate. Any suggestions?
Thanks
extex => s,1,GotoIf($[${EXTEN} = "2006"]?3)
exten => s,2,Authenticate(731)
exten => s,3,GotoIf($[foo${ECID${CALLERIDNUM}} = foo]?4)
exten =>
2005 Aug 24
0
SIP trunk rollover problem
Hello,
I've got an Asterisk system with 3 SIP trunks configured. Each SIP
trunk is actually a 4 port Mediatrix PSTN gateway. The current outbound
call routing (via AMP 1.10.007a) uses the 3 trunks in descending order,
all set with max channels to 4. Unfortunately, when the first trunk
reports a "480 Service Unavailable" (all ports in use), Asterisk reports
congestion without
2005 Jul 11
1
ASterisk@home + Broadvoice = Almost working installation...
Hello Guys,
I'm somewhat of a newbie and am desperately seeking for some help...
I've managed to get asterisk up and running on my server, and signed up with a
broadvoice account...
I'm having no problem dialing and communicating between extensions, but whenever
anyone tries to call my broadvoice account, they are greeted by no ring or
anything, but rather simply a direct to
2006 Mar 17
0
Call transfer problems, SOLVED
Hi All, in regards to my previous queries about call transfers not working from inside, several days of searching turned up this posting:
I got this to work by editing the line
exten => s,14,Dial(${OUT_${ARG1}}/${OUTNUM})
to say
exten => s,14,Dial(${OUT_${ARG1}}/${OUTNUM},,Tt)
in extensions.conf
seems like many people have had this issue in the past, I guess it's AMP related, as
2014 Aug 28
1
[PATCH v2 0/4] virtio: Clean up scatterlists and use the DMA API
...that dma vs. non-dma is relevant. I tried -net user a -net tap
>> with iperf running in both directions. I also tried switching
>> virtio_pci into non-DMA-API mode. No errors.
>>
>> Is there any chance that you could instrument that BUG_ON to print n,
>> i, in_sgs, out_sgs, total_sg, total_in, and total_out? I assume this
>> is some oddity with patch 1, but I'm mystified.
>
> Yes, its triggered by patch 1.
I must be doing something wrong, since virtio_net isn't sending me
through that code path at all. This may be related to ethtool
refusing...
2014 Aug 28
1
[PATCH v2 0/4] virtio: Clean up scatterlists and use the DMA API
...that dma vs. non-dma is relevant. I tried -net user a -net tap
>> with iperf running in both directions. I also tried switching
>> virtio_pci into non-DMA-API mode. No errors.
>>
>> Is there any chance that you could instrument that BUG_ON to print n,
>> i, in_sgs, out_sgs, total_sg, total_in, and total_out? I assume this
>> is some oddity with patch 1, but I'm mystified.
>
> Yes, its triggered by patch 1.
I must be doing something wrong, since virtio_net isn't sending me
through that code path at all. This may be related to ethtool
refusing...
2009 Feb 26
1
Substituting in a variable file name in a Windows system command
I am running R version 2.8.1 on Windows XP OS.
I generate and write a .csv file from my R script. Then the following
command works to upload it to a remote server using a windows batch file
that carries out the ftp (among other things).
> system("C:/upload_data/uploadq8.bat
C:/upload_data/out_2009-02-26.csv", wait=FALSE)
I want to set this up to run daily and create a unique
2005 Sep 14
2
PRI to PRI passthrough with DID intact
I currently have: Telco-PRI ---- Panasonic DBS576 PBX ---- E&M wink
T1 ---- Asterisk.
I have configured the Panasonic to forward my Asterisk DIDs to the Asterisk
extensions over the T1.
I do not get DID nor CID on the Asterisk, so I want to use PRI between the
PBXs.
I do not want to pay for another PRI card for the Panasonic. (T1 and PRI are
different cards)
I see this as my least
2015 Aug 18
2
Asterisk 13 chan_sip trunk appending @string to dialled number
Hello,
So, I found this line under macro-dialout-trunk, in extensions_additional.conf (FreePBX, so it controls the conf files mostly);
exten => s,n,Dial(${OUT_${DIAL_TRUNK}}/${OUTNUM}${OUT_${DIAL_TRUNK}_SUFFIX},${TRUNK_RING_TIMER},${DIAL_TRUNK_OPTIONS})
If I grep for OUT_3_SUFFIX in all files in /etc/asterisk I get nothing..
Here's a paste of a few things out of the two files that I
2014 Dec 17
3
[PATCH 0/3] Allow environment variables to have boolean values.
https://bugzilla.redhat.com/show_bug.cgi?id=1175196
Currently if you write something like LIBGUESTFS_DEBUG=0 or
LIBGUESTFS_DEBUG=true then it doesn't do what you probably expect.
This patch series fixes that.
Rich.
2005 Aug 02
12
WHat does it take
How many times do you ask for help here before getting a respone? Every
single thing I do No matter what I get busy extensions. I am willing to pay
someone to help here. Anybody got a clue?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050802/d0d1326c/attachment.htm
2001 Jul 29
1
Compiling R (1.3.0) on AIX (4.3) fails (PR#1034)
Hi,
This email reports bugs in acinclude.m4, src/library/tcltk/src/Makefile,
and share/perl/Rd2contents.pl. It is based on R-patched.tgz from 07/27/2001
(R 1.3.0) and comes from trying to compile R on AIX 4.3.
1) acinclude.m4: A string on line 3096 starts with a single quote: ' but
is terminated with a double quote: ". (This leads to the weird error
message that configure can't
2009 Apr 02
0
FLAC: joining source files
Hello,
Here's a script i use to join multiple PCM source files and feed them
to FLAC. In the future i plan to add tag support from static CDDB (files).
It would be nice if this feature could be incorporated to the native encoder.
Another idea is to have flac/metaflac support joining FLAC files
themselves (but this is much heavier to implement)
-- and may pose issues with meta info like
2015 Oct 20
3
[PATCH 1/2] generator: add a RelativePathnameList parameter type
Mostly like StringList (so it can used in current StringList
parameters), but checking client- and daemon-side that the elements are
relative paths.
---
generator/bindtests.ml | 3 ++-
generator/c.ml | 29 ++++++++++++++++++++++++-----
generator/csharp.ml | 4 ++--
generator/daemon.ml | 20 ++++++++++++++++++--
generator/erlang.ml | 2 +-
generator/fish.ml |