Displaying 20 results from an estimated 800 matches similar to: "Terminal Services + VoIP"
2004 Sep 27
3
Mutliple Line 'Buttons'
New to Asterisk's and loving it so far.
Does anyone know of any functionality in Asterisk's (or more so
phones) that allows line numbers to be lit up like a switch board on a
phone?
So that someone can page another person with 'call on line 3'. I'm
not really a telco guy and are still learning terminology for things.
Any idea's?
--
Regards,
JB Hewitt
Business:
2005 Aug 10
2
Samba3 server tries to sync WINS with itself and fails
I have a Samba 3 server that is trying to sync with itself. I have
wins support = yes in the samba configuration file and there are no
other WINS servers on the network.
The IP address of the Samba server is 192.168.10.4 and is trying to
sync with itself but fails...
Here's the error from log.nmbd
[2005/08/10 12:34:21, 0] nmbd/nmbd_nameregister.c:register_name_response(130)
2005 Nov 22
1
Sick Samba 3.0.14a-3 Server - in a world of pain!
I wrote such a generic subject line because I'm stuck and not quite
sure where to go...
It's a Samba 3.0.14a-3 server running on Debian stable. It uses LDAP
authentication and is the primary Domain server on the network.
Until around a month ago the server '''seemed''' to be fine, but now I
have to massage it to life every morning just so the users can access
it
2008 Sep 04
1
Samba Group issues - LDAP
Hi all,
Not exactly sure what's the problem here. I use GoSA
(https://gosa.gonicus.de/) to create users in our LDAP system, and
lately when I create new users they don't have any Group associations
in Samba.
I have a bunch of groups in the LDAP tree as well as users. The
server uses libnss_ldap and pam_ldap to access the ldap tree.
If use do getent group then i'll see this...
#
2005 Mar 02
1
Addons Make Problems! HELP!
Hi all,
I have a server with an Athlon 64 3200 and Fedora Core 2 x86_64.
I have compiled and installed Asterisk 1.0.6 without any problems. When
I try to make asterisk-addons-1.0.6 it say me:
[root@server1 asterisk-addons-1.0.6]# make
./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c`
make -C format_mp3 all
make[1]: Entering directory
2005 Mar 19
2
Problem with asterisk-addons/OS X
Hi,
Having all sorts of troubles getting mysql cdr support under OS X.
Mysql, DBI and DBD all installed and running ok, privileges all set
correctly (I think). Latest asterisk-addons checked out of cvs. Keep
getting error on make install (implies gcc doesn't support -shared
linking, which is wierd):
Anyone got mysql cdr support running on OS X?
Cheers
Rob
2005 Jan 18
2
problems compiling asterisk-addons
Hello maybe someone can help me?
I did the CVS checkout and then compiled asterisk
Then I tried to compile the addons and got the following (don't
understand what's wrong at all and can't find anything about this error
on google/wiki)
app_addon_sql_mysql.c:164:64: macro "AST_LIST_REMOVE" requires 4
arguments, but only 3 given
app_addon_sql_mysql.c: In function
2005 Mar 22
2
Asterisk-addons/OS X woes
Hi,
Know there has been numerous posts on the subject of asterisk-addons
and OS X. We have other uses for MySQL on the machine so changing over
to Postgres at this point (which apparently works for CDRs) is not
really an option. Have also contemplated a cron job to simply poll the
csv cdrs and insert them into MySQL. Messy but gets over the short
term problem.
Compilation problem does
2006 Jun 22
1
Asterisk-1.2.9.1 e MOH
Hi All
Somebody knows as resolv the error below? Already I compiled
asterisk-addons-1.2.3, but exactly thus it reports this error, could help
me?
-- Executing WaitMusicOnHold("SIP/3205-d9ef", "30") in new stack
-- Started music on hold, class 'default', on SIP/3205-d9ef
Jun 23 02:14:21 WARNING[24960]: interface.c:215 decodeMP3: Junk at the
beginning of frame
2004 Aug 06
2
compiling error
Hello Icecast group,
I have a problem with compiling lame or other programms, I get always the
message from stupid libtool
libtool is installed, I use Solaris9 (sunOS 5.9)
has any person a idea?
thank you for help
Daniel
# make
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/bash ./config.status
config.status: creating config.h
config.status: config.h is unchanged
2004 Oct 26
1
Samba + Mac OS + printing
Hi,
In my LAN, I have a debian server where samba 3.0.7-1
is intalled and act as a PDC for my windows os suite.
I have a printer connected to my computer and I have
share it which work find for my windows without
problem.
Now, on the other part on my network, I have about 10
Mac OS computer (8.2 & 9.2 series). On my debian
server i have install netatalk in order to be able to
share files
2004 Sep 17
3
Cisco 7940/7960 QOS?
If I relay through my Cisco 7940/7960, does it do QOS, even with a dumb
switch?
I know you can set quality/qos but only if you have a layer2/layer3
switch that supports the tagging. A simple little linksys 5 port switch
wouldn't know about QOS, it'd give everybody equal priority. If a
computer plugged into the phone, and the phone into the dumb 5 port
switch and then to the internet,
2010 Oct 22
2
OT: looking for network performance comparison chart
Hi all,
Does anyone have, or know of a comparison chart of the different
network adapters, i.e. 1GB / 10GB, Infiniband, etc. And if possible
with a few top brand NIC's and switches listed as well.
I would like to see, for example, what the max throughput is of a 1GB
NIC (and this could probably differ from PCI to PCIE-x1 to PCIE-x4),
and 10GBE. Different switches would probably also have
2011 Jan 11
1
Bonding performance question
I have a Dell server with four bonded, gigabit interfaces. Bonding mode is
802.3ad, xmit_hash_policy=layer3+4. When testing this setup with iperf,
I never get more than a total of about 3Gbps throughput. Is there anything
to tweak to get better throughput? Or am I running into other limits (e.g.
was reading about tcp retransmit limits for mode 0).
The iperf test was run with iperf -s on the
2006 May 30
5
Compiling Asterisk-addons
Did the following:
svn checkout http://svn.digium.com/svn/asterisk-addons/trunk asterisk-addons
svn checkout http://svn.digium.com/svn/asterisk/trunk asterisk
svn checkout http://svn.digium.com/svn/zaptel/trunk zaptel
svn checkout http://svn.digium.com/svn/libpri/trunk libpri
Compiled and installed zaptel, libpri, asterisk and finally asterisk-addons.
Following errors ocurrs when compiling
2004 Apr 08
1
Asterisk & 3com nbx 100 support
Does anybody know if the 3com NBX 100 phones will work with
Asterisk? The phones require a boot image to be sent either through
layer2 or layer3 before they will function properly after being powered
on each time.
Thanks.
2004 Dec 14
1
ISDN HiSax: unauthorized source code changes
Hi
After modprobe hisax type=35 (Billion HFC PCI) on a Xorcom Rapid ISO I get:
HISAX
Dec 12 16:25:35 localhost kernel: HiSax: Linux Driver for passive ISDN cards
Dec 12 16:25:35 localhost kernel: HiSax: Version 3.5 (module)
Dec 12 16:25:35 localhost kernel: HiSax: Layer1 Revision 1.1.4.1
Dec 12 16:25:35 localhost kernel: HiSax: Layer2 Revision 1.1.4.1
Dec 12 16:25:35 localhost kernel: HiSax:
2012 Jul 16
2
Multi Server Exim/Dovecot and NFS
In reading the Dovecot NFS WIKI entry:
http://wiki2.dovecot.org/NFS
It mentions a FreeBSD NFS client caching bug. I believe that bug only exists pre-8.x ? It seems that a patch in the PR notes was MFC'd and made it into 8.x at some point. (at least I checked the source in 8.3 and it was there). So I assume that FreeBSD 8.x mitigates the issue? Maybe not?
So our deployment is multi
2006 Feb 20
1
Grandstream BT-101 POS Error
Hi-
I'm at my wit's end trying to get a Grandstream BT-101 POS to
register on my * server. Asterisk version is 1.2.1. GS Firmware is rev
1.0.6.7.
Basically, I've setup the phone following the instructions at
voip-info.org, and it registers for about 10 seconds, then after
receiving the SIP NOTIFY from the * server, goes into "flashing display"
mode, which indicates some
2018 May 22
0
Using tryCatch in a for loop
No. If your ouput is a numeric "matrix", it cannot include alpha. Columns
in a data frame can be of different classes, but each column must be single
class.
and finally, of course, see ?cat -- I think you are misusing it. If you
simply want to return "somestuff", your function should be:
function(w) {"somestuff"}
not
function(w) {cat("somestuff")}
As