Displaying 20 results from an estimated 39 matches for "out_".
Did you mean:
out
2012 Sep 24
0
stop on rows where !is.na(mydata$ti_all)
...ot;, "2012-09-10", "2012-09-23", NA, NA, NA,
NA, "2012-09-23", "2012-09-23", "2012-09-23", NA, NA), ti_all = c(NA,
NA, NA, NA, NA, NA, NA, 6L, 44L, 33L, NA, 22L, NA, NA, NA, NA, 65L,
NA, 10L, NA, NA), ty_all = c(NA, NA, NA, NA, NA, NA, NA, "out_",
"out_", "cma_", NA, "cma_", NA, NA, NA, NA, "out_", "out_",
"out_", NA, NA), out_c = c(NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA,
NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), cma_c = c(NA, NA, NA,
NA, NA, NA, NA, NA, NA, NA...
2013 Sep 09
0
DNS Administration Strangeness
...domain.com zone, I see the following messages in /var/log/messages:
Sep 8 22:56:38 server smbd[17013]: [2013/09/08 22:56:38.328302, 0, pid=17013, effective(0, 100), real(0, 0), class=rpc_srv] ../source3/rpc_server/srv_pipe.c:88(dump_pdu_region)
Sep 8 22:56:38 server smbd[17013]: created /tmp/out_\winreg_2.7.prs
Sep 8 22:56:38 server smbd[17013]: [2013/09/08 22:56:38.340028, 0, pid=17013, effective(0, 100), real(0, 0), class=rpc_srv] ../source3/rpc_server/srv_pipe.c:88(dump_pdu_region)
Sep 8 22:56:38 server smbd[17013]: created /tmp/out_\winreg_2.8.prs
Sep 8 22:56:38 server smbd[17013]...
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
-- Executing Dial("SIP/231-af2b", "ZAP/g0/6643955") in new stack
-- Called g0/6643955
-- Hungup 'Zap/1-1'
== No one is available to answer at this time...
2006 Feb 09
0
re: voipjet -- Workaround if needed
...cro-dialout-trunk]
exten => s,1,GotoIf($[foo${ARG3} = foo]?3:2)) ; arg3 is pattern
password
exten => s,2,Authenticate(${ARG3})
exten => s,3,Macro(user-callerid)
exten => s,4,Macro(record-enable,${CALLERIDNUM},OUT)
exten => s,5,Macro(outbound-callerid,${ARG1})
exten => s,6,SetGroup(OUT_${ARG1})
exten => s,7,CheckGroup(${OUTMAXCHANS_${ARG1}})
; if we've used up the max channels, continue at (n+101)
exten => s,8,SetVar(DIAL_NUMBER=${ARG2})
exten => s,9,SetVar(DIAL_TRUNK=${ARG1})
exten => s,10,AGI(fixlocalprefix) ; this sets DIAL_NUMBER to the proper
dial string for t...
2006 Feb 10
0
Half Solved - Fail over to Pri on VoIP connection failure
...cro-dialout-trunk]
exten => s,1,GotoIf($[foo${ARG3} = foo]?3:2)) ; arg3 is pattern
password
exten => s,2,Authenticate(${ARG3})
exten => s,3,Macro(user-callerid)
exten => s,4,Macro(record-enable,${CALLERIDNUM},OUT)
exten => s,5,Macro(outbound-callerid,${ARG1})
exten => s,6,SetGroup(OUT_${ARG1})
exten => s,7,CheckGroup(${OUTMAXCHANS_${ARG1}})
; if we've used up the max channels, continue at (n+101)
exten => s,8,SetVar(DIAL_NUMBER=${ARG2})
exten => s,9,SetVar(DIAL_TRUNK=${ARG1})
exten => s,10,AGI(fixlocalprefix) ; this sets DIAL_NUMBER to the proper
dial string for t...
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
...icate(731)
exten => s,3,GotoIf($[foo${ECID${CALLERIDNUM}} = foo]?4)
exten => s,4,SetCallerID(${ECID${CALLERIDNUM}})
exten => s,5,Goto(6)
exten => s,6,GotoIf($[foo${OUTCID_${ARG1}} = foo]?6)
exten => s,7,SetCallerID(${OUTCID_${ARG1}})
exten => s,8,SetVar(length=${LEN(${DIAL_OUT_${ARG1}})})
exten => s,9,Dial(${OUT_${ARG1}}/w${ARG2:${length}})
exten => s,10,Congestion
exten => s,108,Macro(outisbusy)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050308/26df53c3/attach...
2005 Aug 24
0
SIP trunk rollover problem
...o-dialout-trunk]
exten => s,1,GotoIf($[foo${ARG3} = foo]?3:2)) ; arg3 is pattern password
exten => s,2,Authenticate(${ARG3})
exten => s,3,Macro(user-callerid)
exten => s,4,Macro(record-enable,${CALLERIDNUM},OUT)
exten => s,5,Macro(outbound-callerid,${ARG1})
exten => s,6,SetGroup(OUT_${ARG1})
exten => s,7,CheckGroup(${OUTMAXCHANS_${ARG1}})
; if we've used up the max channels, continue at 110 (n+101)
exten => s,8,SetVar(DIAL_NUMBER=${ARG2})
exten => s,9,SetVar(DIAL_TRUNK=${ARG1})
exten => s,10,AGI(fixlocalprefix) ; this sets DIAL_NUMBER to the proper
dial string...
2005 Jul 11
1
ASterisk@home + Broadvoice = Almost working installation...
...= foo]?4) ;check for CID override
for exten
exten => s,2,SetCallerID(${ECID${CALLERIDNUM}})
exten => s,3,Goto(6)
exten => s,4,GotoIf($[foo${OUTCID_${ARG1}} = foo]?6) ;check for CID override for
trunk
exten => s,5,SetCallerID(${OUTCID_${ARG1}})
exten => s,6,SetVar(length=${LEN(${DIAL_OUT_${ARG1}})})
exten => s,7,Dial(${OUT_${ARG1}}/${ARG2:${length}})
exten => s,8,Congestion
exten => s,108,Macro(outisbusy)
; dialout using default OUT trunk - no prefix
[macro-dialout-default]
exten => s,1,Macro(record-enable,${CALLERIDNUM},OUT)
exten => s,2,GotoIf($[foo${ECID${CALLERID...
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 I added those options in the 'general settings' dialog in AMP, but it would never work when the cal...
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
...nning 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 filename each day it
runs. I write the .csv file with a unique filename by
> fname <- paste("out_",Sys.Date(),".csv",sep="")
> write.table(config_all5,file=...
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 thought were relevant to how FreePBX configured this trunk ...
htt...
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)
...ntains a line like this:
TK_XINCLUDES='# no special path needed'
This has nothing to do with R proper but this bug which is either in AIX or
the local installation of X shows up during the compilation of R. Anyhow,
this line is plain stupid since when passed on to the compiler _comments
out_ the rest of the line! (Think about:
gcc fine_program.c #no special path needed -lX11 -Xm
) The fix is to use "TK_XINCLUDES=''" in tkConfig.sh
Again, I know this is not a problem with R but I'm adding it here for people
to find if they use the mailing list archive.
After t...
2009 Apr 02
0
FLAC: joining source files
..." if $nfo!~/duration[^=]*=\s*(\d+) samples/mi;
$z+= $1;
push @spt,$z;
push @tr,$k;
}
return;
}
#-- MAIN
my( $discid,$discid0,$fgen,$nbsamples,$nfo,$seekpts,$t1,$t2 );
usage() if $#ARGV<0 or $ARGV[0]!~/^[0-9a-f]{8}$/; #yy or not(inpath 'sox')
$discid0= $ARGV[0];
$fgen='out_';
if ($#ARGV>0 and $ARGV[1]!~/^[0-9a-f]{8}$/) {
($discid,$t1,$t2)= @ARGV;
usage() unless $#ARGV==2 and $t1.$t2=~/^\d+$/ and $t1<$t2;
$fgen.= "${discid}_${a}_${b}";
addtracks($discid,$t1,$t2);
}
else {
undef $t1;
while ($discid=shift @ARGV) { $fgen.=$discid.'_'; ad...
2015 Oct 20
3
[PATCH 1/2] generator: add a RelativePathnameList parameter type
...t; pr " int %s;\n" n
| Int64 n -> pr " int64_t %s;\n" n
@@ -464,7 +465,7 @@ Guestfish will prompt for these separately."
| FileOut name ->
pr " %s = file_out (argv[i++]);\n" name;
pr " if (%s == NULL) goto out_%s;\n" name name
- | StringList name | DeviceList name ->
+ | StringList name | DeviceList name | RelativePathnameList name ->
pr " %s = parse_string_list (argv[i++]);\n" name;
pr " if (%s == NULL) goto out_%s;\n" name name...