search for: tto

Displaying 20 results from an estimated 59 matches for "tto".

Did you mean: tito
2012 May 04
3
[GIT PULL] elflink fixes
...f timeout_jump; - static struct list_head cli_history_head; void clear_screen(void) @@ -29,46 +27,37 @@ void clear_screen(void) fputs("\033e\033%@\033)0\033(B\1#0\033[?25l\033[2J", stdout); } -int mygetkey(clock_t timeout) +static int mygetkey_timeout(clock_t *kbd_to, clock_t *tto) { - clock_t t0, t; - clock_t tto, to; + clock_t t0, t1; int key; - //dprintf("enter"); - if (!totaltimeout) - return get_key(stdin, 0); - - for (;;) { - tto = min(totaltimeout, INT_MAX); - to = timeout ? min(tto, timeout) : tto; + t0 = times(NULL); + key =...
2009 Mar 27
0
Add params tto links on page load - ?domain=xyz.com
I''m working on testing an app locally that will be serving multiple domains. We''ve currently set up a mechanism for testing this ?domain=xyz.com, but this param isn''t carried over when clicking on links throughout the site. Is there anyway to globally change the way rails render''s links to add this param to all links? Thanks in advance for any help! --
2002 Jul 26
0
manipulating the result of by()
...age class, education, sex, region) for a total 4*3*2*5 tables. I get a list of length 120 and dim 4. Noww I want to sum the tables within the level of one of the grouping variables, eg age class. How can I do? Here is an example: ttt <- by(data,list=c(age,sex,region,edu),FUN=function(x) { tto <- table(x$smoke[x$grp=="study1"]) so <- sum(tto) tte <- prop.table(table(x$smoke[x$grp=="study2"]))*so ttt <- rbind(tto,tte) ttt } Think of age as a factor with 4 levels (age category). Now a want to sum each table (observed=tto and expected=tte separately...
2015 Mar 03
1
[PATCH] actions.ml: fix a typo
s/tto/to Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> --- generator/actions.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/actions.ml b/generator/actions.ml index 448dc4f..9f32cb5 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -12490,...
2015 Feb 21
7
[PATCH 0/4] btrfs: add support to btrfstune
This series adds new APIs to support btrfstune. Chen Hanxiao (4): New API: btrfstune_S_enable New API: btrfstune_S_disable New API: btrfstune_r New API: btrfstune_x daemon/btrfs.c | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++ generator/actions.ml | 64 +++++++++++++++++++++++++++++++++ src/MAX_PROC_NR | 2 +- 3 files changed, 164 insertions(+), 1 deletion(-) --
2011 Jun 16
2
Inbound call not dialing exten
...as any mistakes. please help. exten => _45789XX,1,AGI(agi://127.0.0.1:4577/call_log) exten => _45789XX,1,Set(Dest=2{EXTEN:-2}) exten => _45789XX,2,MixMonitor(/var/spool/asterisk/astrec/${TIMESTAMP}-${CALLERIDNUM}-${EXTEN}-${UNIQUEID}.gsm|av(0)V(0)) exten => _45789XX,3,Dial(SIP/${Dest},,tTo) exten => _45789XX,4,Hangup Best Regards, Mahesh Katta *BUZZ**WORKS* Business Services Private Limited BANGALORE | CHENNAI | HYDERABAD | MUMBAI| DELHI 201, Crystal Tower, 75 Gundavali Cross Lane, Andheri Kurla Road, Andheri (E) Mumbai 400069 GSM +91.97029.70779 | Phone +91.22.4229.2634 | Fax +9...
2014 Jan 16
2
Starpy and Asterisk on different machines ? [SOLVED]
Thanks for replying. So as python-starpy requires asterisk in Debian Wheezy repo, for a Debian setup the alternatives are either : - to install it from source - tto build my own custom package removing this asterisk dependency (is it easy or even possible ?) - to use another solution such as pyst. Regards 2014/1/16 Adolphe Cher-Aime <acheraime at gmail.com> > Yes you can. This what starpy is for. It's build around Python twisted > which al...
2018 May 18
3
exclude
...FL 2006 63 FL 2007 14 FL 2007 25 FL 2009 64 FL 2009 47 FL 2010 48 NY 2003 50 NY 2004 51 NY 2006 57 NY 2007 62 NY 2007 36 NY 2009 87 NY 2009 96 NY 2010 91 NY 2010 59 NY 2010 80"),header = TRUE,stringsAsFactors=FALSE) There are three states, I wan tto select states taht do ahve records in all year. Example, xtabs(Y~stat+year, tdat) This gave me the following stat 2003 2004 2006 2007 2009 2010 AL 38 21 20 12 16 15 FL 0 0 63 39 111 48 NY 50 51 57 98 183 230 Fl state does not have recrods in all year an...
2011 Jul 14
9
Extension wise dialplan
Hi all, I have n no. of extensions in my dialer. from 456 to 556 extensions. I was created 2 other extensions 667 and 668 I need to allow only STD calls to go from this extensions. These all extensions are same context . I need to define the STD dialplan for only this 2 extensions. how I can ? Best Regards, Mahesh Katta *BUZZ**WORKS* Business Services Private Limited BANGALORE | CHENNAI |
2004 Aug 06
4
Multiple ICES background daemons
Is there anyway to run multiple ices backgroud deamons and have more than one ices.pid file generated so that I can control each one seperately? I want to have mulitple ices streams running with different playlists and different stream names and control them using the signals. I start one ices process and it writes a file ices.pid to the /tmp directory and I can control it sy sending it
2011 Jun 07
3
Different callerid for different extensions
...ten => _0XXXXXXXXX,5,AGI(agi://127.0.0.1:4577/call_log) exten => _0XXXXXXXXX,6,Set(CALLERID(num)=${outgoing_ident}) exten => _0XXXXXXXXX,7,MixMonitor(/var/spool/asterisk/astrec/${TIMESTAMP}-${CALLERIDNUM}-${EXTEN}-${UNIQUEID}.gsm|av(0)V(0)) exten => _0XXXXXXXXX,8,Dial(${TRUNK}/${EXTEN},,tTo) exten => _0XXXXXXXXX,9,Hangup this dial plan for outbound .But I have some extensions that is like 100-110,200-210,300-310, etc. with this dialplan when I dial from 100 extension callerid will show 044578900 right, and i have 200 extension also when i dial from this callerid will show 044578...
2011 May 31
1
BRI confiugration error
...Executing [0559566768 at default:1] AGI("Console/dsp", "agi:// 127.0.0.1:4577/call_log") in new stack -- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0 -- Executing [0559566768 at default:2] Dial("Console/dsp", "Dahdi/g0/0559566768|55|tTo") in new stack [May 31 01:10:09] WARNING[30356]: channel.c:3443 ast_request: No channel type registered for 'Dahdi' [May 31 01:10:09] WARNING[30356]: app_dial.c:1296 dial_exec_full: Unable to create channel of type 'Dahdi' (cause 66 - Channel not implemented) == Everyone is...
2015 Mar 01
5
[PATCH v2 0/3] btrfs: add support to btrfstune
This series adds new APIs to support btrfstune. v2: - merge btrfstune_S_[enable|disable] together - fix naming issue Chen Hanxiao (3): New API: btrfstune_seeding New API: btrfstune_enable_extended_inode_refs New API: btrfstune_enable_skinny_metadata_extent_refs daemon/btrfs.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++ generator/actions.ml | 47
2009 Mar 10
1
Asterisk and WebIntegration
...nterface. Then, a .call file is created with the following informations. Channel: Zap/g2/9444204943 Context: inbound_support Extension: 8440 Priority: 0 Now, in the extensions.conf file, I mentioned the following under inbound_support context. [inbound_support] exten =>8440,1,Dial(SIP/8440,55,tTo) exten =>8440,2,Answer exten =>8440,3,Hangup But, here the call gets connected only when the receiver end receives the call. When the receiver end picks up the phone, SIP/8440 rings. Is there any other way to implement this. I am not ready to use Vicidial (AstGUIClient) because the interfac...
2009 May 20
1
Queue and Dial operation - Common Variables?
...t shown above. agi_qdial.sh *declare -a array while read -e ARG && [ "$ARG" ] ; do array=(` echo $ARG | sed -e 's/://'`) echo ${array[0]} = ${array[1]} >>$LOG_FILE export ${array[0]}=${array[1]} done echo "EXEC Dial SIP/$agi_extension 20 tTo" *Any hint on this?? Regards, Kurian Thayil. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090520/5ba2b86e/attachment.htm
2015 Feb 27
1
Re: [PATCH 4/4] New API: btrfstune_x
...", device, err); > + return -1; > + } > + > + return 0; > +} > diff --git a/generator/actions.ml b/generator/actions.ml > index 661ba9a..9888f94 100644 > --- a/generator/actions.ml > +++ b/generator/actions.ml > @@ -12580,6 +12580,21 @@ so that you can use it tto build other filesystems." }; > longdesc = "\ > This will Enable extended inode refs." }; > > + { defaults with > + name = "btrfstune_x"; > + style = RErr, [Device "device"], []; > + proc_nr = Some 457; > + optional...
2015 Feb 27
1
Re: [PATCH 3/4] New API: btrfstune_r
...", device, err); > + return -1; > + } > + > + return 0; > +} > diff --git a/generator/actions.ml b/generator/actions.ml > index 3c906a4..661ba9a 100644 > --- a/generator/actions.ml > +++ b/generator/actions.ml > @@ -12565,6 +12565,21 @@ so that you can use it tto build other filesystems." }; > Warning: This is dangerous, clearing the seeding flag > may cause the derived device not to be mountable!" }; > > + { defaults with > + name = "btrfstune_r"; > + style = RErr, [Device "device"], []; &g...
2009 May 04
5
moving a project from windows to linux
How easy is it to do this. Is it simply a case of copying the project directory over to the linux directory or does one have to create a new project in the linux system and copy paste (due to the wonders of rails magic)??? -- Posted via http://www.ruby-forum.com/.
2011 Feb 17
5
[PATCH 0/4] Reduce core size
From: Matt Fleming <matt.fleming at linux.intel.com> These patches are based on the elflink branch. This set of patches is my attempt at moving the command-line interface functionality out of the core and into an ELF module to reduce the size of the core. The most interesting patch is [PATCH 4/4] which moves the cli code out of core/elflink and into com32/elflink/modules. [PATCH 4/4] is
2009 May 11
1
PauseMonitor() Hanging Up Call
...s the scenario: The caller (SIP or ISDN, doesn't matter) dials into the asterisk which executes the following code: exten => _X.,1,Monitor(wav,${CALLDIR}${UNIQUEID},mb) exten => _X.,n,Set(__DYNAMIC_FEATURES=in-pauseMonitor#in-resumeMonitor) exten => _X.,n,Dial(SIP/myphone,300,tTo) My [applicationmap] in features.conf is setup as follows: in-pauseMonitor => *7,self/callee,Macro,pause-record in-resumeMonitor => *9,self/callee,Macro,resume-record I also have the following contexts setup in extensions.conf: [macro-pause-record] exten => s,1,Playba...