search for: onelin

Displaying 20 results from an estimated 148 matches for "onelin".

Did you mean: oneline
2010 Aug 30
2
help with dialplan
...${GMNETPHONE2}&${GMNETPHONE3}&${GMNET PHONE4}&${GMNETPHONE5}&${GMNETPHONE6}&${GMNETPHONE7},40,Ttr) exten => s,n,Hangup [from-interal] include => dialout1 include => dialout2 include => dialout3 include => parkedcalls include => intercom exten => 10,1,Macro(oneline,${QPHONE0}) exten => 11,1,Macro(oneline,${QPHONE1}) exten => 12,1,Macro(oneline,${QPHONE2}) exten => 13,1,Macro(oneline,${QPHONE3}) exten => 14,1,Macro(oneline,${QPHONE4}) exten => 15,1,Macro(oneline,${QPHONE5}) exten => 16,1,Macro(oneline,${QPHONE6}) exten => 17,1,Macro(oneli...
2007 Jun 21
1
TDM400 one way calls
...T3 = SIP/410 ; Matt ; ;ELLIS = SIP/411 ;QUEENS = SIP/412 ;FSSHOPS = ELLIS&QUEENS ; QUAD = SIP/450 ; LONDONSOLE1 = SIP/421 ; Zoe ;LONDONSOLE2 = SIP/422 ; Laura ;LONDONSOLE = LONDONSOLE1&LONDONSOLE2 ; ;PRESS1 = SIP/431 ; Lucy ;PRESS2 = SIP/432 ; Gemma ;PRESSOFFICE = PRESS1&PRESS2 ; [macro-oneline] exten => s,1,Dial(${ARG1},20,t) exten => s,2,Voicemail(u${MACRO_EXTEN}) exten => s,3,Hangup exten => s,102,Voicemail(b${MACRO_EXTEN}) exten => s,103,Hangup ; [macro-oneline1] exten => s,1,Dial(${ARG1},20,t) exten => s,2,Voicemail(u${ARG2}) exten => s,3,Hangup exten => s...
2004 Aug 04
3
Auto-attendant with an IP trunk
Hi: I am trying to setup a simple auto attendant with Asterisk using SIP extensions. I have an IP trunk to voicepulse and my outgoing calls go over that. I can also receive calls on that voicepulse trunk and want it to an auto attendant. Everything works except on the following: - one of the options is to allow the caller to press the extension that they would like to be connected to. I have
2007 May 22
3
Dial out issues.
...T3 = SIP/410 ; Matt ; ;ELLIS = SIP/411 ;QUEENS = SIP/412 ;FSSHOPS = ELLIS&QUEENS ; QUAD = SIP/450 ; LONDONSOLE1 = SIP/421 ; Zoe ;LONDONSOLE2 = SIP/422 ; Laura ;LONDONSOLE = LONDONSOLE1&LONDONSOLE2 ; ;PRESS1 = SIP/431 ; Lucy ;Press2 = SIP/432 ; Gemma ;PRESSOFFICE = PRESS1&PRESS2 ; [macro-oneline] exten => s,1,Dial(${ARG1},20,t) exten => s,2,Voicemail(u${MACRO_EXTEN}) exten => s,3,Hangup exten => s,102,Voicemail(b${MACRO_EXTEN}) exten => s,103,Hangup ; [macro-oneline1] exten => s,1,Dial(${ARG1},20,t) exten => s,2,Voicemail(u${ARG2}) exten => s,3,Hangup exten => s...
2007 Jul 26
1
tdm400p fxs module busy
...T3 = SIP/410 ; Matt ; ;ELLIS = SIP/411 ;QUEENS = SIP/412 ;FSSHOPS = ELLIS&QUEENS ; QUAD = SIP/450 ; LONDONSOLE1 = SIP/421 ; Zoe ;LONDONSOLE2 = SIP/422 ; Laura ;LONDONSOLE = LONDONSOLE1&LONDONSOLE2 ; ;PRESS1 = SIP/431 ; Lucy ;PRESS2 = SIP/432 ; Gemma ;PRESSOFFICE = PRESS1&PRESS2 ; [macro-oneline] exten => s,1,Dial(${ARG1},20,t) exten => s,2,Voicemail(u${MACRO_EXTEN}) exten => s,3,Hangup exten => s,102,Voicemail(b${MACRO_EXTEN}) exten => s,103,Hangup ; [macro-oneline1] exten => s,1,Dial(${ARG1},20,t) exten => s,2,Voicemail(u${ARG2}) exten => s,3,Hangup exten => s...
2004 Sep 30
1
how to hung up a call immediately if it SIP response 486 "Busy Here" received
...that it takes around 5 sec before the phone hang up immediately if SIP response 486 "Busy Here" was received. How to change it so that it will hangup immediately. >From the asterisk CLI, I am seeing ocalhost*CLI> -- Executing Macro("SIP/6200-70bb", "oneline|SIP/6203") in new stack -- Executing Dial("SIP/6200-70bb", "SIP/6203| 20") in new stack -- Called 6203 -- Got SIP response 486 "Busy Here" back from 10.1.2.116 -- SIP/6203-d4f0 is busy == Everyone is busy/congested at this time Sep 30 15:1...
2004 Apr 06
0
quad BRI. Outgoing calls droped in 10 seconds.
...angup -- Hungup 'Zap/1-1' == Spawn extension (local, 96511191, 1) exited non-zero on 'Zap/11-1' -- Hungup 'Zap/11-1' extensions.conf [citylocal] exten => _9NXXXXXX,1,Dial(Zap/g1/${EXTEN:1}) exten => _9NXXXXXX,2,Congestion [ourisdn] exten => 2101,1,Macro(oneline,Zap/g2/2101) exten => 2102,1,Macro(oneline,Zap/g2/2102) exten => 2103,1,Macro(oneline,Zap/g3/2103) exten => 2104,1,Macro(oneline,Zap/g3/2104) exten => 2105,1,Macro(oneline,Zap/g4/2105) exten => 2106,1,Macro(oneline,Zap/g4/2106) [from_telco] exten => 4295119,1,GotoIfTime(6:00-18:...
2014 Jan 08
2
[LLVMdev] New -O3 Performance tester - Use hardware to get reliable numbers
On Tue, Jan 7, 2014 at 8:48 PM, Sean Silva <chisophugis at gmail.com> wrote: > sean:~/pg/llvm/llvm % git log --oneline --since='1 month ago' | wc -l > 706 > sean:~/pg/llvm/llvm % git log --oneline --since='1 month ago' ./test | wc -l > 317 Wouldn't this also catch commits to code generation that added tests as well? Diego.
2003 Nov 20
2
Voicemail just hanging up...
...the last weeks cvs? I was using a checkout from 10-31 and everything worked fine, but the last few days I get a hangup right after it calls the voicemail app. No sound, just an immediate disconnect. Nothing has changed in my extensions.conf, etc. Here is what I have in extensions.conf: [macro-oneline] exten => s,1,Dial(${ARG1},20,tr) exten => s,2,Voicemail(u${MACRO_EXTEN}) exten => s,3,Hangup exten => s,102,Voicemail(b${MACRO_EXTEN}) ;exten => s,103,Hangup . . . [springfield] ignorepat => 9 exten => _67XX,1,Macro(oneline,SIP/${EXTEN}) When dialing any 67XX extension whe...
2011 Jan 28
2
internet connection tester script
http://pastebin.com/raw.php?i=rykHdvBh bix.hu and www.yahoo.com are "pingable" test sites. 127.0.0.1 could not be pinged [firewall drops all icmp] i have a "oneliner" that echoes if theres "internet connection or no". $ ping -W 1 -c 2 bix.hu &gt;&amp; /dev/null &amp;&amp; ping -W 1 -c 2 www.yahoo.com &gt;&amp; /dev/null &amp;&amp; echo "internet connection ok" || echo "no internet connection"...
2003 Nov 18
1
DIAX - Can place a call, but can't be called?!
...Seqno: 01 Type: IAX Subclass: ACK -- Registered '305' (AUTHENTICATED) at 192.168.1.102:5036 Tx-Frame Retry[000] -- Seqno: 01 Type: IAX Subclass: REGACK Rx-Frame Retry[N/A] -- Seqno: 01 Type: IAX Subclass: ACK -- Executing Macro("SIP/302-b3b3", "oneline|IAX/305") in new stack -- Executing Dial("SIP/302-b3b3", "IAX/305|20|tr") in new stack == Everyone is busy at this time -- Executing VoiceMail("SIP/302-b3b3", "b305") in new stack == Parsing '/etc/asterisk/voicemail.conf': == Parsi...
2005 Jan 10
0
Problems calling between two local SIP extensions
...ocal SIP extensions (both bt100). One is on remote location behind another nat (16), but everyithing seems to be setup correctly as it can register and is listed as OK(57ms). However I can only call in one direction between those two. Extensions are defined in same context: exten => 11,1,Macro(oneline,SIP/11) exten => 16,1,Macro(oneline,SIP/16) both using same macro oneline: [macro-oneline] ; ; Standard extension macro (with call forwarding): ; ${ARG1} - Device(s) to ring ; exten => s,1,AGI(misterhouse.agi,"CallerID") ;exten => s,1,NoOp exten => s,2,DBget(temp=CFIM/${MAC...
2005 Jan 23
0
No music with "Blind" transfer on GS ATA + Sipura-841
...ransfers as attended and wait for the called party to answer so as to avoid this "assumed dead line" problem but I wonder if anyone has also experienced this and or found a solution. My Asterisk log is as follows: asterisk*CLI> -- Executing Macro("SIP/201-6447", "oneline|Sip/200") in new stack -- Executing SetMusicOnHold("SIP/201-6447", "random") in new stack -- Executing Dial("SIP/201-6447", "Sip/200|30|tr") in new stack -- Called 200 -- SIP/200-08b4 is ringing -- SIP/200-08b4 answered SIP/201-6447...
2003 Oct 14
2
T100P to Adtran TA750 - No dialtone or ring
...5-1", "greeting-announcements") in new stack -- Playing 'greeting-announcements' == CDR updated on Zap/25-1 -- Executing Goto("Zap/25-1", "routing|300|1") in new stack -- Goto (routing,300,1) -- Executing Macro("Zap/25-1", "oneline|300|Zap/1") in new stack -- Executing DBget("Zap/25-1", "fwdexten=CFU/300") in new stack -- DBget: varname=fwdexten, family=CFU, key=300 -- DBget: Value not found in database. -- Executing Goto("Zap/25-1", "s|4") in new stack -- Goto...
2014 Jan 07
3
[LLVMdev] New -O3 Performance tester - Use hardware to get reliable numbers
Hi, I would like to announce a new set of LNT -O3 performance testers. In a discussion titled "Question about results reliability in LNT infrustructure" Anton suggested that one way to get statistically reliable test results from the LNT infrastructure is to use a larger sample size (5-10) as well as a more robust statistical test (Wilcoxon/Mann-Whitney). Another requirement to
2014 Jan 09
2
[LLVMdev] New -O3 Performance tester - Use hardware to get reliable numbers
...<chisophugis at gmail.com> wrote: > > > > On Wed, Jan 8, 2014 at 7:58 AM, Diego Novillo <dnovillo at google.com> wrote: >> >> On Tue, Jan 7, 2014 at 8:48 PM, Sean Silva <chisophugis at gmail.com> wrote: >> >> > sean:~/pg/llvm/llvm % git log --oneline --since='1 month ago' | wc -l >> > 706 >> > sean:~/pg/llvm/llvm % git log --oneline --since='1 month ago' ./test | >> > wc -l >> > 317 >> >> Wouldn't this also catch commits to code generation that added tests as >> well? &g...
2011 Jul 12
1
suggestions regarding reading in a messy file
...comma, tab, and exclamation marks as a delimiter. When I was unable to read in it, I used readLines to check the number of fields in each row. For example, when using a comma, I checked the number of entries in each line using: con <- file("myfile.txt", "r") while ( length(oneLine <- readLines(con, 1)) ) { lineLength <- length(strsplit(oneLine,",")[[1]]) cat(lineLength,"\n") } close(con) This prints out 57 for each line. But then I try: cc <- rep("character",57) myData <- read.table("myfile.txt",header=TRUE,se...
2019 Oct 25
4
Tag for using git describe on master
...lly incrementing commit numbers), and "a4783ef58d3" is the hash with "g" as a magic prefix to indicate it's a git hash. The name can be used to refer to commits directly (git only looks at the hash after the "g"): $ git show llvmorg-10-init-8348-ga4783ef58d3 -s --oneline a4783ef58d3 [Alignment][NFC] getMemoryOpCost uses MaybeAlign Thanks, Hans
2006 Nov 15
2
problem with dtrace toolkit
I tried some of the scripts in the toolkit (opensnoop, execsnoop, dtruss), and I keep seeing errors like this: dtrace: error on enabled probe ID 3 (ID 113: syscall::exece:return): invalid kernel access in action #5 at DIF offset 0 Anyone know what could be the problem? TIA This message posted from opensolaris.org
2004 Dec 09
1
No ring signal when calling internal extensions ?
Hi, I have attached configuration settings and cannot get ring signal when calling internal extensions. I'm probably doing something wrong so would kindly ask for a tip how to do it properly : exten => 11,1,Macro(oneline,SIP/11) Calling 11 (this is the same with BT or iax softphones) doesn't give me a ring - what is missing ? Thanks, Rob. [macro-oneline] ; ; Standard extension macro (with call forwarding): ; ${ARG1} - Device(s) to ring ; exten => s,1,AGI(misterhouse.agi,"CallerID") ;exten =&gt...