search for: tore

Displaying 20 results from an estimated 67 matches for "tore".

Did you mean: more
2016 Aug 30
12
Multiple phones when one is unregistered
I have an extension that looks like this: exten => 5555551111,1,Verbose(Door buzzer calling) same => n,Dial(SIP/user1&SIP/user2&SIP/user3) The idea is that any of the three users can answer the phone to let someone in. The problem is that if, say, user2 unplugs his phone then the call immediately goes to his voice mail and the other two do not have the ability to open the door.
2016 Sep 01
2
Multiple phones when one is unregistered
On Tue, 30 Aug 2016 17:56:35 +0200 Administrator TOOTAI <admin at tootai.net> wrote: > Something like > > exten => 5555551111,1,Verbose(Door buzzer calling) > same => n,Set(toRing=) > same => n,ExecIf($["${DEVICE_STATE(SIP/user1)}" = "NOT IN > USE"]?Set(toRing=${toRing}&SIP/user1) Failed. I checked the online docs and the syntax seems to
2007 Aug 27
2
validate (package Design): error message "subscript out of bounds"
...1.000000 1.0000000 Slope 1.000000 0.8075246 D 0.025717 0.0147536 U -0.002447 0.0005348 Q 0.028163 0.0142188 Error in Xb(x[, xcol, drop = FALSE], coef, non.slopes, non.slopes.in.x, : subscript out of bounds Any help/suggestions will be highly appreciated. Sincerely, Tore Wentzel-Larsen statistician Centre for Clinical research Armauer Hansen house Haukeland University Hospital N-5021 Bergen tlf +47 55 97 55 39 (a) faks +47 55 97 60 88 (a) email tore.wentzel-larsen at helse-bergen.no
1997 Dec 11
1
Dave connecting to samba 17p4 trouble..
Hi, using Dave 2.0b3 under MacOS 8.0 with success. I got one minor problem. I can't consistently logon before I have mounted a samba share. Any solutions to this? Also, I need some advice on how to print to samba printers. Thanks for a great free product! Tore -- Tore H. Larsen Scase AS Engineer C. Sundts gt.51 E-mail: tore.h.larsen@scase.no N-5004 Bergen Vc: +47-55550330 Fax: +47-55550331 Norway Gsm/Sms: +47-91781069 Fax: +47-90271069
2006 Jun 27
2
Using QueryParser vs building my own query
...39;'s an example output of query.to_s: +(type:Foo type:Bar) +(content:baz title:baz) What I''m trying to do is search for items that is of type Foo or Bar and has "baz" in either the content or the title. Does anyone have an idea of what''s going on here? Thanks, Tore -- Posted via http://www.ruby-forum.com/.
2001 Oct 01
2
failed to load .so lib for builtin opengl32.dll
...keeps popping up. Here's a little info on my system: Mandrake 8.0 Gcc 3.0.1 glibc 2.2.2 XFree 4.0.3 with DRI (working fine) Info about my hardware: Duron 800Mhz 384Mb RAM Voodoo3 2000 AGP And by the way; I compiled wine with the --enable-opengl switch. I apreciate all help I can get :) Jan-Tore
2003 May 16
1
kphone fails to register with asterisk (sip)
...793030308@192.168.144.247 CSeq: 299 REGISTER User-Agent: Asterisk PBX Expires: 900 Contact: <sip:roy@192.168.0.10>;expires=900 Date: Fri, 16 May 2003 09:54:02 GMT Content-Length: 0 to 192.168.144.247:5060 Sip read: REGISTER sip:pbx SIP/2.0 Via: SIP/2.0/UDP 192.168.16.38:11430 From: <sip:tore@pbx>;tag=a40edf0e-4aa8-4d30-b24e-9db25efe660c To: <sip:tore@pbx> Call-ID: ff8c9ba3-35d6-437a-89bb-f9b711d9a530@192.168.16.38 CSeq: 11 REGISTER Contact: <sip:192.168.16.38:11430>;methods="INVITE, MESSAGE, INFO, SUBSCRIBE, OPTIONS, BYE, CANCEL, NOTIFY, ACK" User-Agent: Window...
2007 Sep 20
1
Recover from Solaris crash
Hi, I am running solaris 10 on ufs and the rest on ZFS. Now has the solaris disk crashed. How can I recover the other ZFS disks? Can I reinstall solaris and recreate the zfs systems without data loss? Tore This message posted from opensolaris.org
2004 Jun 13
0
Abbreviated citation of R?
...rdized and approved way to make such a reference to R would be helpful for authors facing this kind of requirements from journal editors. I have read the posting guide and R FAQ, typed citation() in R and tried Google and R Site Search, but did not find any discussion on this matter. Sincerely, Tore Wentzel-Larsen ------------------------------------------ Tore Wentzel-Larsen statistician Centre for Clinical research Armauer Hansen house Haukeland University Hospital N-5021 Bergen tlf +47 55 97 55 39 (a) faks +47 55 97 60 88 (a) email tore.wentzel-larsen at helse-bergen.no
1997 Nov 04
0
Was: WinNT 4.0 Wrkstaion reconnecting all local drives to Samba 1.9.16p11 share
...kstation to local settings for Norway. (It used to be US settings). Anyway, it now has stopped reconnecting. My only smb.conf parameters that **maybe** caused this to happen might be: valid chars = 0346:0306 0242:0245 0345:0305 character set = iso8859-1 Any thought appreciated! Sincerely, Tore -- Tore H. Larsen Scase AS Engineer Eidsv?gbakken 1 E-mail: tore.h.larsen@scase.no N-5080 Eidsv?g Vc: +47-55951200 Fax: +47-55257120 Bergen - Norway
2010 Jul 16
4
Installping puppet with kickstart -- Cannot find local fact /proc/cpuinfo
Hi I have been trying to get puppet working with kickstart. I am trying to install Hadoop on the nodes. Installing puppet from kickstart work and when the machine restarts, certificates are pulled down and hadoop user is created and files are extracted. I want all the user creation etc to be done before the machine reboots so that I can set up init.d scripts to do a start of hadoop . So I
2010 Jun 17
5
Could not find class, code-blind
I''m troubled with a node-definition not able to resolve a class: Could not find class rhnsd::common at /etc/puppet/manifests/nodes.pp: 8 on node X Content of manifest/site.pp: import "nodes.pp" [...] The layout of modules/rhnsd/ is: |-- files | `-- up2date-rhn |-- manifests | |-- client.pp | |-- common.pp | |-- init.pp | `-- rhn.pp A `cat'' from each
2007 Feb 28
2
Problems getting multipath routes to balance
..., and many simultaneous flows. I tried using "equalize" too, though, but it had no effect either. How is this actually supposed to work, and what am I missing? I''m grateful for any suggestions. I''m seeing this behaviour both on 2.6.12 and 2.6.15. Thanks -- Tore Anderson
1997 Jul 25
0
Auto connecting to samba public service...
...public service \\aix\server1 on an Aix 3.2.5 running Samba 1.9.16p11. I connect X as \\aix\server1 on logon but after a while the WinNT4.0 box connects the next free letter i.e. G: to this service. A few minutes later H: is connected and so on until all available letters are used. Why is this? Tore -- ..... Tore H. Larsen | | Scase AS - Bergen - Norway | | E-mail: thl@scase.no ..... Vc: +47-55951200 Fax: +47-55257120
2011 Dec 22
1
KVM guests failed to start after 6.2 upgrade
I tore my hair out for a while after rebooting into 6.2 because none of the VM guests would start. After trying lots of things, like down grading qemu-kvm (which fixed it when I upgraded via the CR repository and didn't this time), cloning a VM, and even beginning to create new VM to restore from bac...
2014 Oct 02
1
Anyone have LibreSSL working on CentOS 6.5?
...I searched the list for LibreSSL and found only one mention of it! Has anyone gotten this working? I have it compiling no problem, but removing OpenSSL is another story of course. It seems to be compiled with FIPS support and of course there is no such thing in LibreSSL - that is something they tore out thanks, -Alan -- "Don't eat anything you've ever seen advertised on TV" - Michael Pollan, author of "In Defense of Food"
2003 Dec 07
2
Call does not terminate correctly
...ng up. The call agent responds to this, but it never tells us to delete the connection and we continue to stream audio. 3. The next call is attempted. We are now, not in the state that the call agent thinks we should be in and we are streaming audio to a UDP port that is now closed since the CA tore down the first call. 4. The unit is rebooted. (The T2 is hard reset) The RSIP that is sent to the call agent basically resets the state machine and now the T2 and CA are in sync. I'm not sure why this is happening, but maybe Asterisk can help. It's clearly something in their code, bu...
2010 Mar 30
3
Environment settings not functional
...s = production,staging [production] manifestdir = /etc/puppet/manifests modulepath = /etc/puppet/modules [staging] manifestdir = /opt/puppet-staging/manifests modulepath = /opt/puppet-staging/modules [puppetmasterd] ssl_client_header = SSL_CLIENT_S_DN ssl_client_verify_header = SSL_CLIENT_VERIFY storeconfigs = true dbadapter = mysql dbuser = puppet dbpassword = X dbserver = localhost dbsocket = /var/lib/mysql/mysql.sock ----------------------- Verify that the paths are correct: # tree /opt/ /opt/ `-- puppet-staging |-- manifests | `-- site.pp `-- modules #cat /opt/puppet-staging/m...
2002 Aug 08
2
Vorbis codec delay
...I have not been able to find in any FAQ or documentation. Before I start to dig into the code to "reverse engineer" the delay I would like to ask if anyone on the list has sucessfully determined the delay of the codec. (Maybe I have just missed some document?) <p><p>===== Jan Tore Korneliussen | jtkornel@yahoo.no | +47 952 13 672 Fayes gate 20 | 0455 Oslo | __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com --- >8 ---- List archives: http://www.xiph.org/ar...
2000 Mar 24
2
Samba-2.07pre2 still crashes under Linux and HP-UX
...39;ve enabled core-dumps, | and no core dump exits, even though smbd died... | | If you look at the smb.conf file, you'll see I've put in a HUGE sleep | statement to be called via "panic action". Well I can tell you there was no | left-over smbd process!! Cool! That implies it tore down the connection "normally"... [For the readers of samba@samba.org: clients are failing mysteriously on an otherwise stable server. This is repeatable on Linux and HP/UX both] The log starts at [2000/03/23 13:54:11], and at 15:02:38 we get a Gethostbyaddr failure. The sequence...