search for: gs1

Displaying 20 results from an estimated 21 matches for "gs1".

Did you mean: gs
2006 Jun 14
0
Strange problem with MusicOnHold - works outgoing - works with extension - but not incoming!
I've got a strange situation with musiconhold. It works if I dial my extension 6000: >From extensions.conf: exten => 6000,1,Answer exten => 6000,2,MusicOnHold() Debug output if I call 6000: -- Executing Answer("SIP/gs1-b6ee", "") in new stack -- Executing MusicOnHold("SIP/gs1-b6ee", "") in new stack -- Started music on hold, class 'default', on SIP/gs1-b6ee -- Stopped music on hold on SIP/gs1-b6ee server*CLI> If I dial out and put a call on hold the othe...
2007 Nov 29
2
How to manipulate a data frame
Dear list, I have a data frame like: > log2.ratios[1:3,1:4] Clone a1 a2 a3 1 GS1-232B23 -0.0207500 0.17553833 0.21939333 2 RP11-82D16 -0.1896667 0.02645167 -0.03112333 3 RP11-62M23 -0.1761700 0.08214500 -0.04877000 how to make it to look like: > log2.ratios[1:3,1:4] a1 a2 a3 a4 GS1-232B23 -0...
2007 Nov 29
2
How to take the ave of two rows in a data frame
> Dear list, > I have a data frame like: > > > log2.ratios[1:3,1:4] > ID a1 a2 a3 > 1 GS1-232B23 -0.0207500 0.17553833 0.21939333 > 2 RP11-82D16 -0.1896667 0.02645167 -0.03112333 > 3 RP11-62M23 -0.1761700 0.08214500 -0.04877000 > 4 RP11-62M23 0.2761700 -0.15214500 -0.05877000 > the 3rd and 4th rows are of the same ID, I would like to take the avarage of...
2013 Dec 04
1
Testing failover and recovery
...NFS setups) so I setup some testcase to try out failover and recovery. For this I have a setup with two glusterfs servers (each is a VM) and one client (also a VM). I'm using GlusterFS 3.4 btw. The servers manages a gluster volume created as: gluster volume create testvol rep 2 transport tcp gs1:/export/vda1/brick gs2:/export/vda1/brick gluster volume start testvol gluster volume set testvol network.ping-timeout 5 Then the client mounts this volume as: mount -t glusterfs gs1:/testvol /import/testvol Everything seems to work good in normal usecases, I can write/read to the volume, take se...
2003 Jul 09
1
callerid= being ignored
Hi I have defined my SIP phones like this ... [Sip1] username=gs1 callerid= "Full name" <1001> etc etc Now, when I do this in a given extension exten => nnnn,1,NoOp(${CALLERIDNUM}) then I get "<gs1>" as callerid and not "<1001>" as defined with callerid= Sure, I could set the usernames to their respective ex...
2011 Mar 19
1
I want to create an object to use for the plot command
...with all prerequisites) to do some GARCH work and for some reason, something which used to work for me has decided to up and stop. The code is as follows, after loading the package: " gs <- garch.sim(alpha=c(1.9,0.1), beta=c(0.700001, -0.0800003, -0.016),rnd = rnorm, n = 400, ntrans=500) gs1 <- garch.sim(alpha=c(1.9,0.1), beta=c(0.7, -0.08, -0.016),rnd = rnorm, n = 400, ntrans=500) gts=ts(gs) gts1=ts(gs1) dgts=gts1-gts test <- garch(dgts, order=c(0,0)) plot(test) " However, I get the following error: " Error in plot(test) : object 'test' not found "...
2005 Sep 24
0
BT100 can't register
...nute it all makes sense and the next I'm clueless. Thanks Oh, I trimmed the sniffer trace to only include the SIP decode. ============================================================================== [2201] username = 2201 authuser = 2201 secret = 2201 type = friend host = gs1.uucp ; host = 192.168.24.192 port = 5060 context = from-internal callerid = "Grandstream" <2201> mailbox = 2201 nat = never dtmfmode = rfc2833 canreinvite = yes qualify = yes ; qualify = no ; outgoinglimit = 2 ; permit only 1 outgoing call at a time...
2012 Jul 07
1
Getting objects from quantmod ticker list
...would need to put datas downloaded with quantmod into a matrix or a data frame. Suppose to start from here: *require(quantmod) ticker.list <- c('AAA', 'ALTSALES', 'AMBNS', 'AMBSL', 'BAA', 'EMRATIO', 'FEDFUNDS', 'GASPRICE', 'GS1', 'GS10', 'GS20', 'LNS14100000', 'MORTG', 'NAPM', 'NPPTTL', 'OILPRICE', 'PAYEMS', 'TB3MS', 'UNRATE') series <- getSymbols(ticker.list, src= 'FRED')* May you tell me how could I put each time series into...
2005 Oct 16
3
Dial plan questions
I'm afraid I'm quite confused by what I've found on the Wiki. I have the following dial plan that works: exten => 2201,1,Dial(sip/2201@gs1.uucp,20,) exten => 2201,2,Voicemail(u2201) exten => 2201,3,Hangup exten => 2201,102,voicemail(b2201) exten => 2201,104,hangup When the phone is in use it goes to voice mail as busy. When not picked up, as unavailable. This one does not work: exten => 2401,1,Dial(220...
2001 Feb 28
1
Unable to run Remedy AR system
Hi All I have a problem to run Remedy AR system (aruser.exe) It is installed looks like good ( All files and directories exist ) When I execute it I have received two error messages One in GUI window "Can not initialize locale" and another in terminal window as an output of wine err:commdlg:COMMDLG_DllEntryPoint commdlg.dll instantiated twice! Linux Locales set to en_US LANG=en_US
2003 Nov 28
1
Problem with SIP-Phones and * audio-files
...ndstream 102 [2210] type=friend username=2210 secret=nosecret host=dynamic context=demo canreinvite=yes dtmfmode=info qualify=yes disallow=all allow=ulaw allow=gsm allow=alaw ---------------------- in extensions.conf I only added this to lines under section [demo] for testing the calls from gs1 -> gs2 exten => 2209,1,Dial(SIP/2209) exten => 2210,1,Dial(SIP/2210) ------------------------- -- Bye Ernst --------- Ernst Lehmann Email: lehmann@acheron.franken.de
2005 Jan 13
1
SCCP questions
...40 autologin= kirk4040 callerid="Kirk 4040" [kirk4040] line = 1042 [SEP000770736637] device=SEP000770736637 type=7940 autologin= kirk4020 callerid="Kirk 4020" [kirk4020] line = 1043 ; [SEP020180683665] device=SEP020180683665 type=7940 autologin= siemens callerid="Siemens GS1" ; [siemens] line = 1044 -----snip------ skinny.conf -------snip-------- [kirk4020] device=SEP000770736637 nat=0 line=1043 context=home callerid="Kirk 4020" <1043> [SiemensGS1] device=SEP020180683665 nat=0 line=1044 context=home callerid="Siemes Gigaset S1" <1044...
2004 Apr 01
15
ANNOUNCE: Flash Operator Panel
http://sip.house.com.ar/operator Its a server/client combo that displays the status of your Asterisk PBX in a web browser in real time. You can also perform some actions. Hang-up channels and Transfers via drag and drop. The difference with other similar tools is that it displays status in real time (no refreshing necessary), and its graphically appealing. It's a work in progress... so
2019 Apr 08
0
[PATCH v4 2/7] common: Bundle the libvirt-ocaml library for use by virt-v2v
...dentities + i)); + CAMLreturn(result); +} + +static void +i_ga_ga_s_gs_callback(virConnectPtr conn, + virDomainPtr dom, + int i1, + virDomainEventGraphicsAddressPtr ga1, + virDomainEventGraphicsAddressPtr ga2, + char *s1, + virDomainEventGraphicsSubjectPtr gs1, + void * opaque) +{ + DOMAIN_CALLBACK_BEGIN("Libvirt.i_ga_ga_s_gs_callback") + result = caml_alloc_tuple(5); + Store_field(result, 0, Val_int(i1)); + Store_field(result, 1, Val_event_graphics_address(ga1)); + Store_field(result, 2, Val_event_graphics_address(ga2)); + Store_...
2019 Dec 16
3
[v2v PATCH 0/2] Move libvirt-ocaml copy to v2v repo
libvirt-ocaml is used only by virt-v2v, so move it to this repository, instead of having it around in the common submodule. The removal from common will happen later. Pino Toscano (2): common: Bundle the libvirt-ocaml library for use by virt-v2v build: switch embedded copy of libvirt-ocaml .gitignore | 2 + 3rdparty/libvirt-ocaml/Makefile.am |
2006 Jul 14
23
[RFC] New shadow paging code
We (Michael Fetterman, George Dunlap and I) have been working over the last while on a full replacement for Xen''s shadow pagetable support. This mail contains some design notes, below; a patch against xen-unstable, giving a snapshot of the current state of the new shadow code, is at http://www.cl.cam.ac.uk/~tjd21/shadow2.patch Comments on both are welcome, although the code is not
2018 Aug 30
8
[PATCH 0/7] RFC: switch v2v to ocaml-libvirt
Hi, this is a mostly done attempt to switch to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not
2018 Nov 27
8
[PATCH v2 0/7] RFC: switch v2v to ocaml-libvirt
Hi, this is a mostly done attempt to switch to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not
2019 Jan 30
8
[PATCH v3 0/7] RFC: switch v2v to ocaml-libvirt
Hi, this is a mostly done attempt to switch to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not
2019 May 20
8
[PATCH v5 0/7] v2v: switch to ocaml-libvirt
Hi, this series switches virt-2v to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not test all