similar to: OpenVox A400P01on thin client?

Displaying 20 results from an estimated 300 matches similar to: "OpenVox A400P01on thin client?"

2007 Oct 11
1
OpenVox A400P01 not detected
Hello Has someone used the OpenVox A400P01 (ie. a supposedly Digium-compatible A400P board with a single FXO module www.openvox.com.cn/products_detail.php?genre_id=9&id=28) successfully? I've put it in an older PC with a Gigabyte GA-7ZX motherboard, then a more recent PC with an Asrock K8NF4G-SATA2: dmesg returns nothing :-/ Is there something specific that needs to be done in either
2007 Dec 11
1
Asterisk on IBM Netvista 2800 8364-EXX?
Hello I'm looking at my options to build a compact, silent, headless Asterisk server to handle one or two FXO ports. Out of curiosity, I got one of those babies on eBay for 20E: http://silicon-verl.de/home/flo/software/netstation-8364/ Before I spend time on this, can someone tell me if... 1. it's easy to install Linux on those things (am willing to add a CF-to-IDE adapter to use a
2007 Oct 08
2
Voice server
Hello Now that I received an OpenVox PCI card (www.openvox.com.cn/products_detail.php?genre_id=9&id=28), I'm ready to try and set up a voice server with Asterisk. We need the following features: 1. When customers call in, they should hear a voice menu asking them which software they're calling about 2. Next, they should be able to leave a voice message to explain what their problem
2007 Apr 23
1
A400P01 from OpenVox
hello, I have the A400P01 from OpenVox. Is necesary to install all this packages? http://ftp.digium.com/pub/asterisk/releases/asterisk-1.2.17.tar.gz http://ftp.digium.com/pub/zaptel/releases/zaptel-1.2.16.tar.gz http://ftp.digium.com/pub/libpri/releases/libpri-1.2.4.tar.gz or just with asterisk and zaptel is enough. thanks a lot -------------- next part -------------- An HTML attachment was
2007 Feb 14
1
[Fxo] Digium TDM01B vs. OpenVox A400P01?
Hello If someone had the opportunity of trying those two analog cards, how do they compare? Digium's sells for $150 while OpenVox's sells for $95. Thanks.
2007 Apr 26
0
problem with A400P01 OpenVox
Hello friends, in aCentOS with a A400P01 OpenVox PCI I have a analog line connected. I am new in Linux and Asterisk, my steps are theese: 1. Install CentOS 4.4 (basic instalation). 2. Command line: yum -y update yum install gcc kernel-devel bison openssl-devel yum install openssl-devel 3. Download the source: wget http://ftp.digium.com/pub/asterisk/releases/asterisk-1.2.17.tar.gz
2007 Apr 18
9
Feedback on Linksys SPA-921 and GrandStream GXP-2000
Hello I'm about to order a GrandStream GXP-2000 and a Linksys SPA-921 I'd like to have some user feedback about how those phones perform, and whether their LCD screen displays both the caller ID name and number (The GrandStream BT-100 only displays numbers, which isn't very helpful). Thank you.
2009 Jan 05
1
adding a curve with xaxs="i"
I want the curve to touch the y axis like the curve touches the upper boundary. How can I eliminate the margin between axis and curve on the left side? x1 <- c(1,2,3,4,5) x2 <- c(2,4,6,8,10) mod <- lm (x2~x1) hm <- function (x) (mod$coe[1]+x*mod$coe[2]) plot.new() # ... box() curve (hm,lty=1,add=T,xaxs="i",yaxs="i") (R 2.8.1) -- Sensationsangebot verl?ngert: GMX
2008 Jun 27
7
[3.0.28a] Telling XP to save password?
Hello We're successfully running Samba 3.0.28a on a FreeBSD server and sharing files with XP clients. There's only one problem: By default, XP doesn't let the user save the password, so they have to type it every time they reboot. Is there a way to tell XP to remember the password between reboots/sessions? Thank you.
2007 Jun 18
9
chan problem
Hello everybody! I have some problems with my Astersk. I have an analogical OpenVox card and A Billion ISDN card (with mISDN). I load the modules with modprobe zaptel and modprobe wctdm. When I run ztcfg -vv I have this: Zaptel Configuration ====================== Channel map: Channel 01: FXS Kewlstart (Default) (Slaves: 01) 1 channels configured. ZT_CHANCONFIG failed on channel 1: No
2008 Dec 29
4
Merge or combine data frames with missing columns
Hi R-experts, suppose I have a list with containing data frame elements: [[1]] (Intercept) y1 y2 y3 y4 -6.64 0.761 0.383 0.775 0.163 [[2]] (Intercept) y2 y3 -3.858 0.854 0.834 Now I want to put them into ONE dataframe like this: (Intercept) y1
2011 May 10
4
[3.4.7] Right way to provide full access?
Hello I'd like to configure Samba on a test host running Ubuntu so that I have full read/write access from XP to a sub-directory of the root filesystem. The host is located on a LAN behind a firewall, so security is not an issue, ie. I'd like to configure Samba with no/minimal security. Currently, I can read but can't write. Between /etc/passwd, smb.conf, and access rights to the
2010 Jul 28
4
[Ubuntu 10.04] Share not visible from XP?
Hello I waited 15mn in case it was due to some browsing issue, but the directory I shared on a Ubuntu server still doesn't show up in the XP Net'hood, with no error when starting smbd or in /var/log/samba/log.smbd. Here's the smb.conf I wrote: =================== # cat /etc/samba/smb.conf [global] ;Checked: Same wg on XP workgroup = WORKGROUP server string = Samba Server %v
2006 Nov 21
2
Memory leak in ocfs2/dlm?
Hi! Seems we're facing some memory leak here. This is vanilla 2.6.19-rc6 on a x86_64 box, 4GB RAM. A simple `ls -Rn' on a filesystem with lots of files makes the box leak so much RAM that the OOM killer starts to kick in. With slab alloc debugging turned on, we see this: # mount; ls -Rn; wait some seconds; Ctrl-C [root@lnxp-1038:/backend1]$ cat /proc/slab_allocators | egrep
2008 Nov 30
1
methods not found inside function?
I am currently attempting to hack the recently featured profileModels package so that it can handle models generated by the lme4 (mixed models) package. I'm getting really confused by different behavior of summary() before and after loading the lme4 package, and inside and outside the profileMethod() function. The basic behavior is that with lme4 loaded, and "obj" a fitted object
2013 Apr 03
1
validates uniqueness scope allow_blank/allow_nil -> validation error
I have this in a model: class GenreBadge < ActiveRecord::Base belongs_to :game, counter_cache: :genre_badges_count, touch: true belongs_to :genre validates :game_id, uniqueness: {scope: :genre_id}, allow_blank: true end When I get one existing genre badge genre_badge = game.genre_badges.first genre_badge.game_id = nil genre_badge.save! It creates an validation exception:
2006 Jun 25
2
how to write the codes in view?(newbie question)
Hi. I have two tables and want to join them. <genres> id genre_name genre_order <links> id genre_id name symbol url order display etc The code of links_Controller is like below. def list @links = Genre.find(:all,:include => :link) end Below is the mysql log. SELECT genres.`id` AS t0_r0, genres.`genre_n ame` AS t0_r1, genres.`genre_order` AS t0_r2, links.`id` AS t1_r0,
2008 May 10
1
[samba 3.0.28a,1] Unable to connect to CUPS
Hello I don't have CUPS installed on this FreeBSD 6.3 host, but don't provide printer access to SMB clients anyway, but still, I get the following error in log.smbd when starting up Samba: ========= # tail -f log.smbd [2008/05/10 16:31:16, 0] smbd/server.c:main(944) smbd version 3.0.28a started. Copyright Andrew Tridgell and the Samba Team 1992-2008 [2008/05/10 16:31:17, 0]
2010 Jul 30
1
[3.4.7/Ubuntu 10.04] Can modify but not create/delete
Hello I notice I can modify existing files, but not create/delete. I also notice that after saving a file I modified, Samba sets its access rights to 744. nobody.nogroup owns /var/www, with /var/www/. as 755 Logged on from XP as "nobody". Here's /etc/samba/smb.conf: ================== [global] workgroup = WORKGROUP netbios name = LINUX server string = Samba Server %v security =
2010 Jul 29
1
Purging Windows cache after NetBIOS namechange?
Hello XP(SP3) seems to take a long time to update its list of shares after changing the NetBIOS name used in Samba (eg. going from "LINUX" to "UBUNTU"). Is there a command in Windows that can purge the data, and perform a new broadcast/WINS call to get the list of hosts and shares? Thank you.