search for: serviceproviders

Displaying 14 results from an estimated 14 matches for "serviceproviders".

Did you mean: serviceprovider
2011 Dec 17
3
Can't install Civ4
I know this is a long shot, but I have to ask. I had tried to get Civ4 working in Wine without success in the past, but recently was encouraged to try again based on reports in the Civ4 linux forum. One key was that versions before 1.3.X didn't work. Running openSuse 11.4, which installed Wine 1.3.12, I just followed the usual procedure to install Civ4, Beyond the Sword and my favorite mod,
2010 Aug 04
6
64-bit chess engines and wine 1.2
Hi, an interesting new feature of wine 1.2 is it's 64-bit support. Many Windows chess engines gain about 50-80% speed increase when running at 64-bit. Most provide 32-bit and 64-bit engines. But on my 64-bit Ubuntu 10.04 only an error message appears i.e. with the free Stockfish 1.8. Code: max at ub64:~/Downloads$ uname -a Linux ub64 2.6.32-24-generic #38-Ubuntu SMP Mon Jul 5 09:20:59 UTC
2007 Dec 03
0
Asterisk 1.4.15 sip.conf register
Hello, I recently upgraded from Asterisk 1.4.0 to 1.4.15... I am registering to a sip provider in my sip.conf as below [general] register=>user:password:authuser at serviceprovider/extension Later down in my sip.conf I have the definition for that service provider as follows [serviceprovider] type=peer host=x.x.x.x port=yyyy outboundproxy=t.t.t.t . . . With asterisk 1.4 it would know to
1998 Oct 21
0
SAMBA digest 1850 (DNS name and netbios name differ)
The default setting for Win95 are to do DNS before WINS. You can try to change this order to see if this fixes the problem. I clipped the following from the Technet article - Q139270. It would be easier to disable DNS on a Win95 client to see if the name resolution order is causing your problem; then do all this happy stuff... ------------------------------------ cut
2009 Jul 18
2
Sharing controllers/models within a view
Hello, please forgive me if this answer is obvious! I''m new to Rails this week. I have two database tables, and the associated scaffolding, controllers, models and views. The first is service_provider, which holds a list of service providers. The second is service_provider_countries which is a table of countries (obvious perhaps). In views/service_providers/new.html.erb I have a form,
2008 Dec 27
1
Trouble with MacPorts install, .profile file not created/ need help
I have just installed MacPorts 1.7.0 for Leopard using a downloaded .dmg file. Following the download and installation, I looked for the .profile file to change the environment variables, but found that no .profile file was created. When I tried to do so, I got an error message: /Applications/TextEdit.app/Contents/MacOS/TextEdit .profile 2008-12-27 14:19:02.393 TextEdit[47100:10b] ***
2020 Jun 03
1
How to rebuild the kernel
Hi everyone, I am using Centos 7.8.2003 kernel 3.10 . I was trying to build and install the latest linux stable kernel i.e. 5.7, I successfully did the process but accidentally messed it up by copying the .config file again in 5.7 kernel src,I tried to rebuild the 5.7 kernel but got make error as I was still on 5.7 kernel. Then I changed to 3.10 and tried to rebuild 5.7 but was not successful. I
2006 Feb 27
1
Models and Inheritance
I have a table of companies and a join table forming the relationship between a list of possible services they can provide. Working from a basic understanding of OOP I assumed that there should be a series of Serviceprovider child objects of the company class. Company < ActiveRecord::Base has_belongs_to_many :services end Serviceprovidertype1 < Company Serviceprovidertype2 <
2004 Aug 18
0
List-etiquette * AGAIN *
...same message to two lists. We have divided the lists to be able to stay focused and lesser the burden. You are not raising the chances of getting a reply, you are instead annoying a lot of people. Most of the people on the -dev list are reading all other lists. * Please move all discussions about serviceproviders and other products and services around asterisk to the asterisk-biz list. It was created for those issues. Thank you for reading this mail. Let's try to keep the lists focused. You'll find the mailing lists on http://lists.digium.com /Olle PS. Please don't forget the asterisk-bsd li...
2007 Sep 04
0
NAT-troubles with RTP
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Because it seems my mail from 30th august didn't make it to the list i send it again. If the mail _did_ get to the list and i didn't see it please excuse the duplicate post Below is the mail from the 30th: I have a setup like this: An asterisk-server with SIP-phones on the outside of a NAT. For example: asterisk with local IP-address
2020 Jun 02
2
Help needed for installing MT7601U Linux driver
Hi everyone, My PC don't have an integrated WLAN card, so I bought an USB WIFI device which use the MediaTek MT7601U chip(image 'dongle.jpg'). ------------------------------------------------------------------------------------------------------ My PC specification- OS = CentOS 7.8.2003. Processor = AMD Ryzen 5 1600. Mother-Board = GA-Gigabyte A320M-S2H
2007 Jul 30
2
Strange ISDN Troubles
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ahoy I'm trying to setup Asterisk on debian etch (with the debian packages) with a "Fritz!Card PCI" ISDN card and chan_capi. Everything seems to be configured the right way (excerpts below), Asterisk seems to see the ISDN-card but if i try to place a test-call from the outside i don't see anything on the asterisk-console (set debug
2020 Sep 11
0
Wine release 5.17
The Wine development release 5.17 is now available. What's new in this release (see below for details): - ADVAPI32 library converted to PE. - Beginnings of an NDIS network driver. - Still more restructuration of the console support. - Various bug fixes. The source is available from the following locations: https://dl.winehq.org/wine/source/5.x/wine-5.17.tar.xz
2020 Jun 04
1
How to rebuild the kernel
Hi everyone, I cloned and installed the 5.7 kernel from git. Also how do I analyze the system logs with journalctl and implement changes to recover my 3.10 kernel