Displaying 20 results from an estimated 300 matches similar to: "H323 on and on"
2003 Mar 02
12
Transcoding
Hello,
Does asterisk do transcoding when the call goes
through the system, codecs are the same but signaling protocol is changed.
example:
SIP with GSM ---> IAX with GSM
What quality destruction happen when I use transcoding? I know
this is not a concrete/precise question, but I would like to know how is
it in general.
What CPU performance is needed for transcoding 30 channels e.g.
from
2003 Mar 07
70
unsubscribe
Gautham Kasinath
Software Engineer
Arkin Systems Pvt Ltd
T. Nagar
Chennai
Ph. (91) (44) 8216686 Extn 14
2003 Jun 03
0
virus znaleziony w wyslanej wiadomosci / found in sent message "Re: 45443-343556"
Uwaga / Attention: samba@samba.org
W wiadomosci ktora wyslales/as zostal znaleziony virus.
Ten program antywirusowy przechwycil i zatrzymal cala wiadomosc
zanim dotarla do odbiorcy.
A virus was found in an Email message you sent.
This Email scanner intercepted it and stopped the entire message
reaching it's destination.
virus zostal zidentyfikowany jako:
The virus was reported to be:
2003 May 23
2
cannot find expat
am compiling h323 support using channels/h323/ error am getting is this any
pointers
chan_h323.h:30: warning: `struct sockaddr_in bindaddr' defined but not used
g++ -shared -Xlinker -x -o chan_h323.so chan_h323.o ast_h323.o
-L/root/pwlib/lib -lpt_linux_x86_r -L/root/openh323/lib -lh323_linux_x86_r
-L/usr/lib -lpthread -ldl -lcrypto -lssl -lexpat
/usr/i486-suse-linux/bin/ld: cannot find
2003 Jun 16
2
chan_h323 - pwlib 1.4.11, openh 1.11.7 comiple problems
I'm having a problem with chan_h323 compiling for Asterisk.
RedHat 7.3
PWLIB 1.4.11 pwlib_1.4.11.tar.gz
OpenH323 1.11.7 openh323_1.11.7.tar.gz
[asterisk@jonux h323]# make clean
rm -f *.o *.so core.*
[root@jonux h323]# make
cc -g -pg -c -o chan_h323.o -pipe -Wall -fPIC -Wmissing-prototypes
-Wmissing-declarations -DP_LINUX -D_REENTRANT -D_GNU_SOURCE -march=i686
-DPBYTE_ORDER=PLITTLE_ENDIAN
2012 Jul 29
1
Mesa build issue... is it just me?
Anyone else getting this when building the latest mesa?
make[3]: Entering directory
`/usr/local/nouveau/mesa2/mesa/src/gallium/targets/dri-nouveau'
gcc -c -I. -I../../../../src/mesa/drivers/dri/common -Iserver
-I../../../../include -I../../../../include/GL/internal
-I../../../../src/mapi -I../../../../src/gallium/include
-I../../../../src/gallium/auxiliary
2003 Apr 29
28
H323
Is H323 built into the current CVS? If so, could someone give me an idea of a simple config?
thanks,
darran
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030429/fffec1d1/attachment.htm
2025 Apr 23
3
procedure to change DC password
On Wed, 23 Apr 2025 14:35:16 +0200
Kacper Wirski via samba <samba at lists.samba.org> wrote:
> What is the best approach to change samba ad dc's own password?
> Windows machines change periodically, linux domain members can simply
> re-join domain, but when it comes to DC's I can't find any
> recommended steps? Is re-joining domain as domain controller viable
>
2006 Apr 21
1
Error installing oh323
I'm running:
OS: FreeBSD 6.0
Asterisk: 1.2.4
Installing OH323: 0.7.3
I have this error when compiling
chan_oh323.c: In function `reload_config':
chan_oh323.c:4677: warning: implicit declaration of function `sscanf'
chan_oh323.c: At top level:
chan_oh323.c:3244: warning: 'update_call_ids' defined but not used gcc
-shared -Xlinker -x -g -o chan_oh323.so chan_oh323.o
2016 Dec 04
2
RES: RES: v2.2.27 released
I don't see it, and can't really think of a good reason why it would happen. This happens in configure? And the first thing you ran was configure, right? No autogen.sh or autoconf/automake?
-bash-4.1# cat /etc/redhat-release
CentOS release 6.8 (Final)
-bash-4.1# uname -a
Linux test-centos6.dovecot.net 2.6.32-642.6.1.el6.x86_64 #1 SMP Wed Oct 5 00:36:12 UTC 2016 x86_64 x86_64 x86_64
2019 May 29
2
samba file server - sediskoperatorprivilege not being honored
Hello,
I've been setting up new file server using samba 4.8.3 (centos 7 RPM),
as samba 4 AD member server using my earlier smb.conf when I realised
that I was previously somewhat circumventing the
SeDiskOperatorPrivilege by using "admin users map" to SAMDOM\Domain
admins" parameter in smb.conf.
I decided to change my smb.conf and setup shares following samba wiki.
All
2007 Mar 08
2
RE: Apache Install error on Centos 4.3
I get the following error on installing Apache 2.2.4 on, any ideas what
might be wrong.
make[1]: Entering directory `/home/odege/Desktop/httpd-2.2.4/support'
make[2]: Entering directory `/home/odege/Desktop/httpd-2.2.4/support'
/usr/lib/apr-1/build/libtool --silent --mode=link gcc -pthread -o
htpasswd htpasswd.lo -lm
/home/odege/Desktop/httpd-2.2.4/srclib/pcre/libpcre.la
2009 Jun 25
5
64-bit CentOS - your experience
Hello,
one of our developers is developing his Web applications (PHP-based+MySql) on 64-bit Fedora. He would like to use the same, 64-bit environment on CentOS. I am not against 64-bits (we use it for many, many years using Solaris) but what concerns me is the stability of 64-bit Linux. Can you share your experience regarding stability of 32-bit and 64-bit CentOS ? Does anybody use 64-bit CentOS
2018 Mar 23
2
LLVM gold plugin do not add llvm instrinsics symbols to the linker symbol table
Hello Teresa,
> Without -flto, a.o ends up with a reference to __exp_finite,
That’s correct.
> which also would not be satifisfied out of libexp.a.
That’s not correct. Even if libexp.a would have __exp_finite, it wouldn’t be resolved from libexp.a, because of the behavior described in my first message.
> Do you also have an implementation of __exp_finite in your libexp.a?
No, I don’t
2025 Feb 14
2
Windows 11 24H2, Samba 4.21.3 AD DC and domain users cannot log in
I have been busy with other things lately and have not been able to
investigate issue more. But there were some issues before it got really
bad.
But strange thing is, that clean install of 22H2 had same issue after
successfully joining domain. And issue remained after upgrading to 23H2.
And 22H2 did not even have latest security updates available.
For me strangest part is, that after using
2025 May 02
1
procedure to change DC password
Hi Kacper,
maybe you've overlooked my answer from April 23th.
Kees has written a script especially for this:
See "dc_password_change" on
https://github.com/kvvloten/samba_integrations/tree/main/domain_controller/manage_scripts
This script works in my AD without problems for some time...
Regards
Ingo
https://github.com/WAdama
Kacper Wirski via samba schrieb am 02.05.2025 um
2025 Apr 23
1
procedure to change DC password
On Wed, 23 Apr 2025 15:55:56 +0200
Kacper Wirski via samba <samba at lists.samba.org> wrote:
> Thank You,
>
> I already changed krbtgt, I meant computer account. Does changing
> domain controller password with this command require restart of samba
> service, won't it interrupt replication between controllers etc.? I
> have 3 dc's in my environment, that's why
2025 Feb 05
1
Windows 11 24H2, Samba 4.21.3 AD DC and domain users cannot log in
On 05.02.2025 10:49, Rowland Penny via samba wrote:
>
> If it is a Samba problem, I would have expected to have seen multiple
> reports of it, but I haven't seen them. What I have seen (after doing
> an internet search) is lots of reports of similar problems with Windows
> 24H2 and the real fix appears to be, do not use 24H2.
>
I thought, that it might be something about
2025 Feb 13
1
Windows 11 24H2, Samba 4.21.3 AD DC and domain users cannot log in
El 13/2/25 a les 19:43, Kacper Wirski via samba ha escrit:
> I just want to add, that this week I introduced first windows 11 24h2 to
> AD - everything up to 23h2 is working fine - but windows 11 24h2 has
> some strange kerberos-related issues.
>
> I added pc to domain successfully and can log in, but I can't access
> sysvol and netlogon and gpupdate fails. Automatic DNS
2011 Sep 05
1
Receive "unable to load shared object RNetCDF.o" during R INSTALL of RNetCDF
On a Red Hat Linux cluster I am seeing the following after multiple
other packages were successfully installed. The error seems to suggest
that RNetCDF.o was not copied to the appropriate lib folder. The admin
user performing the install has the required privileges to perform the
install. Words of wisdom are greatly appreciated:
R CMD INSTALL