similar to: how to set language in capi

Displaying 20 results from an estimated 2000 matches similar to: "how to set language in capi"

2005 May 31
7
Tools for effectively manage Asterisk
Hallo, we have started playing with asterisk about one month ago, and we do like very much what we are experiencing. Now we would like to take some step further towards "standardizing" installed modules, functionalities, tools etc. The "wall" we are facing now is: choosing the right tool for * management. We tried AMP, very powerful but incomplete (CAPI is very important to
2005 Oct 04
3
Asterisk as H323 gateway
Is there anyone who is currently using Asterisk as a production H323 gateway? And using which combination of asterisk and H323 (chan_h323, chan_oh323?) The main issue is interoperability with other H323 parties (Cisco AS53xx, Nextone, etc). Searching the mailing list it seems that both h323 and oh323 are not so stable, is it only an impression or using h323 is really not so advisable?
2005 Jun 06
1
AMP and custom application
Hi, I am trying to define DID Routes via AMP (last version 1.10.008) I succeded in defining single DID route, one per extension, let's say i.e. DID number 0101234567 set destination to extension 567 DID number 0101234555 set destination to extension 555 and so on Now I was trying to define only one route to a custom application DID number 0101234XXX routes to Custom-App
2005 Aug 03
1
Is it possible to use CHAN_CAPI with ZAPHFC enabled card ?
I have an ISDN card, Billion ISDN PCI Card I tried to use the ZAPHFC, I patched the kernel, I did anything (also followed reccomandation on use on Suse Linux Professional 9.2 --my box is) using bristuff last version. In the end I succesfully compile zaphfc, but I am not able to use the card (a lot of problem running zapcfg, a loto of problem starting asterisk saying about wrong anything (from
2009 Dec 01
2
Cut intervals (character) to numeric midpoint; regex problem
Starting with the head of a 499 element matrix whose column names are now the labels trom a cut() operation, I needed to get to a vector of midpoints to serve as the basis for plotting a calibration curve ( exp(linear predictor) vs. : > dput(head(dimnames(mtcal)[2][[1]])) # was starting point testvec <- c("(-8.616,-3.084]", "(-3.084,-2.876]",
2005 Aug 08
1
problem in inbound calls
I have the following problem when calling from outside my asterisk box : ********************* Extension 'my ISDN phone number' in context 'from-pstn' from '' does not exist. Rejecting call on channel 0/1, span 2 ********************* The card is zaphfc configured (group=2), the calls form internal to outside are perfect. If I had a chan_capi card, I shoud add
2005 Feb 15
2
Asterisk Integration with ALCATEL 4400
Does anyone have any input into integrating asterisk with a alcatel 4400 PBX. Acording to what i've found is that Alcatel uses R2 for E1 -- regards Vikram (http://www.vicramresearch.com)
2005 Aug 16
1
problems with eyebeam - video phone
I am trying to connect two Xten eyeBeam Video Phone No problems in voice connecting. I tryed to modify my sip.conf [general] language=it videosupport=yes ; enable Asterisk video support port = 5060 ; Port to bind to (SIP is 5060) bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine) disallow=all allow=h263 allow=gsm allow=ulaw allow=alaw ; H.263 is our video codec ;
2004 Oct 20
2
apply function
Hi all, I have a question about apply function. Is that possible to pass some non-default arguments in the function we want to apply ? For example: if "mat" is a matrix and I want to use the "tabulate" function on its row. The command apply(mat,1,tabulate) works but I have problem with this one apply(mat, 1, tabulate(nbins=4)). Any clue ? Thanks, Eric -- Eric
2005 Sep 29
4
chan_cap-cm-0.6 deflect support
Hi, I've recently reinstalled a Diva in my asterisk server (alongside a QuadBRI :-) to test the nice features Armin has been adding in chan_capi. The capi.conf format has changed, so my question is how do I define a deflect= statement for different incoming MSN's? I've tried to define a section for each (group of) MSN with a different "deflect". Is that correct? [DIVA1]
2016 Feb 16
2
Who patches the fixups?
Hi, I am trying to undertand which code in LLVM patches the fixups generated by assembler. Here is what I am doing: I use "llvm-mc" to compile X86 assembly code, like below: $ echo "jmp 5000" | ./bin/llvm-mc -assemble -triple=i386 -show-encoding -x86-asm-syntax=att -output-asm-variant=1 .text jmp 5000 # encoding: [0xeb,A]
2004 Oct 25
2
Transfering Calls
I am having several users complain about not being able to use the # button when dialing into IVR's, etc, because the # key prompts for transfering the call to another extension. Is there a way to still provide transfer capability, but not use the # key? I am using SNOM 200 phones so if anyone has any suggestions, I would greatly appreciate it. Thanks, Brian
2011 Feb 07
2
fast optimization routines in R
Dear R help archive group, I am looking for a maximization routine that I can use to maximize a large variety of relatively complex likelihoods. I undertand (from previous posts) that coding the objective function more efficiently can help. However, the optimization routine employed seems important too. So far, I have tried the optimization routines optim, maxlik, trust and nlminb. The latter two
2014 Jul 23
2
[LLVMdev] Adding custom #pragma for clang
I'd like to add a custom #pragma directive in clang for research purposes. I'm familiar with the LLVM pass-writing interface but new to the rest of LLVM and clang. I've looked into Simone Pellegrini's work on a #pragma interface (https://github.com/motonacciu/clomp and http://llvm.org/devmtg/2013-04/pellegrini-slides.pdf), but I'm in no position to determine if this approach
2007 Jul 26
2
multiple graphs
Does anyone have a simple explanation and example on how to add histograms or barcharts to an other graph like in the example at the R-graph gallery: http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=109 looking at the code I'not undertand very well how to add graphs in arbitrary/clever position with an adequate scale. If somebody have a simplier example with explanations it
2003 Jul 25
1
SetLanguage application doesn;t seem to work in latest Asterisk
Hello everybody, I have installed Asterisk from CVS (18/07/2003) and although everything works fine, SetLanguage application doesn't seem to work. As it used to work with previous version I wonder if I am missing something here. The relevant line in extensions.conf is: exten => 3,1,SetLanguage(gr) In the directory where Asterisk sounf files reside, I have installed files of the type
2004 Nov 18
5
Lexical Scoping: eval(expr,envir=)
Hi R-listers, I am trying to better undertand what we would call "functional paradigm" use of S/R to better map my programming activities in other languages. This little function is aimed to create an object (at the end end, it would have it's own class): -- myObject =function(){ list( a=1, foo=function(b) { cat("b:",b)
2018 Feb 26
2
[RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
Sat, Feb 24, 2018 at 12:59:04AM CET, stephen at networkplumber.org wrote: >On Thu, 22 Feb 2018 13:30:12 -0800 >Alexander Duyck <alexander.duyck at gmail.com> wrote: > >> > Again, I undertand your motivation. Yet I don't like your solution. >> > But if the decision is made to do this in-driver bonding. I would like >> > to see it baing done some generic
2018 Feb 26
2
[RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
Sat, Feb 24, 2018 at 12:59:04AM CET, stephen at networkplumber.org wrote: >On Thu, 22 Feb 2018 13:30:12 -0800 >Alexander Duyck <alexander.duyck at gmail.com> wrote: > >> > Again, I undertand your motivation. Yet I don't like your solution. >> > But if the decision is made to do this in-driver bonding. I would like >> > to see it baing done some generic
2023 Jul 18
1
change language at console
On Wed, 1 Apr 2015, Prof Brian Ripley wrote: &gt; I would start by trying LANGUAGE=en , e.g. More specifically, you can use en_US or en_GB. Rich [...] ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?