Displaying 20 results from an estimated 1200 matches similar to: "Problems loading chan_h323 on Opteron 64 bit"
2004 Jul 26
2
Broadvoice problems again Attn: James
you can not ping that address because ICMP is turned off.
-----Original Message-----
From: asterisk-users-admin@lists.digium.com
[mailto:asterisk-users-admin@lists.digium.com]On Behalf Of Deon Rodden
Sent: Monday, July 26, 2004 2:22 PM
To: asterisk-users@lists.digium.com
Subject: Re: [Asterisk-Users] Broadvoice problems again Attn: James
Greetings,
C:\>ping 147.135.8.129
Pinging
2004 Jul 12
3
permission problem
Hi everybody,
Is the only way to use asterisk _not_ as root to change the permission of all
the directories where asterisk need to create a file? ("/var/run/",
"/var/log/asterisk/messages")
any help will be appreciated,
Cyprien
2004 Aug 16
1
local echo using SPA-3000 as FXO port
Hi All,
Last week I started hearing a huge amount of local end echo on
incomming calls. I am using a Sipura SPA-3000 as my FXO connected to an
SBC POTS line. Echo cancellation is enabled in the SPA firmware.
As a test I switched to a Digium X100 card the still lives in my server
but the echo was about the same. I have both Polycom IP600 and SNOM 200
phone, which both hear the echo.
I'm
2004 Jul 25
17
Broadvoice problems again
I had my asterisk configuration working very well with broadvoice, but
it stopped working this afternoon.
I plugged the Cisco 7960 phone I used for my origional signup (just a
few days before they offered generic BYOD) and it works fine. I did
notice it seems to do all of its comunication through
proxy.broadvoice.com (I used tcpdump). I have never contacted
broadvoice about using asterisk
2004 Aug 04
4
FCC Rules VoIP Must Be Tappable
http://yro.slashdot.org/article.pl?sid=04/08/04/2212251&tid=158&tid=95&tid=103
Probably some of you already saw this.
Now, beyond discussions regarding the legitimacy of such a ruling
(whether they have the legal, moral or whatever right to enforce it),
there's the technical aspect.
Suppose i provide VoIP services using Asterisk, and i fall under the
incidence of the FCC ruling
2004 Jul 14
1
Digium X100P card to a brazilian analog line
Hello,
I have a problem with connecting a Digium X100P card to a Brazilian analog
line.
Can somebody help me out with this problem?
My /etc/zaptel.conf is
loadzone=br
defaultzone=br
fxsks=1
My /etc/asterisk/indications.conf
[general]
country=br
[br]
description = Brazil
ringcadance = 1000,4000
dial = 425
busy = 425/250,0/250
ring = 425/1000,0/4000
congestion =
2004 Jun 29
3
incoming cid translation tables
How does one do translation for calls that come in from other pbx's
where the incoming caller ID is an internal extension number on their
pbx? Eg. when I get a call from Free-World-Dial the CID shows up as
"429102" which is essentially their internal extension number sans any
routing prefix. To dial the number back I need to dial the extension
with FWD's routing prefix
2006 May 26
3
Integrating ProPolice/SSP into FreeBSD
Hi,
first sorry for cross-posting but I thought this patch might interest
-CURRENT users as well as people concerned by security.
I wrote a patch that integrates ProPolice/SSP into FreeBSD, one step
further than it has been realized so far.
It is available here :
http://tataz.chchile.org/~tataz/FreeBSD/SSP/
Everything is explained on the web page, but I will repeat some
informations here.
2005 Oct 26
1
Non-executable stack
Hi all
Does FreeBSD support a non-executable stack on any of the tier 1 and 2
platforms that has this feature?
If not, are there any plans of implementing this and is there a patch I can
use for 6.0 (when it is released)?
Best regards
db
2006 Oct 17
6
[PATCH 3/3] Add support for OpenBSD
Hi!
This is the third and last patch.
This patch makes the xen kernel buildable on OpenBSD by adding support for
ProPolice. ProPolice has been added to standard GCC in version 4.1.x under
the name Stack Smashing Protection (SSP).
Cheers
Christoph
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2007 Dec 25
3
ProPolice/SSP in 7.0
Hi there,
I'm still running 6.2 on various servers without any tweaks (GENERIC
kernel, binary updates via freebsd-update etc.) but lots of ports
(apache, postgresql, diablo-jdk etc.) and would like to use stack
smashing protection in order to harden my boxes and avoid many potential
exploits.
I've known about ProPolice/SSP for a while now (from the Gentoo world)
and am aware that
2013 Aug 22
1
is it possible to compile chan_h323 with 11.5.0?
Hello!
Tried to compile, but :
[CC] chan_h323.c -> chan_h323.o
chan_h323.c: In function '__oh323_update_info':
chan_h323.c:349: error: dereferencing pointer to incomplete type
chan_h323.c:350: error: dereferencing pointer to incomplete type
chan_h323.c: In function 'oh323_rtp_read':
chan_h323.c:790: error: dereferencing pointer to incomplete type
chan_h323.c:791: error:
2006 Mar 27
2
How to disable event_log?
Hi,
how can I disable event_log in order to reduce
hard disk activity?
I can't find any hints in conf files.
Must I hack the source code or even use brutal
methods like creating a dir called event_log in
the log dir, in order to prevent asterisk from
creating an event_log file? (Just chmod a-w event_log does not
work, unfortunately.)
Thanks for any hints!
Roger.
2004 Aug 27
2
how to fetch a call?
Hi,
there is a feature, which I would like to use with asterisk,
and I assume it exists.
Unfortunately I don't know how to say it in english.
In german it's "einen Ruf heranholen".
It means:
The phone set of my collegue is ringing, and I'm hearing
the ringing.
I know, that my collegue is not at his desk, and now
I want to answer the call at my phone (instead of
running to
2003 Jul 01
0
chan_h323.c compile error
Hello all,
I got the following error compiling h323 support in the latest cvs. Below
the error is a diff to the file that I got to make it work. I took an
example out of sip as far as the syntax for ast_rtp_new. Not sure if it is
correct or not, but it seems to work. Please correct me if I am wrong in
the additional 2 arguements.
Regards,
Scott
cc -g -pg -c -o chan_h323.o -march=i686
2003 Aug 18
1
chan_h323.c
What happened to chan_h323.c in the asterisk cvs? I got ast_h323.cpp, ast_h323.h and chan_h323.h but no chan_h323.c. Hence chan_h323.so was not created so no h323 support in asterisk.
Just wondering when to expect it again because I was stupid and didn't make a backup of the asterisk code before wiping the directory for a rebuild.
-------------- next part --------------
An HTML attachment
2006 Mar 24
1
chan_h323 problem
Hello,
I installed Asterisk from CVS on Redhat Linux 9 and working with chan_h323 module and g729/g723 free codecs too.
My network connection diagram:
----------------------------------------------
X-lite/X-Pro-->Asterisk--chan_h323-->GnuGK--->AS5300-->PSTN
boldsoft*CLI> show version
Asterisk CVS-v1-0-03/24/06-15:27:08 built by root@boldsoft on a i686 running Linux
I can make
2008 Feb 22
0
chan_h323 build failure - `IPTOS_MINCOST' undeclared
Hi All,
I am trying to build chan_h323 for use with asterisk 1.4.18 on Solaris
10. When I compile asterisk, the build fails at chan_h323 with:
----------------------------------------------------------------------
chan_h323.c: In function `reload_config':
chan_h323.c:2863: error: `IPTOS_MINCOST' undeclared (first use in this
function)
chan_h323.c:2863: error: (Each undeclared
2005 Jan 03
3
oh323 context for peers
I am experimenting with oh323 channels and h.323 gateways and a Cisco
CallManager. I am not using a gatekeeper at this time. Is it possible to
place calls coming into Asterisk from specific peers into specific
contexts?
In iax.conf eaxh peer has a context in which I can specify the context an
inbound call will be placed in. I don't see anything like this in the
oh323.conf file or the oh323
2003 Apr 30
2
how to install chan_h323
I have installed Asterisk, pwlib and openh323. How do
install chan_h323 and test to make sure it works. Any
how to chan_h323
Linux distro: Redhat 9.0
Regards
Patrick
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com